无法使用 GNUStep 编译 Objective C 应用程序
我已经下载了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您收到该错误是因为 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).