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: command not found

4

1 回答 1

0

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

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

于 2011-04-13T08:35:58.140 回答