Michael Wybrow <mjwybrow@...1047...> writes:
On Fri, 4 Aug 2006, Bob Jamison wrote:
Michael Wybrow wrote:
Hi all,
Inkscape SVN started recently crashing on startup since it can't find any of its share files. This is because of some defines in the generated config.h: #define INKSCAPE_DATADIR "${datarootdir}" #define PACKAGE_LOCALE_DIR "${datarootdir}/locale"
I believe these should have been expanded to the value of datarootdir. Interestingly the library path is correct: #define INKSCAPE_LIBDIR "/Users/mjwybrow/ws-svn/install/lib"
Recently, autoconf's new version changed its variable naming from ${prefix} and ${datadir} to ${datarootdir}. The change is to be able to use the new names. It is doc'd here:
http://www.gnu.org/software/autoconf/manual/html_node/Changed-Directory-Vari...
It would be good if you could get this to work. Obviously it needs a tweak or two to run on both versions of autoconf.
I thought we discussed this on the list a few weeks ago?
You're right, my exact problem was reported by another user on the mailing list.
There is a bug about it, with a suggested solution: https://sourceforge.net/tracker/index.php?func=detail&aid=1521963&gr...
Cheers, Colin