Nicola Pero <[email protected]> writes: > Follow-up Comment #2, bug #30683 (project gnustep): > > Hi Paul > > it's hard to know without more information. Here are a couple of experiments > that you could do to gather a bit more information. > > First of all, try using 'ldd' to get the list of libraries linked into your > program: type > > ldd ./LPT_Interface.app/LPT_Interface > > in your shell. You should get a list of all the libraries (including > libRenaissance.so.0) with the exact path of where it is found. Can you post > that list ? Anything that sounds suspicious there ?
How could I know whether is something here suspicious? Here is the output of the command: linux-vdso.so.1 => (0x00007fff693d1000) libgnustep-gui.so.0.18 => /usr/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.18 (0x00007fd53c545000) libgnustep-base.so.1.20 => /usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.20 (0x00007fd53bee7000) libobjc.so.2 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/libobjc.so.2 (0x00007fd53bccb000) libc.so.6 => /lib/libc.so.6 (0x00007fd53b972000) libgif.so.4 => /usr/lib/libgif.so.4 (0x00007fd53b768000) libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007fd53b541000) libtiff.so.3 => /usr/lib/libtiff.so.3 (0x00007fd53b2dd000) libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007fd53b0a3000) libm.so.6 => /lib/libm.so.6 (0x00007fd53ae22000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd53ac06000) libxslt.so.1 => /usr/lib/libxslt.so.1 (0x00007fd53a9cd000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007fd53a67e000) libz.so.1 => /lib/libz.so.1 (0x00007fd53a468000) libffi.so.5 => /usr/lib/libffi.so.5 (0x00007fd53a260000) libdl.so.2 => /lib/libdl.so.2 (0x00007fd53a05c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fd539e45000) /lib64/ld-linux-x86-64.so.2 (0x00007fd53cce1000) libSM.so.6 => /usr/lib/libSM.so.6 (0x00007fd539c3c000) libICE.so.6 => /usr/lib/libICE.so.6 (0x00007fd539a20000) libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fd5396e4000) libjbig.so => /usr/lib/libjbig.so (0x00007fd5394d8000) libuuid.so.1 => /lib/libuuid.so.1 (0x00007fd5392d3000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fd5390b5000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fd538eb1000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fd538cab000) > Another experiment you can do is to try opening up your gsmarkup files > using GSMarkupBrowser. Type in your shell: > > GSMarkupBrowser ./LPT_Interface.gsmarkup > > if Renaissance is installed correctly, this should popup a window with the > contents of LPT_Interface.gsmarkup (it works on my installation). If not, > what error are you getting ? 2010-08-09 18:29:11.785 GSMarkupBrowser[15638] Loading /debian-adatok-1/Programozas/Obj_C_ben/Emacs-szal/LPT_Interface/./LPT_Interface.gsmarkup 2010-08-09 18:29:11.886 GSMarkupBrowser[15638] /debian-adatok-1/Programozas/Obj_C_ben/Emacs-szal/LPT_Interface/./LPT_Interface.gsmarkup loaded! I can see the windoww with its buttons, labels, colors... It's exactly as I want. -- Regards, Paul Chany You can freely correct me in my English. http://csanyi-pal.info _______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
