需要帮助在 Windows XP 上编译目标 C 程序

发布于 2024-10-31 15:23:18 字数 371 浏览 2 评论 0原文

我是 Objective C 的新手,开始学习我开始参考一些教程和书籍。其中之一是 http://www.techotopia.com/index.php/Installing_and_using_GNUstep_and_Objective-C_on_Windows

我按照教程中的说明在 Windows 上安装了 GNUstep,但是当我尝试编译第一个程序 hello.m 时,它抛出错误 sh: gnustep-config --objc-flags: 未找到命令

I am a very new to objective c and start learning I started referring some tutorials and books. One of them is http://www.techotopia.com/index.php/Installing_and_using_GNUstep_and_Objective-C_on_Windows

I installed GNUstep on windows as instructed in the tutorial, but when I tried to compile the first program hello.m, it throws error
sh: gnustep-config --objc-flags: command not found

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彼岸花ソ最美的依靠 2024-11-07 15:23:18

听起来 gnustep-config 工具不在您的路径中。解决这个问题,你就会没事的。

要检查路径,请在 shell 提示符下键入 env。 (假设您在这里使用 bash 或其他基于“sh:”的东西)。

Sounds like the gnustep-config tool is not in your path. Fix that, and you'll be fine.

To check your path, type env at the shell prompt. (assuming you're using bash or something here, based on "sh:").

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文