5 Aug
2006
5 Aug
'06
1:53 a.m.
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"
Does that look wrong?
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"
I don't believe I've changed automake or autoconf versions since it last worked for me. This has just appeared after updating from SVN -- I hadn't done an SVN update for a few weeks.
Any ideas?
Cheer, Michael