NSPreferencePane.m:47: error: cannot find interface declaration for `NXConstantString'
The same error comes up in every single piece of software I try to build. Built a little test program that says 'NSString *test = @"Test!"; ' as it's only line in main() and get this error: " test.m:3:34: Foundation/Foundation.h: No such file or directory". Which points me to the fact that the header files aren't being found! I'm not really sure what to do at this point since I've never ran into anything like this ever before.
I also need to know why this is happening because it's obviously a big issue and I need to fix those packages.
Thanks
Stefan
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
