[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: flexisheet porting error
From: |
Adrian Robert |
Subject: |
Re: flexisheet porting error |
Date: |
Sun, 27 Feb 2005 13:51:20 -0800 (PST) |
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.