Hello all,
To solve a bug I need a little help from the community. I would need the output of this command: ls -l /usr/X11R6/lib/libXine*
Just copy paste the line above in a Terminal and then copy paste the output back in an email. I would need this information from users with 4 different setups: - 10.3.* (Panther) with X11 installed (X11User package) - 10.3.* (Panther) with X11 and X11-SDK installed (X11-SDK is available in the developer tools, when you install XCode and such) - 10.4.* (Tiger) with X11 installed (X11User package) - 10.4.* (Tiger) with X11 and X11-SDK installed (X11-SDK is available in the developer tools, when you install XCode and such)
Thank you in advance for your help.
Jean-Olivier Irisson --- UMR 5244 CNRS-EPHE-UPVD, 52 av Paul Alduy, 66860 Perpignan Cedex, France +336 21 05 19 90 http://jo.irisson.free.fr/work/
- 10.4.* (Tiger) with X11 installed (X11User package)
-rw-r--r-- 1 root wheel 34264 Nov 7 2006 /usr/X11R6/lib/libXinerama.1.0.dylib lrwxr-xr-x 1 root wheel 21 May 8 00:37 /usr/X11R6/lib/libXinerama.1.dylib -> libXinerama.1.0.dylib lrwxr-xr-x 1 root wheel 21 May 8 00:37 /usr/X11R6/lib/libXinerama.dylib -> libXinerama.1.0.dylib
On 20/06/07, Jean-Olivier Irisson <irisson@...2288...> wrote:
Hello all,
To solve a bug I need a little help from the community. I would need the output of this command: ls -l /usr/X11R6/lib/libXine*
Just copy paste the line above in a Terminal and then copy paste the output back in an email. I would need this information from users with 4 different setups:
- 10.3.* (Panther) with X11 installed (X11User package)
- 10.3.* (Panther) with X11 and X11-SDK installed (X11-SDK is
available in the developer tools, when you install XCode and such)
- 10.4.* (Tiger) with X11 installed (X11User package)
- 10.4.* (Tiger) with X11 and X11-SDK installed (X11-SDK is available
in the developer tools, when you install XCode and such)
Thank you in advance for your help.
Jean-Olivier Irisson
UMR 5244 CNRS-EPHE-UPVD, 52 av Paul Alduy, 66860 Perpignan Cedex, France +336 21 05 19 90 http://jo.irisson.free.fr/work/
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
On 20/06/2007, at 10:41 PM, Jean-Olivier Irisson wrote:
Just copy paste the line above in a Terminal and then copy paste the output back in an email. I would need this information from users with 4 different setups:
- 10.3.* (Panther) with X11 installed (X11User package)
- 10.3.* (Panther) with X11 and X11-SDK installed (X11-SDK is
available in the developer tools, when you install XCode and such)
- 10.4.* (Tiger) with X11 installed (X11User package)
- 10.4.* (Tiger) with X11 and X11-SDK installed (X11-SDK is available
in the developer tools, when you install XCode and such)
I'm pretty sure this library is installed by the X11User package for Tiger only. (Incidently, I have it and fit into the "10.4.* (Tiger) with X11 and X11-SDK installed" category).
When we used to lipo our universal binary together, we used to have to include libXinerama.dylib in our package since Inkscape was built on 10.4 and linked against it, and it would be missing for 10.3 users. Now that we build the 10.4 package from a 10.4 machine, and the 10.3 package from a 10.3 machine, we no longer bundle the library with either version -- Inkscape for 10.3 does not link against it, and Inkscape for 10.4 does, but the user will have the library if they have the correct X11user package for 10.4.
Likely the user reporting this bug, if they are running 10.4, has a 10.3 version of X11. Alternatively, if they are on 10.3, then they are probably using the 10.4 version of Inkscape, rather than the version built for 10.3
Cheers, Michael
Hi! Here it goes. I have X11 Installed on Mac OS X Tiger (10.4.10). I recently also installed XCode, but do not remember if I selected or deselected that SDK...
Victor Domingos
------
ls -l /usr/X11R6/lib/libXine* -rw-r--r-- 1 root wheel 34264 Nov 7 2006 /usr/X11R6/lib/ libXinerama.1.0.dylib lrwxr-xr-x 1 root wheel 21 Mar 9 01:36 /usr/X11R6/lib/ libXinerama.1.dylib -> libXinerama.1.0.dylib -rw-r--r-- 1 root wheel 11240 Sep 12 2006 /usr/X11R6/lib/ libXinerama.a lrwxr-xr-x 1 root wheel 21 Mar 9 01:36 /usr/X11R6/lib/ libXinerama.dylib -> libXinerama.1.0.dylib
participants (4)
-
Jean-Olivier Irisson
-
Juan Miguel Ramirez
-
Michael Wybrow
-
Victor Domingos