On Fri, Jul 30, 2010 at 9:55 AM, Evgueni Kolossov <ekolos...@gmail.com> wrote: > > Actually 1.43 version is in CMakeLists. > So I have repeated the whole process but... with the same result. > I have tried to edit file FindBoost.cmake from CMake because there was no > boost version 1.43 for some reason (I cannot understand how you build it > without this changes)
You shouldn't need to do this since the changes to CMakeLists.txt provide all the additional information that's required. > and this helped a little - no complains about not > finding boost any more. But it still cannot find regex for some reason and i > do not understand why I do not have .dll built. Maybe you need to be more explicit about it (though I'm not clear why this should be). I just modified the bjam command on the wiki to add a link=shared parameter to it. For you the command is probably : .\bjam.exe toolset=msvc link=shared --with-regex release install I left out python and thread since I don't think you need either of them. Try that one and see if the dll gets built. For reasons I don't completely understand, you still also need the regex static library, so if you start from scratch with boost, you need to also do: .\bjam.exe toolset=msvc link=static --with-regex release install > May be RDKit now cannot be build without Python at all? The RDKit build options don't have anything to do with how boost builds itself, so I don't think that's it. -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 Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss