标题: 脚本加入string.h,编译报#error ERROR:Only Mac or Win32 targets supported! [打印本页] 作者: cc-cream 时间: 2012-12-13 10:15 标题: 脚本加入string.h,编译报#error ERROR:Only Mac or Win32 targets supported! 本帖最后由 cc-cream 于 2012-12-13 10:26 编辑
编写的脚本中需要用到string字符串处理方法,所以通过Add files to script把string.h加入到脚本中,并在globals.h中include进去了
globals.h #include <string.h>
但是编译脚本报错,报错信息如下:
In file included from globals.h :6,
from (此处省略路径)\\combined_string_test.c:1:
(路径)\string_test/string.h:23:51:#error ERROR:Only Mac or Win32 targets supported!