Re: 1.6 problem

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: 1.6 problem
Дата
Msg-id 455E0FFB.7080000@postgresql.org
обсуждение исходный текст
Ответ на 1.6 problem  (Jyrki Wahlstedt <jwa@wahlstedt.fi>)
Ответы Re: 1.6 problem  (Jyrki Wahlstedt <jwa@wahlstedt.fi>)
Список pgadmin-hackers
Jyrki Wahlstedt wrote:
> Hi,
> just tried to build 1.6.0 on OS X (10.4.8). I end up with:
> configure: error: Your wxWidgets installation cannot support pgAdmin in
> the selected configuration. This may be because it was configured
> without the --enable-unicode option, or the combination of
> dynamic/static linking and debug/non-debug libraries selected did not
> match any installed wxWidgets libraries.
>
> I am using currently 2.8.0-rc1, could this have something to do with the
> error? 2.8.0 is configured with --enable-unicode, otherwise the message
> is not too easy to translate into actions:-(

Your wxWidgets build must match pgAdmin's configure options in a few
different ways:

1) It must be a Unicode build
2) Both packages must either enable or disable debug
3) Both packages must be build with shared or static libraries
4) pgAdmin must be configured with the correct wxWidgets version.

I suspect in your case the problem is that pgAdmin 1.6 defaults to
wxWidgets 2.7. You probably need to add --with-wx-version=2.8 to the
pgAdmin configure command.

It's worth noting that you can build and install all for combinations of
debug/non-debug/static/shared builds of wxWidgets in parallel so you can
then build any combination of pgAdmin that you like.

Regards, Dave.

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Jyrki Wahlstedt
Дата:
Сообщение: 1.6 problem
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5661 - in trunk/pgadmin3: . src/schema