Re: pgadmin3 + wxwidgets-cvs (v2.6) ; dies in

From: OpenMacNews <OpenMacNews(at)speakeasy(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
Subject: Re: pgadmin3 + wxwidgets-cvs (v2.6) ; dies in
Date: 2005-04-15 15:30:54
Message-ID: 0771933E74FAE0032EC7B904@tiedgar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2005-04-16 20:36:02 CVS Commit by dpage: Allow insertion of steps & schedules with SQL > 255
Previous Message Florian G. Pflug 2005-04-15 15:28:05 Re: [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug,