Re: How to set acrhive file directive? - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: How to set acrhive file directive?
Date
Msg-id 8cf965d30911090134l18987239ve19790e0fa90f47c@mail.gmail.com
Whole thread Raw
In response to How to set acrhive file directive?  (Quan Zongliang <quanzongliang@gmail.com>)
List pgadmin-hackers
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 <quanzongliang@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
quanzongliang@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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: How to set acrhive file directive?
Next
From: Quan Zongliang
Date:
Subject: Re: How to set acrhive file directive?