I think it's built fine, but initially it couldn't find find boost-build.jam.

I needed to set a new environment variable BOOST_ROOT="%BOOSTHOME%"
Note the quotation marks (I've got spaces in the path for BOOSTHOME).

Here's the batch file I used to set the variables:
@echo off
set RDBASE=C:\Documents and Settings\Noel\Desktop\Tools\RDKit\trunk
set BOOSTHOME=C:\Documents and Settings\Noel\Desktop\Tools\RDKit\boost_1_35_0
set BOOST_ROOT="%BOOSTHOME%"
set BOOST_BUILD_PATH=C:\Boost
set PYTHONPATH=%RDBASE%\Python
set PATH=%RDBASE%\bin;%BOOST_BUILD_PATH%\lib;%PATH%

You also need to set PYTHONHOME to run the tests. Which I'm afraid
still don't work for me. Seems to be due to spaces in the name again.
It's a pretty crazy test suite so I wasn't able to dig too
deep...here's an example error message:
"""
C:\Documents and Settings\Noel\Desktop\Tools\RDKit\trunk\Code>set
PYTHONHOME=C:\Program Files\Python25

C:\Documents and Settings\Noel\Desktop\Tools\RDKit\trunk\Code>python
..\Python\TestRunner.py test_list.py
C:\Program: can't open file 'Files\Python25\python.exe': [Errno 2] No such file
or directory
C:\Program: can't open file 'Files\Python25\python.exe': [Errno 2] No such file
or directory
"""
If I put quotation marks around the PYTHONHOME directory, it fouls up
Python itself, and won't start up properly (the error message is
"cannot import os")

Noel


2008/7/18 Greg Landrum <[email protected]>:
> Dear all,
>
> Since I made a new page for this, I'm doing one announcement here:
> I put a first draft of a new, very explicit, "building on windows"
> page up on the wiki:
> http://code.google.com/p/rdkit/wiki/NewWindowsBuild
>
> Please send suggestions/comments/etc.
>
> -greg
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Rdkit-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>

Reply via email to