Re: wxEuphoria v0.10.0 - wxeud.e:758
- Posted by Jerry Story <story.jerry at gmail.com> Jun 29, 2007
- 782 views
Matt Lewis wrote: > > Jerry Story wrote: > > > > Matt Lewis wrote: > > > So, in summary: Can you run ldd against libwxeu.so again? > > > > :/usr/local/lib$ ldd libwxeu.so > > linux-gate.so.1 => (0xffffe000) > > libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7f27000) > > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7f08000) > > libz.so.1 => /usr/lib/libz.so.1 (0xb7ef4000) > > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7eef000) > > libwx_gtk2_aui-2.8.so.0 => not found > > libwx_gtk2_xrc-2.8.so.0 => not found > > libwx_gtk2_qa-2.8.so.0 => not found > > libwx_gtk2_html-2.8.so.0 => not found > > libwx_gtk2_adv-2.8.so.0 => not found > > libwx_gtk2_core-2.8.so.0 => not found > > libwx_base_xml-2.8.so.0 => not found > > libwx_base_net-2.8.so.0 => not found > > libwx_base-2.8.so.0 => not found > > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e03000) > > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7ddc000) > > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7dd0000) > > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7db9000) > > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c78000) > > /lib/ld-linux.so.2 (0x80000000) > > OK, this is clearly a different result than you got on 12 June. Based on > the names of the wxWidgets libraries, it looks like it's looking for the > ANSI versions of the libraries, not the Unicode version (which have a 'u' > in the fileanme after the gtk2), which is what gets installed through > Synaptic. Somehow, you're looking at the official released library, and > not the one that I later built to use the default Feisty libs > (<a > href="http://wxeuphoria.sf.net/libwxeu.so.tar.gz">http://wxeuphoria.sf.net/libwxeu.so.tar.gz</a>). > > If you do a search (from the web interface, just click on the subject above) > for this thread, and go down to your ldd output from 12 June, you'll see > that the names are different, and that it's looking for libtiff.so.4. > This version of the library must have been built with Ubuntu 6.10 (as > I believe the alpha and beta versions were)--also, you seemed to have the > beta version of wxeud.e, so I think this is a reasonable conclusion. > > Make sure that the library is up to date (it should have been created on > 11 June). It might be easier to just purge all wxEuphoria stuff and start > from scratch. Just make sure that you get the newer binary, *not* the > version that's on the download page. > > Matt I replaced libwxeu.so This time it is correct, judging by the size of the file. jstory@jstory-desktop:/$ ldd /usr/local/lib/libwxeu.so linux-gate.so.1 => (0xffffe000) libwx_gtk2u_aui-2.8.so.0 => /usr/lib/libwx_gtk2u_aui-2.8.so.0 (0xb7ed7000) libwx_gtk2u_xrc-2.8.so.0 => /usr/lib/libwx_gtk2u_xrc-2.8.so.0 (0xb7e41000) libwx_gtk2u_qa-2.8.so.0 => /usr/lib/libwx_gtk2u_qa-2.8.so.0 (0xb7e20000) libwx_gtk2u_html-2.8.so.0 => /usr/lib/libwx_gtk2u_html-2.8.so.0 (0xb7d80000) libwx_gtk2u_adv-2.8.so.0 => /usr/lib/libwx_gtk2u_adv-2.8.so.0 (0xb7cbd000) libwx_gtk2u_core-2.8.so.0 => /usr/lib/libwx_gtk2u_core-2.8.so.0 (0xb7938000) libwx_baseu_xml-2.8.so.0 => /usr/lib/libwx_baseu_xml-2.8.so.0 (0xb792e000) libwx_baseu_net-2.8.so.0 => /usr/lib/libwx_baseu_net-2.8.so.0 (0xb78ff000) libwx_baseu-2.8.so.0 => /usr/lib/libwx_baseu-2.8.so.0 (0xb77a2000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb76b8000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7691000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7685000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb766e000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb752c000) libz.so.1 => /usr/lib/libz.so.1 (0xb7518000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7514000) libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0 (0xb7476000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7473000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7356000) libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0xb7323000) libORBit-2.so.0 => /usr/lib/libORBit-2.so.0 (0xb72d0000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb72cb000) librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb72c2000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7288000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb71f3000) libgstinterfaces-0.10.so.0 => /usr/lib/libgstinterfaces-0.10.so.0 (0xb71ea000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb6e92000) libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb6e0c000) libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb6df1000) libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb6dda000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6dae000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb6da0000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6d98000) libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6d95000) libXi.so.6 => /usr/lib/libXi.so.6 (0xb6d8d000) libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6d87000) libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb6d7d000) libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6d78000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb6d3a000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb6c49000) libSM.so.6 => /usr/lib/libSM.so.6 (0xb6c40000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6c1d000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6bfd000) libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb6bab000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6b8b000) /lib/ld-linux.so.2 (0x80000000) libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb6b82000) libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb6b12000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6aa7000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb6aa3000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6a9e000) libICE.so.6 => /usr/lib/libICE.so.6 (0xb6a86000) libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb6a5b000)