Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Quan Zongliang
> No - it should get pulled in vi wx.h though, so you can test those macros. No, it didn't. I can't detect them now. Like: #if wxUSE_STREAMS || wxUSE_ZIPSTREAM || wxUSE_TARSTREAM some codes #endif Always get false. --- Quan Zongliang quanzongli...@gm

Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Ashesh Vashi
Hi Quan, On other system: While configuring wxWidget, we should use the following option.. wxUSE_ARCHIEVE_STREAMS: --enable-arcstream wxUSE_ZIPSTREAN: --enable-zipstream wxUSE_TARSTREAM: --enable-tarstream wxUSE_ZLIB: --with-zlib so, the configuration options will be similar to this one.. ./con

Re: [pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Dave Page
On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang wrote: > Hi, all > > To support archive file, wxWidgets has some directive: > wxUSE_ARCHIVE_STREAMS, > wxUSE_ZIPSTREAM, > wxUSE_TARSTREAM, > wxUSE_ZLIB, > and so on. > And under windows, all of them is default 1. (include/msvc/wx/setup.h) > > Should

[pgadmin-hackers] How to set acrhive file directive?

2009-11-09 Thread Quan Zongliang
Hi, all To support archive file, wxWidgets has some directive: wxUSE_ARCHIVE_STREAMS, wxUSE_ZIPSTREAM, wxUSE_TARSTREAM, wxUSE_ZLIB, and so on. And under windows, all of them is default 1. (include/msvc/wx/setup.h) Should I include setup.h file in header file? It seems not a good idea. And how to