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..

./configure --enable-arcstream --enable-zipstream --enable-tarstream
--with-zlib ...


Hope this helps.

--
Thanks & Regards,
Ashesh Vashi

EnterpriseDB INDIA - www.enterprisedb.com

On Mon, Nov 9, 2009 at 2:58 PM, Quan Zongliang <quanzongli...@gmail.com>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 I include setup.h file in header file? It seems not a good idea.
> And how to set it under other OSs?
>
> -----------------------------------------------
> Quan Zongliang
> quanzongli...@gmail.com
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

Reply via email to