Re: [Inkscape-devel] Problem compiling win32 svn-18969

Mr Sonic, :-)
Try deleting build.dep, then running buildtool again. This forces it to refresh the dependency cache, scanning the source directory again. This happens automatically when you do a clean build, but of course you don't want to do that every time.
A good rule is to always do this when you do an "svn up" and see any A's or D's for .cpp files.
bob
-----Original Message-----
From: Docsonic <docsonic@...58...> Sent: Jun 18, 2008 10:12 AM To: inkscape-devel@lists.sourceforge.net Subject: [Inkscape-devel] Problem compiling win32 svn-18969
When I try to compile svn-18969 on WinXP I get an slew error at the linking stage -
Make error line 366: LINK problem: build\libinkscape.a(sp-shape.o):sp-shape.cpp: (.text+0x1e13): undefined reference to `bounds_exact_transformed(std::vector<Geo m::Path, std::allocatorGeom::Path > const&, Geom::Matrix const&)' build\libinkscape.a(effect.o):effect.cpp:(.text+0x76d): undefined reference to ` Inkscape::LivePathEffect::LPECopyRotate::LPECopyRotate(LivePathEffectObject*)' build\libinkscape.a(effect.o):effect.cpp:(.text+0x7a3): undefined reference to ` Inkscape::LivePathEffect::LPEParallel::LPEParallel(LivePathEffectObject*)' build\libinkscape.a(effect.o):effect.cpp:(.text+0x7bf): undefined reference to ` Inkscape::LivePathEffect::LPECircle3Pts::LPECircle3Pts(LivePathEffectObject*)' build\libinkscape.a(effect.o):effect.cpp:(.text+0x7db): undefined reference to ` Inkscape::LivePathEffect::LPEAngleBisector::LPEAngleBisector(LivePathEffectObjec t*)' build\libinkscape.a(nr-arena-shape.o):nr-arena-shape.cpp:(.text+0x2ce0): undefin ed reference to `bounds_fast_transformed(std::vector<Geom::Path, std::allocator< Geom::Path> > const&, Geom::Matrix const&)' build\libinkscape.a(nr-arena-shape.o):nr-arena-shape.cpp:(.text+0x2ebc): undefin ed reference to `bounds_fast_transformed(std::vector<Geom::Path, std::allocator< Geom::Path> > const&, Geom::Matrix const&)' collect2: ld returned 1 exit status
Any ideas?
Thanks,
Tony
View this message in context: http://www.nabble.com/Problem-compiling-win32-svn-18969-tp17984902p17984902.... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

Aha... it was that simple :-D
Many thanks Bob,
Tony
Bob Jamison-2 wrote:
Mr Sonic, :-)
Try deleting build.dep, then running buildtool again. This forces it to refresh the dependency cache, scanning the source directory again. This happens automatically when you do a clean build, but of course you don't want to do that every time.
A good rule is to always do this when you do an "svn up" and see any A's or D's for .cpp files.
bob
participants (2)
-
Bob Jamison
-
Docsonic