Are you sure you installed regex? It needs to be compiled. On Windows I use the binary installer where you can tick the box for different boost components.
On 28 July 2010 15:14, Evgueni Kolossov <[email protected]> wrote: > Tried Run cmake with -DBoost_LIBRARYDIR=whatever > but it still cannot find regex > > On 28 July 2010 15:07, Noel O'Boyle <[email protected]> wrote: >> >> On 28 July 2010 15:04, Evgueni Kolossov <[email protected]> wrote: >> > Dear Greg, >> > >> > I am trying to rebuild RDKit on Windows using boost 1_43 and cannot go >> > through the configuration stage with CMake: >> > >> > 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 >> > >> > The following Boost libraries could not be found: >> > >> > boost_regex >> > >> > No Boost libraries were found. You may need to set Boost_LIBRARYDIR >> > to >> > the >> > directory containing Boost libraries or BOOST_ROOT to the location of >> > Boost. >> > Call Stack (most recent call first): >> > Code/GraphMol/SLNParse/CMakeLists.txt:4 (find_package) >> > >> > >> > CMake Error: The following variables are used in this project, but they >> > are >> > set to NOTFOUND. >> > Please set them or make sure they are set and tested correctly in the >> > CMake >> > files: >> > Boost_REGEX_LIBRARY (ADVANCED) >> > linked by target "testSLNParse" in directory >> > C:/RDKit/Code/GraphMol/SLNParse >> > >> > Configuring incomplete, errors occurred! >> > >> > I have tried to set environmental variable Boost_LIBRARYDIR to >> > .\boost_1_43_0\bin.v2\libs or to \boost_1_43_0\boost where regex >> > directory >> > is but it still cannot find it. >> >> Run cmake with -DBoost_LIBRARYDIR=whatever >> >> > Please help. >> > >> > Regards, >> > Evgueni >> > >> > -- >> > >> > >> > ------------------------------------------------------------------------------ >> > 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 >> > >> > > > > Mob. +44(0)7812070446 > ------------------------------------------------------------------------------ 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

