MSVC9的预处理器无法正常工作?

时间:2015-05-29 08:16:49

标签: compilation preprocessor

我尝试在Torque3D引擎项目中编译squish库子项目。 我得到了编译错误:

 # lets call this Fig. 4
      a = (a || b)
      ^
      |
      .
    (here)

他们在simd_ve.h ..\..\..\..\..\SourceLib\Torque3D\Torque3D-3.6.3\Engine\lib\squish\simd_ve.h(29) : fatal error C1083: Can't load file include: altivec.h: No such file or directory 说:

lib readme

但是"By default, the library is built using Altivec optimisations. To change this either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols." 不在项目属性中,编辑器中的弹出帮助器显示SQUISH_USE_ALTIVEC

我不明白发生了什么。

0 个答案:

没有答案