gpt4 book ai didi

c++ - 将 Xcode 项目与 MathGL 链接时的语义问题

转载 作者:太空宇宙 更新时间:2023-11-04 11:48:24 25 4
gpt4 key购买 nike

我需要使用 MathGL ( mathgl.sourceforge.net ) 在我的 Objective-C 项目中绘制图形,但由于文件 datac_cf.h 和 canvas_cf.h 中的语义问题,我无法编译它,例如:

/usr/local/include/mgl2/datac_cf.h:80:17: 'mgl_datac_get_value' has C-linkage specified, but returns user-defined type 'dual' (aka 'complex<mreal>') which is incompatible with C

/usr/local/include/mgl2/datac_cf.h:206:17: 'mgl_datac_linear' has C-linkage specified, but returns user-defined type 'dual' (aka 'complex<mreal>') which is incompatible with C

/usr/local/include/mgl2/canvas_cf.h:494:17: 'mgl_cexpr_eval' has C-linkage specified, but returns user-defined type 'dual' (aka 'complex<mreal>') which is incompatible with C

每次在“双 MGL_EXPORT ...”行上都有 7 个

我使用 cmake 成功编译了 MathGL,并将 Xcode 项目头搜索路径配置为“/usr/local/include”,将库搜索路径配置为“/usr/local/lib”,我还拖放了 libmgl.7.0.0 .dylib 到我的项目..

请问我怎样才能摆脱这些语义问题?

最佳答案

我正在使用 FreeBSD 并且遇到了类似的问题。消除这些警告的最简单方法是使用 -Wno-return-type 或更具体地说,使用 -Wno-return-type-c-linkage 标志,它会抑制这些警告。

除此之外,您可以修补 header 。

关于c++ - 将 Xcode 项目与 MathGL 链接时的语义问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19199785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com