hi,
>>> I used a fresh checkout of pgadmin3, and, apart from
> Maybe my limited knowledge of the english language caused confusion here,
> so I'll rephrase "I used a fresh checkout of pgadmin3, and, apart from
> chmod 755 complete-bundle.sh I had to change nothing and it worked":
>
> What I wanted to say way:
> I did a fresh checkout
> Then I modified the permissions of complete-bundle.sh
> Without _any_ further modifications I did
> sh ./bootstrap
> ./configure <my configure args>
> make
> make install
>
> This worked, and produced a valid .app (It crashes when opening a dialog, but
> that is a wx problem I guess)
sorry. it's NOT your english ... it's my morning :-S
you were perfectly clear/correct =)
>> % /usr/local/wxWidgets-cvs/bin/wx-config --rezflags
>> /Developer/Tools/Rez -d __DARWIN__ -t APPL Carbon.r
>> /usr/local/wxWidgets-cvs/lib/libwx_macud-2.6.0.r -o
>>
>> % /usr/local/wxWidgets-255/bin/wx-config --rezflags
>> /Developer/Tools/Rez -d __DARWIN__ -t APPL Carbon.r
>> /usr/local/wxWidgets-255/lib/libwx_macu-2.5.5.r -o
> Does the file /usr/local/wxWidgets-255/lib/libwx_macu-2.5.5.r
> exist on your system? If so, I'd say that your build
> of wx cvs is in some way broken - maybe you should
> report that to the wx mailinglist.
yes it does exist.
% ls -ald /usr/local/wxWidgets-255/lib/libwx_macu-2.5.5.r
-rw-r--r-- 1 devuser wheel 3205 Apr 14 11:53
/usr/local/wxWidgets-255/lib/libwx_macu-2.5.5.r
good point.
> maybe you should
> report that to the wx mailinglist.
will do.
thx,
richard