GCC build problem (#include_next limits.h)

后端 未结 6 969
一个人的身影
一个人的身影 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 05:04

    I had faced my problem with compiling with STLport 5.1.5, but looks like the issue is fixed is STLport 5.2.0. The issue is documented in STLport Release Notes. After getting a copy of STLport 5.2.1, the compilation went successfully without hiccups.

提交回复
热议问题