> Hmmm... I don't see a configure script in the svn checkout.
Sorry, trunk can only be built with cmake I've tried to cross-compile myself and found that option -DCMAKE_SYSTEM_NAME=Windows should be used My command line: CXX=/usr/bin/i586-mingw32msvc-g++ CC=/usr/bin/i586-mingw32msvc-gcc cmake .. -DCMAKE_SYSTEM_NAME=Windows (this is on Debian, cross compilers' names can vary) Compilation goes, but linking fails. I think you need to read http://openbabel.org/wiki/Install_(MinGW), install windows builds of required libraries somewhere and link against them > The way I'm building could well be interfering, because I'm using KDevelop > 4.0 > beta. It works fine for the default toolchain, but it's evidently having > trouble here. I'm familiar with the configure paradigm that you mention, but > what's the cmake equivalent? Say I create a "mingw32-build" directory, how > do > I populate it with Makefiles specifically for that toolchain? You definitely don't need IDE to build it -- Regards, Konstantin ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ OpenBabel-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-devel
