donn wrote:
A try: Is there some way for me to explode that autopackage file into a single folder? If so, perhaps those two files inkscape needs: libpng12.so.0: no version information available libstdc++.so.6: version `GLIBCXX_3.4.4' not found
could be dropped into it and experiments can proceed from there?
Anyone have them two? Send them to me and I'll give it a go.
I don't think it will be quite that easy. You'll probably have to build the all the dependencies and link them, static not dynamic libs. The "--prefix" issue will likely come into play here too. So you may want to investigate the tools developed by the Autopackage team to remedy this.
You may find help at: http://wiki.inkscape.org/wiki/index.php/CompilingInkscape
and specificly: http://wiki.inkscape.org/wiki/index.php/CompilingStatic
And remember you will have to start from the 0.44 branch in svn: svn co http://https://svn.sourceforge.net/svnroot/inkscape/inkscape/branches/RELEAS... inkscape
Aaron Spike