
I downloaded the binary of Inkscape and when I doubled clicked on it, nothing happened. I opened the binary from a terminal and got this message:
dyld: /Volumes/Inkscape/Inkscape.app/Contents/Resources/bin/inkscape-bin can't open library: /usr/X11R6/lib/libXinerama.1.dylib
I do have X11 installed as well as the developer tools.
When I tried to build from source, I typed
./configure
XML::Parser... configure: error: XML::Parser perl module is required for intltool
So I downloaded the XML::Parser and tried to install that, but was told I needed expat. So I downloaded and built expat, and then tried to install XML::Parser, and had no problems. But when I tried to run ./configure again, I got the same message as before, so configure can't find the XML::Parser library.
thanks
Paul