问题描述
- NSAutoreleasePoolalloc' undeclared
-
#importint main(int arvc, char* argv[]){
NSAutoreleasePool*pool=[[NSAutoreleasePoolalloc]init];
NSLog(@"Hello World!");[pooldrain];
return 0;}
文件名为main.m,执行gcc -o main main.m -I/GNUstep/System/Library/Headers/ -fconstant-string-class=NSConstantString -L/GNUstep/System/Library/Libraries -lobjc -lgnustep-base 的时候提示error:'NSAutoreleasePoolalloc' undeclared (first use in this function。本来都能顺利执行了,但是后来重新执行一次就出现如上问题。没改什么东西。求各位指点。
时间: 2024-11-05 23:16:36