Re: [pgadmin-hackers] Bootstrap

2003-05-28 Thread Jean-Michel POURE
Dear friends, Thank you for the patch. I am now compiling under RedHat 9, with Redhat stock PostgreSQL rpms and "home-made" wxGTK rpms including contrib/src/stc and contrib/src/xrc. 1) Will we need other contribs than stc and xrc in a near future? If yes, I would like to include them in the wx

Re: [pgadmin-hackers] Bootstrap

2003-05-28 Thread Adam H. Pendleton
The error you are getting, Jean-Michel, is: /usr/bin/ld: cannot find -lwx_gtkd_stc-2.4 collect2: ld returned 1 exit status This means that the linker is unable to find the wxstc library from wxWindows. The patch that I submitted to Dave earlier will make this appear like a wxWindows, instead of

Re: [pgadmin-hackers] Bootstrap and configure under RedHat 9 (help)

2003-05-28 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 28 May 2003 12:46 > To: [EMAIL PROTECTED] > Cc: Adam H. Pendleton; Andreas Pflug > Subject: [pgadmin-hackers] Bootstrap and configure under > RedHat 9 (help) > > > Dear all, > > I have the same ./configu

Re: [pgadmin-hackers] configure.ac patch

2003-05-28 Thread Dave Page
Thanks, patch applied. Regards, Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 28 May 2003 12:40 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] configure.ac patch > > > Fixes configure.ac so that errors with wxWindows libs don't > look like

[pgadmin-hackers] Bootstrap and configure under RedHat 9 (help)

2003-05-28 Thread Jean-Michel POURE
Dear all, I have the same ./configure problems under RedHat 9. checking wxWindows in /usr... ok checking for pgsql... yes checking for PQexec in -lpq... no checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking pgsql in /usr... failed conf

[pgadmin-hackers] configure.ac patch

2003-05-28 Thread fmonkey
Fixes configure.ac so that errors with wxWindows libs don't look like errors with pgsql libs. configure.ac.patch Description: Binary data ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] wxGTK patch needed

2003-05-28 Thread Jean-Michel POURE
Le Mercredi 28 Mai 2003 12:52, Andreas Pflug a écrit : > There's no patch needed, everything's done with overloaded classes > inside pgadmin. Only the 2.4.0 tarball is needed. Great. Andreas, please disregard the personal email I sent you. My ***only*** problem now is that the ./configure script

Re: [pgadmin-hackers] wxGTK patch needed

2003-05-28 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear all, Could you confirm that we need GTK1.2 only configure options, without Unicode: ./configure --enable-optimise Yes, GTK1.2 at the moment. I can't remember to use --enable-optimise. Please find out what happens. 2) Also, could you send me the needed patch for wx

[pgadmin-hackers] wxGTK patch needed

2003-05-28 Thread Jean-Michel POURE
Dear all, 1) Sorry, there was a small error in the SPEC file, please disregard my last mail. Attached is the spec file. Could you confirm that we need GTK1.2 only configure options, without Unicode: ./configure --enable-optimise 2) Also, could you send me the needed patch for wxGTK. I lost par

[pgadmin-hackers] wxGTK configuration options

2003-05-28 Thread Jean-Michel POURE
Dear all, I am building RPMs under RedHat for wxGTK+ and needed contribs, based on the spec files from http://www.freshrpms.net. Please find enclosed the wxGTK spec file. I have a silly question as usual: Should I build wxGTK with GTK2 + Unicode or simply with GTK1.2? I guess the answer is GTK1

Re: [pgadmin-hackers] StyledTextCtrl & libwxxrc

2003-05-28 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 28 May 2003 19:24 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] StyledTextCtrl & libwxxrc > > > > hi, > > It seems that StyledTextCtrl and libwxxrc are missing in > wxWindows /contrib directory.