Re: Building PgAdmin with a debug build

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>, pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Building PgAdmin with a debug build
Date: 2010-10-23 14:36:39
Message-ID: AANLkTim4Wza5hnpZdvTsRde0h7YxAkqE75SVor+RY-1G@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Sat, Oct 23, 2010 at 3:33 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Le 23/10/2010 07:07, Peter Geoghegan a écrit :
>> On 23 October 2010 13:33, Guillaume Lelarge <guillaume(at)lelarge(dot)info> 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 \
>>>            --prefix=/opt/wxgtk-2.8
>>
>> Hmm....I've built/installed WxWidgets (this time,
>> wxWidgets-2.8.11.tar.gz) with those exact parameters, and now when I
>> to do this:
>>
>> peter(at)linux-peter-home:~/pgadmin3> ./configure -with-gtk --enable-gtk2
>> --enable-debug
>>
>
> 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 --with-gtk and --enable-gtk2 are wxWidgets
options.

I'd suggest using the wxWidgets build script in xtra/wx-build in the
pgAdmin tree. I actually tweaked that earlier today with a couple of
improvements.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Peter Geoghegan 2010-10-23 15:52:41 Re: Building PgAdmin with a debug build
Previous Message Guillaume Lelarge 2010-10-23 14:33:22 Re: Building PgAdmin with a debug build