Re: pgadminIII on OSX 10.3.9; w/ wxWidgets-2.6.0 - Mailing list pgadmin-hackers

From Florian G. Pflug
Subject Re: pgadminIII on OSX 10.3.9; w/ wxWidgets-2.6.0
Date
Msg-id 426E3C77.7040404@phlo.org
Whole thread Raw
In response to pgadminIII on OSX 10.3.9; w/ wxWidgets-2.6.0 OK, w/ wxWidgets-CVS make fail  (OpenMacNews <OpenMacNews@speakeasy.net>)
Responses Re: pgadminIII on OSX 10.3.9; w/ wxWidgets-2.6.0 OK,  (OpenMacNews <OpenMacNews@speakeasy.net>)
List pgadmin-hackers
OpenMacNews wrote:
> --- (CASE wxwidgets-260) ------------------------------------------
> no longer requires a chmod on complete-bundle.sh (thx!)
>
> builds completely/successfully, but STILL fails to AUTOSTRIP correctly
>
> % ls -al /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
>     -rwxr-xr-x  1 root admin 109540252 Apr 25 18:20
> /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
>
> % strip /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
>
> % ls -al /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
>     -rwxr-xr-x  1 root admin 7800208 Apr 25 18:24
> /usr/ports/pgadmin3-cvs/pgAdmin3.app/Contents/MacOS/pgAdmin3
Hm.. this is strange... I works for the nightly builds...
In src/Makefile.am, you should find the lines:
         if test "$(pg_debug_build)" = "no"; then \
                 strip pgAdmin3 ;\
         fi

Could you put an "echo $(pg_debug_build)" before the if,
and post the output?

> the resultant executable launches from Finder w/o error, and initial
> poking around is error free.  yay!
good! ;-)

> --- (CASE wxwidgets-cvs) ------------------------------------------
>
> no longer requires a chmod on complete-bundle.sh
>
> configures OK
>
> 'make all' fails at:
>
>     ld: Undefined symbols:
>     wxAssert(int, wchar_t const*, int, wchar_t const*, wchar_t const*)
>     make[2]: *** [pgadmin3] Error 1
>     make[1]: *** [all-recursive] Error 1
>     make: *** [all] Error 2
>
> i'll see what i can find out abt this one ...
Hm... the nighty build currently link against wx-cvs (because
2.6 wasn't released when I set the build-daemon up), and
it links sucessfully....

Did you "make clean" your source-tree after switching wx version?

greetings, Florian Pflug

Attachment

pgadmin-hackers by date:

Previous
From: cvs@developer.pgadmin.org
Date:
Subject: CVS Commit by andreas: wxDatePickerCtrl preparation
Next
From: "Florian G. Pflug"
Date:
Subject: No WX_2_6_BRANCH?