Thomas Kuther wrote: > On Mi, 30.05.07 14:30 Brian Dunn <[EMAIL PROTECTED]> wrote: > >> Thomas Kuther wrote: >>> On Mi, 30.05.07 05:01 Brian Dunn <[EMAIL PROTECTED]> wrote: >>> >>>> Thomas Kuther wrote: >>>>> On Di, 29.05.07 16:49 Brian Dunn <[EMAIL PROTECTED]> wrote: >>>>> >>>>>> sooperlooper& >>>>>> [1] 20701 >>>>>> [EMAIL PROTECTED] ~ $ SooperLooper 1.0.8c >>>>>> Copyright 2005 Jesse Chappell >>>>>> JACK tmpdir identified as [/var/run/jack] >>>>>> OSC server URI (network) is: osc.udp://localhost:9951/ >>>>>> >>>>>> [EMAIL PROTECTED] ~ $ slgui >>>>>> slgui: our URL is osc.udp://localhost:16094/ >>>>>> slgui: relocation error: slgui: symbol _ZN8wxColourC1Ev, version >>>>>> WX_2.6 not defined in file libwx_gtk2_core-2.6.so.0 with link >>>>>> time reference >>>>>> >>>>>> >>>>>> anyone else getting this? any ideas for a solution? >>>>>> /brian >>>>> Which arch are you running? >>>> [EMAIL PROTECTED] ~ $ sudo emerge --info >>>> Portage 2.1.2.2 (default-linux/x86/2006.1/desktop, gcc-3.4.6, >>>> glibc-2.5-r0, 2.6.20-gentoo-r7 i686) >>>> ================================================================= >>>> System uname: 2.6.20-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU >>>> 2.66GHz >>> Which version of wxGTK? Does revdep-rebuild show anything? >>> Did you already try to recompile both of them, wxGTK and >>> sooperlooper? >> >> Selah brian # emerge -av wxGTK >> >> These are the packages that would be merged, in order: >> >> Calculating dependencies... done! >> [ebuild R ] x11-libs/wxGTK-2.6.3.3 USE="X gnome opengl sdl >> unicode -debug -doc -joystick -odbc" 0 kB >> >> Total: 1 package (1 reinstall), Size of downloads: 0 kB >> >> I haven't tried to recompile, and nothing shows up when I >> revdep-rebuild. >> >> The file that lsgui refuses to use is a symlink: >> >> Selah brian # ls -l /usr/lib/libwx_gtk2_core-2.6.so.* >> lrwxrwxrwx 1 root root 28 Apr 30 17:27 >> /usr/lib/libwx_gtk2_core-2.6.so.0 -> libwx_gtk2_core-2.6.so.0.3.1 >> -rwxr-xr-x 1 root root 2957964 Apr 30 17:27 >> /usr/lib/libwx_gtk2_core-2.6.so.0.3.1 >> >> Is this as it should be? in what order do you recommend I rebuild the >> packages? >> > > Maybe recompiling only sooperlooper is enough. If not, then recompile > wxGTK too and sooperlooper right after it. > > If it still fails, please attach the complete emerge --info. > > T.
solved. it now works perfectly. interesting thing here: [EMAIL PROTECTED] ~/Desktop $ ldd /usr/bin/slgui | grep libwx libwx_gtk2u_xrc-2.6.so.0 => /usr/lib/libwx_gtk2u_xrc-2.6.so.0 (0xb7e80000) libwx_gtk2u_qa-2.6.so.0 => /usr/lib/libwx_gtk2u_qa-2.6.so.0 (0xb7e60000) libwx_gtk2u_html-2.6.so.0 => /usr/lib/libwx_gtk2u_html-2.6.so.0 (0xb7dd3000) libwx_gtk2u_adv-2.6.so.0 => /usr/lib/libwx_gtk2u_adv-2.6.so.0 (0xb7d35000) libwx_gtk2u_core-2.6.so.0 => /usr/lib/libwx_gtk2u_core-2.6.so.0 (0xb7a4f000) libwx_baseu_xml-2.6.so.0 => /usr/lib/libwx_baseu_xml-2.6.so.0 (0xb7a46000) libwx_baseu_net-2.6.so.0 => /usr/lib/libwx_baseu_net-2.6.so.0 (0xb7a1a000) libwx_baseu-2.6.so.0 => /usr/lib/libwx_baseu-2.6.so.0 (0xb78eb000) slgui is now linked to libwx_gtk2u_core instead. that little "u" snuck in there and made all the difference. thanks for your help. /brian