undefined reference - problem compiling pgadmin3 - Mailing list pgadmin-support

From Luca Ferrari
Subject undefined reference - problem compiling pgadmin3
Date
Msg-id 200702011224.14753.fluca1978@infinito.it
Whole thread Raw
Responses Re: undefined reference - problem compiling pgadmin3  (Alex Gorbachenko <agent_007@immo.ru>)
List 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


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: pgadmin3 wx28'ize patch.
Next
From: Alex Gorbachenko
Date:
Subject: Re: undefined reference - problem compiling pgadmin3