Hi Evgueni,

On Thu, Jul 29, 2010 at 10:14 AM, Evgueni Kolossov <[email protected]> wrote:

>
> 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
>
>   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)

Are you sure when you built you included "install" in the bjam command line?
Here's my command line:
bjam toolset=msvc link=shared --with-python ---with-thread
--with-regex release install

You should also try looking in c:/boost/lib:
/c/boost/boost_1_43_0 >ls /c/boost/lib/*regex*43*
/c/boost/lib/boost_regex-vc90-mt-1_43.dll
/c/boost/lib/boost_regex-vc90-mt-1_43.lib
/c/boost/lib/libboost_regex-vc90-mt-1_43.lib

If all three files are there, then I'm really going to start wondering.

Have you updated the CMakeLists.txt to add 1.43 to the
Boost_ADDITIONAL_VERSIONS line? (This is described on the wiki). Make
sure to delete the cache and rerun configure in cmake after making any
of these changes.

Best,
-greg

------------------------------------------------------------------------------
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

Reply via email to