使用Gecode

时间:2016-02-02 00:09:50

标签: c++ constraints windows-8.1 gecode

我需要你的帮助。

我已经安装了用于在Windows 8上开发基于约束的系统和应用程序 Gecode 4.4.0 的工具包,还有编译器C ++ Dev C ++ 5.9.2 但我仍然我不知道如何运行我的第一个程序或者这个安装提供的例子。

我已经读过我需要一个make文件,但实际上我还没有成功编译或执行。

编译命令:

  

g ++。exe -D__DEBUG__ main.o sat.o -o TestGecode.exe -L" C:/ Program Files   (86)/开发-CPP / MinGW64 / LIB32" -L" C:/ Program Files   (86)/开发-CPP / MinGW64 / x86_64的-W64-的mingw32 / LIB32" -static-libgcc中   -L" C:/ Program Files(x86)/ Gecode / include" -m32 -g3

输出错误:

  

sat.o:在函数ZN6Gecode9ExceptionD2Ev': c:/program files (x86)/dev-cpp/mingw64/x86_64-w64-mingw32/include/gecode/support/exception.hpp:46: undefined reference to _ imp ___ ZTVN6Gecode9ExceptionE' sat.o:In   function ZN6Gecode15MemoryExhaustedC1Ev': c:/program files (x86)/dev-cpp/mingw64/x86_64-w64-mingw32/include/gecode/support/exception.hpp:90: undefined reference to _ imp ___ ZN6Gecode9ExceptionC2EPKcS2 _' sat.o:In   函数`ZNK6Gecode9PosChoice7archiveERNS_7ArchiveE':...

0 个答案:

没有答案