Re: New Autoconf Patch

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: New Autoconf Patch
Date: 2003-06-02 09:11:39
Message-ID: 3EDB14CB.3090409@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adam H.Pendleton wrote:

> Attached is a patch to autoconf which makes the following changes:
>
Adam,
I still have problems. Configure will not set the include directory
${WX_HOME}/include, but will only take the `wx-config -cxxflags` output.

The library name convention looks like this:

libwx_gtk[2][u][d]_xxxx-${wx-version}
2 is for GTK 2.0, which we will need pretty soon
u is for unicode
d is for debug

Not all combinations are useful for us; we will either use GTK1.2
without unicode, of GTK2.0 with unicode.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-02 10:24:16 wxWindows 2.5 rpms
Previous Message Andreas Pflug 2003-06-02 08:49:18 Re: Find Dialog in SQL box (Admin3)?