undefined reference - problem compiling pgadmin3

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: pgadmin-support(at)postgresql(dot)org
Subject: undefined reference - problem compiling pgadmin3
Date: 2007-02-01 11:24:14
Message-ID: 200702011224.14753.fluca1978@infinito.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,
I'm tryin to compile pgadmin1.6.2 on kubuntu 6.1, wxwidgets 2.8, but I'm
having this errors during make:

tlSQLBox.cpp:(.text+0xa5): undefined reference to `wx2stc(wxString const&)'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxFile::wxFile(char const*, wxFile::OpenMode)'
/usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to
`wxStringList::Add(char const*)'
/usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to
`wxLogFatalError(char const*, ...)'
/usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to
`wxString::Format(char const*, ...)'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxString::BeforeFirst(char) const'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxString::AfterFirst(char) const'
/usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to
`wxStringBase::ConcatSelf(unsigned int, char const*, unsigned int)'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxStringBase::InitWith(char const*, unsigned int, unsigned int)'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxString::Cmp(char const*) const'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxString::Find(char, bool) const'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxStringBase::wxStringBase(unsigned int, char)'
/usr/local/lib/libwx_gtk2u_stc-2.8.so: undefined reference to
`wxWindow::ApplyToolTip(_GtkTooltips*, char const*)'
/usr/local/lib/libwx_gtk2u_ogl-2.8.so: undefined reference to
`wxStringBase::operator=(char const*)'
collect2: ld returned 1 exit status
make[2]: *** [pgadmin3] Error 1
make[2]: Leaving directory `/home/luca/tmp/pgadmin3-1.6.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luca/tmp/pgadmin3-1.6.2'
make: *** [all] Error 2

Any idea about that?
Luca

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Alex Gorbachenko 2007-02-01 11:48:11 Re: undefined reference - problem compiling pgadmin3
Previous Message Dave Page 2007-01-31 19:56:11 Re: pgadmin3 wx28'ize patch.