Hi,

> FSController.m:33: error: cannot find interface declaration for 
> `NXConstantString'

The constant string class gets determined in some way from the make
flags.  You can try something direct, like
"-fconstant-string-class=NSConstantString", but I found the problem
also gets fixed indirectly through some other flag settings.  The
easiest thing to do is download the source of some GNUstep application
that uses GNUstep-make and run "make messages=yes".  This shows you
the flags, which can then be transferred over to your own project's
existing Makefile or configure run.


_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to