Re: Build problems with 1.2.2

Поиск
Список
Период
Сортировка
От Raphaël Enrici
Тема Re: Build problems with 1.2.2
Дата
Msg-id 429E22F8.2000700@club-internet.fr
обсуждение исходный текст
Ответ на Build problems with 1.2.2  (Jyrki Wahlstedt <jyrki.wahlstedt@hut.fi>)
Ответы Re: Build problems with 1.2.2  (Jyrki Wahlstedt <jyrki.wahlstedt@hut.fi>)
Список pgadmin-hackers
Hi,

Jyrki Wahlstedt wrote:
> Hi,
> I downloaded 1.2.2 source package (gzipped, could bzip2 perhaps be
> added to options?). At least with me (OS X 10.4.1, gcc 4.0, wx from
> darwinports) the configure process does not seem to be able to add
> the correct wx library specs to Makefiles (the svn checkout'd is)
> (the configuration is with --enable-appbundle --enable-static --with-
> wx=/usr/local):
> LIBS = /usr/local/pgsql/lib/libpq.a   -lssl -lcrypto
> instead of:
> LIBS =  -lssl -lcrypto -lpq -L/usr/local/lib  -L/usr/local/lib -L/usr/
> local/lib\
> -framework QuickTime -framework IOKit -framework Carbon -framework
> Cocoa -fram\
> ework System  -lwx_macu-2.6  -L/usr/local/lib  -L/usr/local/lib -L/
> usr/local/li\
> b -framework QuickTime -framework IOKit -framework Carbon -framework
> Cocoa -fra\
> mework System  -lwx_macu_stc-2.6 -lwx_macu_ogl-2.6 -lwx_macu-2.6
>
> Actually, there seems to be a build type mismatch, because if I drop
> --enable-static in 1.2.2, I get at least identical LIBS spec to
> 1.3.0. 1.3.0 configure seems to use wx-config just with --libs
> stc,ogl (WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} --libs stc,ogl`), which
> produces the correct result. 1.2.2 configure adds --static to that
> (WX_NEW_CONTRIB_LIBS=`${WX_CONFIG} ${WX_STATIC} --libs stc,ogl`)
> causing problems (wx-config is confused by --static, at least in my
> configuration).

What kind of problem?
Can you precise the error message or describe the behaviour please?
In the meantime, can you describe how you built wxWid? I mean static
enabled or not?

Regards,
Raphaël

>
> The other problem is that when one tries to install, the file
> 'complete-bundle.sh' seems to be missing (applies to debug-bundle.sh,
> too)!?
>
> With those changes (dropping static from wx-config and copying
> complete-bundle.sh from 1.3.0) it seems to build ok.
>
> !

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4270 - trunk/pgadmin3/i18n/de_DE
Следующее
От: Jyrki Wahlstedt
Дата:
Сообщение: Re: Build problems with 1.2.2