problem compiling, error while checking for wx

From: Miha Radej <miha(dot)radej(at)siix(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: problem compiling, error while checking for wx
Date: 2005-10-19 23:45:41
Message-ID: 4356DAA5.6020202@siix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hi!

after a fresh cvs checkout just now, i get the following error while
running configure:

<snip>
checking for wxWidgets... yes

Warning: No config found to match: /usr/local/bin/wx-config
--static=no --libs --unicode=yes --debug=yes --version=2.6
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config
--static=no --libs stc,ogl --unicode=yes --debug=yes --version=2.6
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

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.
make: *** [config.status] Error 1
</snip>

the pgadmin configure command was
./configure --prefix=/usr/local/pgadmin-svn

the wx configure command was
./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared
--enable-debug --enable-mimetype=yes

i've successfully used the above pgadmin configure command until a few
days ago. configure goes through and pgadmin compiles ok with the
following parameters:
./configure --prefix=/usr/local/pgadmin-svn --enable-debug --enable-static

is it necessary to explicitly add these two parameters now?

thanks,
Miha

Browse pgadmin-hackers by date

  From Date Subject
Next Message Miha Radej 2005-10-20 00:34:02 link problem on pgadmin3 beta web page
Previous Message Bastiaan Wakkie 2005-10-19 22:01:16 Re: Beta 3 uploaded -> wx problem