[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSound & ppconfig.h
Peter Burns wrote:
>>* Esd.cpp:9 : using the ppThrow () macro here makes things easier.
>
>I still haven't got around to throwing the correct exceptions. I still
>throw strings most of the time.
Yep, saw that too. What I meant in here specifically is that you
effectively emulate the ppThrow macro by hand (supplying method name, file
name, line no).
>This week has been pretty busy. I went to see the new james bond movie,
>played 4 touch footy games and had the christmas party at work.
My god. You should really take some time off ;)
>>* Why do you use both
>> lib_LIBRARIES = libpsound.a and
>> lib_LTLIBRARIES = libpsound.la ?
>> That could be the source of the linking problems.
>
>I did that so I could have the choice of using either a static or
>dynamic library. Dynamic libraries need to be installed to a path where
Last time I tried noinst_LTLIBRARIES = libpfile.la created both a static
and a dynamic lib in src/Penguinfile/.libs plus a
/src/PenguinFile/libpfile.la (link to .libs/libpfile.la)
So the explicit building of the static lib shouldn't be neccessary (and I
guess automake doesn't expect it)
Christian
--
Drive A: not responding...Formatting C: instead