GCC build problem (#include_next limits.h)

后端 未结 6 968
一个人的身影
一个人的身影 2021-01-02 04:43

When i try to

$ make depend -f gcc.mak

a middleware on my Ubuntu machine I get this

/usr/include/../include/limits.h:125:26: error: no include          


        
6条回答
  •  一整个雨季
    2021-01-02 04:58

    This is most likely this issue: https://jira.apache.org/jira/browse/STDCXX-768. The workaround for me was to add the compiler option -I/usr/lib/gcc/x86_64-linux-gnu/4.3/include-fixed (this path contains limits.h).

提交回复
热议问题