Re: How to set acrhive file directive?

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: How to set acrhive file directive?
Дата
Msg-id 8cf965d30911090134l18987239ve19790e0fa90f47c@mail.gmail.com
обсуждение исходный текст
Ответ на How to set acrhive file directive?  (Quan Zongliang <quanzongliang@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: How to set acrhive file directive?
Следующее
От: Quan Zongliang
Дата:
Сообщение: Re: How to set acrhive file directive?