使用 Code::Blocks 编译 Chipmunk
我似乎无法在没有编译错误的情况下编译花栗鼠,有人可以帮助我吗?我打开了 C99 但仍然出现错误。 这里有一些:
C:\c++\ChipmunkLib\chipmunk.c:70: error: 'M_PI' undeclared (first use in this function) C:\c++\ChipmunkLib\chipmunk.c:70: error: (每个未声明的标识符仅报告一次 C:\c++\ChipmunkLib\chipmunk.c:70: 错误:对于它出现的每个函数。) C:\c++\ChipmunkLib\chipmunk.c: 在函数“cpAreaForSegment”中: C:\c++\ChipmunkLib\chipmunk.c:85: 错误: 'M_PI' 未声明(首次在此函数中使用)
I seem to be unable to compile chipmunk without compile errors, can anyone help me? I turned on C99 but I still get errors.
Here's a few:
C:\c++\ChipmunkLib\chipmunk.c:70: error: 'M_PI' undeclared (first use in this function)
C:\c++\ChipmunkLib\chipmunk.c:70: error: (Each undeclared identifier is reported only once
C:\c++\ChipmunkLib\chipmunk.c:70: error: for each function it appears in.)
C:\c++\ChipmunkLib\chipmunk.c: In function 'cpAreaForSegment':
C:\c++\ChipmunkLib\chipmunk.c:85: error: 'M_PI' undeclared (first use in this function)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论