Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 05 July 2006 09:37 > To: Florian G. Pflug > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Bug in configure-detection of wxaui > >

Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Florian G. Pflug
Florian G. Pflug wrote: Hi Building currently fails at least on OSX, but I guess it fails on *nix too. WXAUI_HOME gets set to the _root_ auf the wxaui sources, but is later (when doing CPPFLAGS = -I$WXAUI_HOME) assumed to contain the include directory (/include). And here is why the error ab

Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 05 July 2006 09:17 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Bug in configure-detection of wxaui > > Hi > > Building curre

[pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Florian G. Pflug
Hi Building currently fails at least on OSX, but I guess it fails on *nix too. WXAUI_HOME gets set to the _root_ auf the wxaui sources, but is later (when doing CPPFLAGS = -I$WXAUI_HOME) assumed to contain the include directory (/include). The following (trivial) patch helps: Index: acinclude