Hi I am trying to install the python wrappers with subversion trunk build of rdkit on a 64 bit Ubuntu 10.04 Lucid-Lynx. I did see on the wiki that Greg Landrum has gotten rdkit to build on this system.
For cmake I used the command below And got the rdkit build to complete to 100%. cmake -DBOOST_ROOT=/usr/local/lib -D RDK_BUILD_PYTHON_WRAPPERS=on -D PYTHON_EXECUTABLE=/usr/bin/python .. The cmake script seems to find all components . But still I dont see any python wrappers installed anywhere. I am sorry I am a newbie , can someone tell me how to get rdkit to build the python wrappers. Thanks Hari h...@hari:~/rdkit/trunk/build$ cmake -DBOOST_ROOT=/usr/local/lib -D RDK_BUILD_PYTHON_WRAPPERS=on -D PYTHON_EXECUTABLE=/usr/bin/python .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found PythonLibs: /usr/lib/libpython2.6.so -- Found PythonInterp: /usr/bin/python -- Boost version: 1.43.0 -- Found the following Boost libraries: -- python -- Found BISON: /usr/bin/bison -- Found FLEX: /usr/bin/flex -- Boost version: 1.43.0 -- Found the following Boost libraries: -- regex -- Configuring done -- Generating done -- Build files have been written to: /home/hari/rdkit/trunk/build ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

