On 8-12-2012 2:22, mathog wrote:
Tried to upgrade today, found inkscape now needs devlibs 41. Got that, modified mingwenv.bat to point to it. Ran btool. It got down to what looks like the final link and then blew up with:
============================= Make error line 460: LINK problem: build\libinkscape.a(main-cmdlineact.o):main-cmdlineact.cpp:(.text+0x1aa): undefined reference to `__printf__' build\libinkscape.a(init.o):init.cpp:(.text+0xac): undefined reference to `Inkscape::Extension::Internal::VsdInput::init()' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0x20): undefined reference to `libwpg::WPGFileStream::WPGFileStream(char const *)' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0x84): undefined reference to `libwpg::WPGString::WPGString()' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0x90): undefined reference to `libwpg::WPGraphics::generateSVG(WPXInputStream* , libwpg::WPGString&)' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0xa6): undefined reference to `libwpg::WPGString::~WPGString()' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0xb8): undefined reference to `libwpg::WPGString::cstr() const' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0xd0): undefined reference to `libwpg::WPGString::cstr() const' build\libinkscape.a(wpg-input.o):wpg-input.cpp:(.text+0xfa): undefined reference to `libwpg::WPGString::~WPGString()' build\libinkscape.a(FontFactory.o):FontFactory.cpp:(.text+0xff8): undefined reference to `__printf__' collect2: ld returned 1 exit status
Suggestions?
Certain you did a btool -clean?
-Johan