开发者

Kal.h no such file or directory error

开发者 https://www.devze.com 2023-02-27 03:25 出处:网络
I know questions related to Kal Calendar has been asked multiple times in Stackoverflow. But i am stuck badly. Please share your views on this. So...

I know questions related to Kal Calendar has been asked multiple times in Stackoverflow.

But i am stuck badly. Please share your views on this. So...

I have followed all instructions in https://github.com/klazuka/Kal but as soon as i run my app it says Kal.h no such file or directory error.

I think i am doing wrong in header search path.开发者_运维问答 But i am adding relative path from my project's directory to the "Kal/src" directory.

On double click to header search path I check mark on recursive and then adding "/Volumes/Development/Imp/Astro 4Feb /klazuka-Kal-b2e164c/src" in the path field.

What's wrong in it ?

Please help


Look at their example. They use ../../src and I don't see $(SRCROOT) there, so I guess they are not pointing the header search path as they said in the readme file. You may just point the header path where you have placed their source (Kal/src) and make it relative your project. Hope this helps.


You didn't set root directory. Make it relative to your project.

0

精彩评论

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