Re: [pgadmin-hackers] compile problem

2007-03-15 Thread Dave Page
Giuseppe Sacco wrote: Hi all, Il giorno mar, 13/03/2007 alle 15.22 +, Dave Page ha scritto: [...] #if wxCHECK_VERSION(2, 8, 0) && !(WXWIN_COMPATIBILITY_2_6) // Note the following defines need removed // when CodeBlocks support for wxWidgets 2.6 is dropped #define wxOPEN wxFD_OPE

Re: [pgadmin-hackers] compile problem

2007-03-15 Thread Giuseppe Sacco
Hi all, Il giorno mar, 13/03/2007 alle 15.22 +, Dave Page ha scritto: [...] > > #if wxCHECK_VERSION(2, 8, 0) && !(WXWIN_COMPATIBILITY_2_6) > > // Note the following defines need removed > > // when CodeBlocks support for wxWidgets 2.6 is dropped > > #define wxOPEN wxFD_OPEN > >

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: It failed windows testing, but it may appear on Macs since Apple was supposed to be using it in their new release of OSX. OK, thanks. I'll resist the urge to upgrade to Leopard just for that! Regards, Dave ---(end of broadcast)--

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
in-hackers@postgresql.org Subject: Re: [pgadmin-hackers] compile problem Tim Stahlhut wrote: > Note, wxWidgets 2.8.2 is do to be released today, if internal testing > works well. Oh - what happened to 2.8.1? Regards, Dave. -- No virus found in this incoming message. Checked by AVG Free

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: Note, wxWidgets 2.8.2 is do to be released today, if internal testing works well. Oh - what happened to 2.8.1? Regards, Dave. ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: Sorry, about my misunderstanding the permission system. No problem at all. Here's a subset of a patch I did for codeblocks to get 2.9 to work, they are maintaining 2.6 support as primary. These constants were everywhere so I added the below code to the application common

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
, March 13, 2007 10:24 AM To: Tim Stahlhut; 'Dave Page' Cc: pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] compile problem Hi Tim-san. > Yes, wxWidgets-2.8 has WXWIN_COMPATIBILITY_2_6=1 this is set in > setup.h for windows users and passed as an option for Linux Users

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
-hackers@postgresql.org Subject: Re: [pgadmin-hackers] compile problem Hi Dave. From: "Dave Page" > > Sorry, I was sleeping - and you did email to say cancel the post! > >> ?wxSAVE was renamed to wxFD_SAVE when WXWIN_COMPATIBILITY_2_6=0 >> which is the default for

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
Dave Page wrote: > Tim Stahlhut wrote: >> Dave Page wrote: >> >>> Giuseppe Sacco wrote: Hi all, I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux system. Once I compiled and installaed wxwidget and its "contrib" directory, I get this error while compiling p

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Tim-san. I would check your setup.h file, it is never safe to assume what values is in it. Check both include\wx\msw\setup.h and the one(s) under sub-folders in the folder lib\ The ones under lib\ are the ones that should be used in compiling clients apps, but this starts out as a copy of in

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Tim-san. Yes, wxWidgets-2.8 has WXWIN_COMPATIBILITY_2_6=1 this is set in setup.h for windows users and passed as an option for Linux Users when building wxWidgets. If, you no longer support your application under wxWidgets 2.6 or below I would just rename them all they are listed in wx/filedl

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Hiroshi Saito
Hi Dave. From: "Dave Page" Sorry, I was sleeping - and you did email to say cancel the post! ?wxSAVE was renamed to wxFD_SAVE when WXWIN_COMPATIBILITY_2_6=0 which is the default for 2.9 builds now (cvs head is 2.9) Umm, I am confused for a moment. as for wxWidgets-2.8.0, WXWIN_COMPATIB

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Dave Page
Tim Stahlhut wrote: > Dave Page wrote: > >> Giuseppe Sacco wrote: >>> Hi all, >>> I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux >>> system. Once I compiled and installaed wxwidget and its "contrib" >>> directory, I get this error while compiling pgAdmin3: >>> >>> ./frm/frmB

Re: [pgadmin-hackers] compile problem

2007-03-13 Thread Tim Stahlhut
Dave Page wrote: > Giuseppe Sacco wrote: >> Hi all, >> I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux >> system. Once I compiled and installaed wxwidget and its "contrib" >> directory, I get this error while compiling pgAdmin3: >> >> ./frm/frmBackupServer.cpp: In member fun

Re: [pgadmin-hackers] compile problem

2007-03-12 Thread Dave Page
Giuseppe Sacco wrote: > Hi all, > I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux > system. Once I compiled and installaed wxwidget and its "contrib" > directory, I get this error while compiling pgAdmin3: > > ./frm/frmBackupServer.cpp: In member function ‘void > frmBackupSe

[pgadmin-hackers] compile problem

2007-03-11 Thread Giuseppe Sacco
Hi all, I am testing pgadmin3 and wxwidget, both from CVS head on a GNU/Linux system. Once I compiled and installaed wxwidget and its "contrib" directory, I get this error while compiling pgAdmin3: ./frm/frmBackupServer.cpp: In member function ‘void frmBackupServer::OnSelectFilename(wxCommandEven