views:

7

answers:

0

I'm compiling program (Ogitor) from source with mingw. The program compilation configure by CMake (use boost, ogre).

Last part of mingw32-make's log:

.......
Info: resolving Ogre::Math::NEG_INFINITY by linking to imp_ZN4Ogre4Math 12NEG_INFINITYE (auto-import)
Creating library file: ..\lib\libOgitor_d.dll.a
c:/qt/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: warning : auto-importing has been activated without --enable-auto-import specified on th e command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
cd D:\Engine\Ogitor\v0-4-a\bin\Ogitor && copy "" ..\RunPath\bin
System can't find path.

mingw32-make[2]: [lib/libOgitor_d.dll] Error 1
mingw32-make[2]: Leaving directory D:/Engine/Ogitor/v0-4-a/bin'
mingw32-make[1]: [Ogitor/CMakeFiles/Ogitor.dir/all] Error 2
mingw32-make[1]: Leaving directory
D:/Engine/Ogitor/v0-4-a/bin'
mingw32-make: [all] Error 2

The selected command is wrong. How I can repair it?