Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 17:01, Dave Page wrote: > Does the script complete successfully? If so, you should have every > supported build variation of wxWidgets in /usr/local. I didn't let the script finish.I thought your changes might have introduced defects or something, and that it was running in

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Dave Page
On Sat, Oct 23, 2010 at 4:52 PM, Peter Geoghegan wrote: > On 23 October 2010 15:36, Dave Page wrote: > >>> Hm, let's try another time. You once again forgot the --enable-unicode >>> option. > >> Actually, I think Peter is mixing up wxWidgets options with pgAdmin >> options. The command he posted

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 15:36, Dave Page wrote: >> Hm, let's try another time. You once again forgot the --enable-unicode >> option. > Actually, I think Peter is mixing up wxWidgets options with pgAdmin > options. The command he posted above looks like it's in the pgAdmin > source directory, but --wi

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Dave Page
On Sat, Oct 23, 2010 at 3:33 PM, Guillaume Lelarge wrote: > Le 23/10/2010 07:07, Peter Geoghegan a écrit : >> On 23 October 2010 13:33, Guillaume Lelarge wrote: >> >>> >>> You need a debug and *unicode* build of wxWidgets. So your configure >>> command should also contain "--enable-unicode". Mine

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Guillaume Lelarge
Le 23/10/2010 07:07, Peter Geoghegan a écrit : > On 23 October 2010 13:33, Guillaume Lelarge wrote: > >> >> You need a debug and *unicode* build of wxWidgets. So your configure >> command should also contain "--enable-unicode". Mine looks like this: >> >> ./configure --with-gtk --enable-gtk2

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 13:33, Guillaume Lelarge wrote: > > You need a debug and *unicode* build of wxWidgets. So your configure > command should also contain "--enable-unicode". Mine looks like this: > > ./configure --with-gtk --enable-gtk2        \ >            --enable-unicode --enable-debug \ >  

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Guillaume Lelarge
Le 23/10/2010 05:22, Peter Geoghegan a écrit : > Hello, > > I'm attempting to build PgAdmin3 from master, including a debug build. > I resolved various packages using my system's package manager, > including -debug and -devel packages. > > When, and only when I pass the --enable-debug parameter t

[pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
Hello, I'm attempting to build PgAdmin3 from master, including a debug build. I resolved various packages using my system's package manager, including -debug and -devel packages. When, and only when I pass the --enable-debug parameter to configure, I invariably get this error message: ./configur