
Ted,
Thanks for your help. I just did a clean checkout, compiled fine after that.
JF
Ted Gould wrote:
On Thu, 2007-11-15 at 11:16 -0600, Joshua Facemyer / Impressus Art wrote:
I tried that, updated, tried again several times, and with libwpg disabled each time it still gave the same error.
Hmm, do you have your build files separate? If so, just clear them. Here's what I do which makes things like this easier:
svn co http://..../inkscape/trunk inkscape.work cd inkscape.work ./autogen.sh mkdir build cd build ../configure --prefix=`pwd`/../install make install
This makes it so that all your build files are in the "build" directory and all your install files are in "install". In situations where the build gets confused you can do a "rm -rf build" and start from there.
--Ted