Re: How to set acrhive file directive?

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Quan Zongliang <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: How to set acrhive file directive?
Date: 2009-11-09 09:34:53
Message-ID: 8cf965d30911090134l18987239ve19790e0fa90f47c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(at)gmail(dot)com
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Quan Zongliang 2009-11-09 23:54:08 Re: How to set acrhive file directive?
Previous Message Dave Page 2009-11-09 09:31:38 Re: How to set acrhive file directive?