Although one can invoke inkscape from the command line on the Mac build, it (apparently) requires that you give the full pathname, or else it can't find support files it needs. Specifically, if I create a symlink in /usr/local/bin that links to /Applications/Inkscape.app/Contents/Resources/bin/inkscape , running inkscape --help complains that pango, gtk-2.0, and inkscape-bin can't be found. If I create further links in /usr/local/bin and /usr/local/etc to resolve those issues, I get a dylib failure looking for a file in /Users/mjwybrow—who I assume is one of you:
dyld: Library not loaded: /Users/mjwybrow/ws-fat/lib/libgtkmm-2.4.1.dylib
Referenced from: /usr/local/bin/inkscape-bin
Reason: image not found
Trace/BPT trap
This is in v0.45.1 on macosx v10.4.11 on a G5.
Ok, so you marked it as incomplete; could you maybe say what further information you're looking for? I've already told you the version, the OS, and instructions on how to repro the bug....