On 3/12/09 10:58, Wolf Drechsel wrote:
Hello friends,
with a great effort of ~suv I came to a finished compiling procedure of 0.47 X11 for Tiger. The only not-so-nice thing is that neither the package nor the bin will start.
The bin shows in terminal:
(inkscape:344): Gtk-WARNING **: cannot open display: :0
So I did
export DISPLAY=:0 dsl01:~ bub$ cd Desktop/inkscape-0.47-x11/build/bin/ dsl01:~/Desktop/inkscape-0.47-x11/build/bin bub$ ./inkscape
Did you really configure/compile it with '--enable-osxapp'? If so, you couldn't launch it the way you did, because it needs the launcher scripts to set the environment for X11 and all resources that are included in the bundle and to launch X11.
If you did configure it to run as bundled osx application (with '--enable-osxapp'), you have to launch it by double-click on the app icon in the Finder or using the *full* path like:
$ /Users/bub/Desktop/inkscape-0.47-x11/packaging/macosx/Inkscape.app/Contents/MacOS/Inkscape
(change the path to your just built application bundle accordingly, and don't forget to set $DYLD_LIBRARY_PATH in the second launcher script 'Contents/Resources/bin/inkscape' before launching it)
but came to the same result: X11 doesnt start.
Below I paste console.log - looks as if still some aqua component were in the game - argh !
no - that's normal output for the X11 version.
~suv