【发布时间】:2013-04-21 17:17:33
【问题描述】:
尝试获取在 Ubuntu 12.04 上编译的示例之一
我正在使用
make -f Makefile-x64-static
但是,我得到了错误
make: gcc4: Command not found
我尝试在 makefile 中从 gcc4 切换到 gcc。
但是,我得到了编译错误
note: #pragma message: IMPORTANT NOTE: The FBX SDK API changed substantially. Please define FBXSDK_NEW_API in your project and fix compilation errors as instructed in fbxsdk_compatibility.h.
还有链接错误
/usr/bin/ld: cannot find -luuid
任何提示将不胜感激。
【问题讨论】: