无法使用 GNUStep 编译 Objective C 应用程序

发布于 2024-09-18 05:38:45 字数 262 浏览 2 评论 0原文

我已经下载了 gnustep core \ gnustep system(适用于 Windows)并提供了示例应用程序。当我从“开始”>“所有程序”> 运行 gnustep shell 时, GNUstep> shell,导航到包含示例 makefile 的文件夹并输入 make,我收到以下错误:

编译文件 main.m /bin/sh: gcc: 找不到命令

所以基本上我无法构建任何东西。 当我输入 gcc -v 时,我得到同样的错误。有人可以帮忙吗?

I've downloaded gnustep core \ gnustep system (for Windows) and come example apps. When i run the gnustep shell from start>all program> GNUstep> shell, navigate to the folder containing en example makefile and type make, i get the following error :

Compiling file main.m
/bin/sh: gcc: command not found

so basically i can't get anything to build.
I get the same error when i type gcc -v. Can anyone help ?

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

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

发布评论

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

评论(1

轻拂→两袖风尘 2024-09-25 05:38:45

您收到该错误是因为 GNUStep 找不到编译器。您还需要安装开发人员包 (GNUStep Devel)。

You're getting that error because GNUStep can't find the compiler. You need to also install the developer package (GNUStep Devel).

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