Bug#425893: k3d: FTBFS with new boost libraries
El martes, 19 de junio de 2007, Sune Vuorela escribió: > Hi! > > I took a quick look at this bug - but I only got partly thru. > > The autoconf tests fails because the names of the symlinks have been > changed. > > Every occurency of -lboost_foo or boost_foo in > m4/k3d_with_external_boost.m4 should be replaged with either -lboost_foo-mt > / boost_foo-mt (Or the -st versions) and autoconf rerun. > > The autoconf now finds boost properly, but it fails unfortunately later > when boost is actually used. > > Around here I gave up Do not worry, Sune. I was playing with boost a couple of days ago and I suffered the new and shiny and incompatible boost 1.34. I will try to sort out the building errors. Best regards, Ender. -- Network engineer Debian Developer signature.asc Description: This is a digitally signed message part.
Bug#425893: k3d: FTBFS with new boost libraries
Hi! I took a quick look at this bug - but I only got partly thru. The autoconf tests fails because the names of the symlinks have been changed. Every occurency of -lboost_foo or boost_foo in m4/k3d_with_external_boost.m4 should be replaged with either -lboost_foo-mt / boost_foo-mt (Or the -st versions) and autoconf rerun. The autoconf now finds boost properly, but it fails unfortunately later when boost is actually used. Around here I gave up /Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#425893: k3d: FTBFS with new boost libraries
Package: k3d Version: 0.6.6.0.ds1-1 Severity: serious Tags: sid From my pbuilder build log: ... checking for glibmm... found version 2.12.9 checking boost/version.hpp usability... yes checking boost/version.hpp presence... yes checking for boost/version.hpp... yes Using external boost library checking for main in -lboost_regex... no configure: error: couldn't find boost_regex library make: *** [config.status] Error 1 -- Daniel Schepler