Re: Build problems with 1.2.2

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Jyrki Wahlstedt <jyrki(dot)wahlstedt(at)hut(dot)fi>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Subject: Re: Build problems with 1.2.2
Date: 2005-06-01 21:04:56
Message-ID: 429E22F8.2000700@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
>
> !

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jyrki Wahlstedt 2005-06-02 06:16:24 Re: Build problems with 1.2.2
Previous Message svn 2005-06-01 16:49:20 SVN Commit by andreas: r4270 - trunk/pgadmin3/i18n/de_DE