[pgadmin-hackers] Mac OS "crash"

2004-03-18 Thread Adam H. Pendleton
Well pgAdmin3 on Panther runs and then suddenly exits, but it's not a crash. It's a clean exit when the program encouters a problem, but there is no "sane" error handler for the problem. The code in question is: pgAdmin3.cpp:329 int count = wxDir::GetAllFiles(uiPath+COMMON_DIR, &files, wxT("*

Re: [pgadmin-hackers] pgAdmin3 on Panther

2004-03-18 Thread Dave Page
Thanks Adam - patch applied. > -Original Message- > From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] > Sent: 18 March 2004 16:09 > To: pgadmin-hackers > Subject: [pgadmin-hackers] pgAdmin3 on Panther > > Okay, so I got pgAdmin3 to build on Panther with only two > patches, both of which

[pgadmin-hackers] CVS Commit by dpage: Okay, so I got pgAdmin3 to build on Panther with

2004-03-18 Thread cvs
Log Message: --- Okay, so I got pgAdmin3 to build on Panther with only two patches, both of which are attached. [Adam H Pendleton] Modified Files: -- pgadmin3: configure.ac (r1.21 -> r1.22) Index: configure.ac ==

[pgadmin-hackers] CVS Commit by dpage: Okay, so I got pgAdmin3 to build on Panther with

2004-03-18 Thread cvs
Log Message: --- Okay, so I got pgAdmin3 to build on Panther with only two patches, both of which are attached. [Adam H Pendleton] Modified Files: -- pgadmin3/src/include: utffile.h (r1.3 -> r1.4) Index: utffile.h ==

Re: [pgadmin-hackers] Another MacOS install attempt

2004-03-18 Thread David Hustace
On Mar 18, 2004, at 10:13 AM, Adam H. Pendleton wrote: For now you can try dropping --enable-static and see how that works. I get this error during make all: lssl -lcrypto -lpq ld: Undefined symbols: Should I wait for your patch? ---(end of broadcast)-

[pgadmin-hackers] pgAdmin3 on Panther

2004-03-18 Thread Adam H . Pendleton
Okay, so I got pgAdmin3 to build on Panther with only two patches, both of which are attached. The program starts, shows the language selection screen (with good strings!!) shows the splash screen, then crashes. I'll keep working on it. In addition, there is an extra step required to build a

Re: [pgadmin-hackers] Another MacOS install attempt

2004-03-18 Thread Adam H. Pendleton
David Hustace wrote: On Mar 18, 2004, at 9:38 AM, Adam H. Pendleton wrote: Try looking in the config.log that configure generates to see if you can tell why it's failing. If you can't find, try posting your config.log to the list and I will take a look at it. I didn't see anything that gave

Re: [pgadmin-hackers] Another MacOS install attempt

2004-03-18 Thread David Hustace
On Mar 18, 2004, at 9:38 AM, Adam H. Pendleton wrote: Try looking in the config.log that configure generates to see if you can tell why it's failing. If you can't find, try posting your config.log to the list and I will take a look at it. I didn't see anything that gave me a clue... but here it

Re: [pgadmin-hackers] Another MacOS install attempt

2004-03-18 Thread Adam H. Pendleton
David Hustace wrote: I really have tried to resolve this issue googling and searching the list... I have successfully compiled and installed wxWindows-pgAdmin3-20031010-7 and postgresql-7.4.2. My configure error looks like other posts I have seen but the resolutions I haven't been able to ma

Re: [pgadmin-hackers] Another MacOS install attempt

2004-03-18 Thread Andreas Pflug
David Hustace wrote: I appreciate the reply... I should have detailed that I had tried that and every other combination that seemed to make sense to me. Can you tell me what the configure script is looking for when this error is thrown? I can't really see anything in the config.log file other

Re: [pgadmin-hackers] latest wx news

2004-03-18 Thread Ron
On Thu, Mar 18, 2004 at 12:14:55PM +0900, Hiroshi Saito wrote: > However, wxNB_BOTTOM was not repaired.*sigh* > http://cre-ent.skcapi.co.jp/~saito/pgadmin3/pgAdmin3-20040317.png This is still documented to not work with XP. Is it even possible on that platform? Ron -