我正在尝试使用MinGW 4.9构建ctags,但是下面出现了错误:
general.h:60:22: error: expected ')' before '__attribute__'
# define __unused__ __attribute__((unused))
^
我已经搜索过并得到了类似的内容:http://sourceforge.net/p/mingw-w64/mailman/message/28359739/
但仍然无法解决我的问题。有什么建议?感谢。