Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-05 Thread Luca Ferrari
On Friday 02 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > why you don't use binary wx distributions for ubuntu ? > http://wxpython.wxcommunity.com/apt/ubuntu/dapper/2.8.1.1/ Well, from the above link I took the src library, recompiled it and now I've got the pgadmin3

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 12:00:09 +0100 Luca wrote: >Should I set other options? why you don't use binary wx distributions for ubuntu ? http://wxpython.wxcommunity.com/apt/ubuntu/dapper/2.8.1.1/ -- np: Bullet for my Valentine - suffocating under words of sorrow (what can i do) (live at brixton acade

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 12:00:09 +0100 Luca wrote: >but I've installed wx, run ldconfig and then build the contribs. imho, wxgtk bulds normally only in wxgtk source tree, and you must compile at once main package along with contribs. currently, i maintain wxGTK and pgadmin3 for russian ALTLinux dis

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
On Friday 02 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > hmmm... very strange behavior. can you show output of > objdump -T /usr/local/lib/libwx_baseu-2.8.so | grep 'wxStringBase.*Init' 0009f1c0 gDF .text 008d WXU_2.8 _ZN12wxStringBase8InitWithEPKwjj > w

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Alex Gorbachenko
On Fri, 2 Feb 2007 09:15:42 +0100 Luca wrote: >It returns [skipped] hmmm... very strange behavior. can you show output of objdump -T /usr/local/lib/libwx_baseu-2.8.so | grep 'wxStringBase.*Init' >and all the above are under /usr/local/lib that is listed in >my /etc/ld.so.conf (I ran ldconfig a

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-02 Thread Luca Ferrari
On Thursday 01 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > > for LIBS in $(/bin/ls /usr/local/lib/libwx*so) ; do echo "$LIBS" ; > objdump -T "$LIBS" | grep -i '' ; done > It returns /usr/local/lib/libwx_baseu-2.8.so /usr/local/lib/libwx_baseu_net-2.8.so /usr/local/li

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Alex Gorbachenko
On Thu, 1 Feb 2007 14:17:14 +0100 Luca wrote: >undefined symbol: _ZN8wxWindow12ApplyToolTipEP12_GtkTooltipsPKc >(/usr/local/lib/libwx_gtk2u_stc-2.8.so) >undefined symbol: _ZN6wxFileC1EPKcNS_8OpenModeE >(/usr/local/lib/libwx_gtk2u_stc-2.8.so) >undefined symbol: _ZNK8wxString11BeforeFirstEc >(/u

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Luca Ferrari
On Thursday 01 February 2007 Alex Gorbachenko's cat, walking on the keyboard, wrote: > ldd -r /usr/local/lib/libwx_gtk2u_stc-2.8.so > here ? ldd -r /usr/local/lib/libwx_gtk2u_stc-2.8.so linux-gate.so.1 => (0xe000) libz.so.1 => /usr/lib/libz.so.1 (0xb7ea2000) libdl.so.

Re: [pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Alex Gorbachenko
On Thu, 1 Feb 2007 12:24:14 +0100 Luca wrote: >Any idea about that? can you show result of ldd -r /usr/local/lib/libwx_gtk2u_stc-2.8.so here ? -- np: Iron Maiden - The Nomad signature.asc Description: PGP signature

[pgadmin-support] undefined reference - problem compiling pgadmin3

2007-02-01 Thread Luca Ferrari
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)' /