On Thu, Jul 29, 2010 at 10:14 AM, Evgueni Kolossov <[email protected]> wrote: > Hi Greg, > > I have done exactly as you described it now and build boost with regex > Unfortunately I have the same problems as before: > > Boost version: 1.43.0 > Found BISON: C:/cygwin/bin/bison.exe > Found FLEX: C:/cygwin/bin/flex.exe > CMake Error at C:/Program Files/CMake > 2.8/share/cmake-2.8/Modules/FindBoost.cmake:910 (message): > Unable to find the requested Boost libraries. > > Boost version: 1.43.0 > > Boost include path: C:/boost/boost_1_43_0
I wonder if these lines in CMakeLists.txt have something to do with your issue... # extra boost versions if(MSVC) SET(Boost_ADDITIONAL_VERSIONS "1.42" "1.42.0" "1.41" "1.41.0" "1.40" "1.40.0") endif(MSVC) Hint: use boost 1.42 instead ;) -- Gianluca Sforna http://morefedora.blogspot.com http://www.linkedin.com/in/gianlucasforna ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

