I tried the latest trunk on MinGW and InChI is not getting compiled into
static libopenbabel.a :(

Everything else seems to work though.

This is what I used to get libopenbabel.a:

cmake.exe -G"MSYS Makefiles" -DZLIB_LIBRARY=/usr/local/lib/libz.a
-DZLIB_INCLUDE_DIR=/usr/local/inclulde 
        -DEIGEN2_INCLUDE_DIR=/usr/local/include/eigen2
        -DLIBXML2_LIBRARIES=/usr/local/lib/libxml2.a 
        -DLIBXML2_INCLUDE_DIR=/usr/local/include/libxml2
        -DCMAKE_INSTALL_PREFIX=/usr/local/
        -DBUILD_SHARED=OFF -DCMAKE_CXX_FLAGS=-DLIBXML_STATIC
        -DCMAKE_C_FLAGS=-DLIBXML_STATIC
        -DCMAKE_CXX_STANDARD_LIBRARIES=-lws2_32 ../
        
        make
        
        make install


Igor



------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to