Kal.h没有这样的文件或目录错误
我知道与 Kal Calendar 相关的问题已在 Stackoverflow 中被多次询问。
但我被困得很厉害。请分享您对此的看法。所以...
我已遵循 https://github.com/klazuka/Kal 中的所有说明,但作为当我运行我的应用程序时,它说 Kal.h 没有这样的文件或目录错误。
我认为我在标题搜索路径中做错了。但我正在添加从项目目录到“Kal/src”目录的相对路径。
双击标题搜索路径时,我选中递归标记,然后在中添加“/Volumes/Development/Imp/Astro 4Feb /klazuka-Kal-b2e164c/src”路径字段。
这有什么问题吗?
请帮忙
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看他们的例子。他们使用 ../../src 并且我在那里没有看到 $(SRCROOT) ,所以我猜他们没有像自述文件中所说的那样指向标头搜索路径。您只需指向放置其源代码的标头路径(Kal/src)并使其与您的项目相关。希望这有帮助。
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.