On 16/09/10 02:51, Julien Laffaye wrote: > On Thu, Sep 16, 2010 at 2:26 AM, Mateusz Loskot <[email protected]> wrote: >> Julien, >> >> I'd appreciate if you could post some details or just submit a full >> bug report to the SOCI tracker. > > Sorry about that: I was quite lazy when I got this error.
np > And the error is obvious: the mysql tests attempt to include boost > headers files even if boost was not found by cmake. > > The full log is available at http://pastebin.com/UVfEA68R Yes, indeed, there is missing #ifdef HAVE_BOOST guard around some of the test cases. Fixed in the repo and tested compilation of $ cmake -DWITH_BOOST=OFF /path/to/master/src Best regards -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
