Update: Feb 27, 2006
I've got inkscape compiled and packaged up. See post
18-------------------------------------------------------------------------
Greetings.
I thought inkscape (
http://www.inkscape.org/ ) would be great to run on the Z. I even tried version 0.38 under OZ/GPE. Unfortunately, 1) I didn't like GPE as much as pdaXrom, 2) the toolbars don't all fit on the screen on my C1000, 3) it was slow, and 4) it didn't have the latest and greatest features.
I thought I could resolve the issues by 1) (cross-)compiling for pdaXrom, 2) resizing the toolbar icon art, 3) hoping the floating-point emulation would help, and look into reducing the rendering quality, and 4) by compiling version 0.43.
Despite being a C++ programmer, I'm new to building (and especially cross-compiling) under linux [and I'd really like to thank the person who put up cross-compiler how-to at
http://mail.pdaxrom.org/contrib/docs/cross-compiler.html ].
I downloaded the tarball source packages that inkscape said it needed [see
http://wiki.inkscape.org/wiki/index.php/CompilingInkscape ] and built Boehm-GC and libSigc++. I had problems with GlibMM (and haven't tried GtkMM yet). They seem to be relying on the PKG_CONFIG_PATH environment variable, which I thought I set appropriately...
What is worse, though, is the other dependancies:
configure: error: Package requirements (sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.8.0 gobject-2.0 >= 2.8.0 gmodule-2.0 >= 2.8.0) were not met.
It appears to me, by looking at this list of everything available at the pdaXrom site (
http://mail.pdaxrom.org/contrib/list.txt ), that glib is at version 1.2, and that gobject, and gmodule are currently unavailable.
So, am I just better off forgetting about trying to compile inkscape? I get the impression that a whole bunch of gnome libraries need to be compiles, and balk at the thought.
Or, is there some miraculous developer out there to whom these tasks do not seem insurmountable? Or is it not as bad as it seems to me?
Thanks for your insights,
Armagon