Greg,

Is it possible you have a wrong name for regex - it looking for boost_regex
but library actually called libboost_regex....

Regards,
Evgueni

On 29 July 2010 09:14, 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
>
>   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!
>
> Regards,
> Evgueni
>
>
> On 29 July 2010 05:50, Greg Landrum <[email protected]> wrote:
>
>> Dear all,
>>
>> On Wed, Jul 28, 2010 at 4:04 PM, Evgueni Kolossov <[email protected]>
>> wrote:
>> >
>> > I am trying to rebuild RDKit on Windows using boost 1_43 and cannot go
>> > through the configuration stage with CMake:
>>
>> There's been a lot of activity on this thread (thanks to everyone for
>> pitching in), and a lot of the problem was caused by the fact that the
>> windows build instructions online in the wiki not correct/complete.
>> I've just update the instructions at
>> http://code.google.com/p/rdkit/wiki/BuildingOnWindows and now
>> hopefully they are more helpful.
>>
>> Two likely problems:
>> - The build instructions for boost in the wiki were not complete. This
>> has been fixed.
>> - The RDKit as released (and in SVN) probably would not find boost
>> 1.43 using cmake. This is a simple configuration change in
>> $RDBASE/CMakeLists.txt (described in the wiki).
>>
>> I just did a clean build with boost 1.43 using the wiki instructions
>> and I believe they should be ok. Evgueni; it would be great if you
>> could let us know if you still encounter problems.
>>
>> Best Regards,
>> -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