Re: [pgadmin-hackers] Can't compile pgadmin3-1.10.1

2010-02-19 Thread Guillaume Lelarge
Le 19/02/2010 21:14, Haiyan Chi a écrit : > Thank you so much, Guillaume. After compile the wxWidgets contribs, > pgadmin3-1.10.1 has been installed. > But when I tried to run ./pgadmin3, I got the following error: > *** > ./pgadmin3: relocation error: ./pgadmin3: symbol > _ZN21wxMemoryFSHa

Re: [pgadmin-hackers] Can't compile pgadmin3-1.10.1

2010-02-19 Thread Haiyan Chi
Thank you so much, Guillaume. After compile the wxWidgets contribs, pgadmin3-1.10.1 has been installed. But when I tried to run ./pgadmin3, I got the following error: *** ./pgadmin3: relocation error: ./pgadmin3: symbol _ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, ver

Re: [pgadmin-hackers] Can't compile pgadmin3-1.10.1

2010-02-19 Thread Guillaume Lelarge
Hi, Le 19/02/2010 20:35, Haiyan Chi a écrit : > [...] > I am installing pgadmin3-1.10.1 from source. I am at linux. > > The configuration passed: > > > * > PostgreSQL directory: > /cis/local/biocard_xnat/xnat/postgres > PostgreSQL pg_config binary: > /cis/local/biocard

[pgadmin-hackers] Can't compile pgadmin3-1.10.1

2010-02-19 Thread Haiyan Chi
Hello, I am installing pgadmin3-1.10.1 from source. I am at linux. The configuration passed: * PostgreSQL directory: /cis/local/biocard_xnat/xnat/postgres PostgreSQL pg_config binary: /cis/local/biocard_xnat/xnat/postgres/bin/pg_config PostgreSQL version:

Re: [pgadmin-hackers] can't compile

2003-03-30 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 30 March 2003 03:09 > To: Dave Page; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] can't compile > > > Ok, got it. > wxDialog or wxFrame member functions that are

Re: [pgadmin-hackers] can't compile

2003-03-29 Thread Andreas Pflug
Ok, got it. wxDialog or wxFrame member functions that are used in the event map MUST be declared with a correct argument. OnClose() or OnRefresh() will crash, OnClose(wxCloseEvent&) or OnRefresh(wxCommandEvent&) are ok. My last non-debug binary is downloadable at www.pse-consulting.de/pgadmin3

Re: [pgadmin-hackers] can't compile

2003-03-29 Thread Dave Page
Thanks Keith, I'll take a look when I get a mo. > -Original Message- > From: efesar [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 20:21 > To: Dave Page; Pgadmin-Hackers > Subject: RE: [pgadmin-hackers] can't compile > > > > Dave, > > So

Re: [pgadmin-hackers] can't compile

2003-03-27 Thread efesar
/wxWindows_2.4.0/include" /i "c:/wxWindows_2.4.0/contrib/include" /d "NDEBUG" MIDL: /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 Browse Info: /nologo /o"Release/pgAdmin3.bsc" Custom/Prelink/Postbuild: nothing -Keith > -Orig

Re: [pgadmin-hackers] can't compile

2003-03-21 Thread Dave Page
> -Original Message- > From: efesar [mailto:[EMAIL PROTECTED] > Sent: 21 March 2003 18:11 > To: Dave Page; Pgadmin-Hackers > Subject: can't compile > > > Dave, > > I thought of one other thing ... I'm using MSVC Standard ... > are you using the Pro version? Maybe there is something i

[pgadmin-hackers] can't compile

2003-03-21 Thread efesar
Dave, I thought of one other thing ... I'm using MSVC Standard ... are you using the Pro version? Maybe there is something in global options, or some kind of compiler optimization. Since VC standard doesn't do compiler optimizations, it's possible that there's a bad optimization set for compilatio