开发者

Integrating GSL onto iPhone Xcode

I have been trying to integrate GSL (Gnu Scientific Library) into an iPhone project using Xcode.

The challenge is GSL has all the modules in different folders, yet when their header files are reference, they often reference instead of or .

At least with I could use Xcode's recursive header file search to find it. But with , basically file not found.

Does anyone have an easy way to address the hierarchical GSL structure to compile into Xcode?

I can do it the tedious way of fixing all the #INCLUDE lines but hoping there is a bet开发者_运维百科ter alternative. This way, I can more easily update GSL when changes are made by the community.

NOTE: I found Xcode needs to find the right header file locations (make sure to adjust your TARGET Build settings, not just your Project Build settings).


You may be able to use grep and sed to replace all of the header lines in the gsl package.

Using grep and sed to find and replace a string

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜