On 10 Apr 2011, at 10:41, Wolfgang Lux wrote: > > With this change the header is now found. Yet, make check still fails > building the tests before installing. This happens because the compiler is > looking for NXConstantString, e.g., > decoding.m:47: error: cannot find interface declaration for > `NXConstantString' > The problem is that the compiler is invoked without the > -fconstant-string-class=NSConstantString flag. This flag is added by > AUXILIARY_OBJCFLAGS += -fconstant-string-class=NSConstantString > in base.make. Yet, as this file isn't installed the flag (obviously) is not > added to the command line.
Thanks ... I've added an environment variable setting to cure that ... please can you re-test. _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
