Hi, Dave Neary wrote: > I just did a fresh check-out of the 2.1 branch, and when I re-ran CMake, > I had the unpleasant surprise that Boost was no longer found (before > then, it was found in the cache, and evidently the flags were set as > they should have been). (this is an Ubuntu 6.06). > > I copied the FindBoost.cmake from /usr/local/share/cmake-2.4/Modules > (the 2.4.5 I installed yesterday) and it is working again.
After some digging it turns out that it works OK with the FindBoost in our tree before revision 8809 - there's a bug-fix to add -gcc-mt which appears to apply all the time - the check is never done without the -gcc-mt for libraries. I'm not sure yet how to fix this properly, but reverting FindBoost got me compiling again. The build wasn't working with the FindBoost from cmake, since for some reason the libraries weren't found, and the LDFLAGS weren't being set right (of course, I only found that out when linking qtwengophone, at 99% >:-< Cheers, Dave. -- Dave Neary OpenWengo Community Development Manager Email: [EMAIL PROTECTED] _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
