Re: [pgadmin-hackers] Bootstrap failed to run on Solaris

2010-06-25 Thread Dave Page
On Thu, Jun 24, 2010 at 9:46 PM, Ashesh Vashi wrote: > Hi Dave, > Sachin found that bootstrap failed to run on Solari 10 (x64). > Please find the patch to resolve the issue. > It will apply on both REL-1_10_PATCHES and trunk. Thanks - applied. -- Dave Page EnterpriseDB UK: http://www.enterprise

Re: [pgadmin-hackers] Bootstrap

2003-05-29 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 28 May 2003 14:10 > To: [EMAIL PROTECTED] > Cc: Andreas Pflug; Adam H. Pendleton > Subject: Re: [pgadmin-hackers] Bootstrap > > > Dear friends, > > Thank you for th

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