Graphite compiler fails to compile:
Making all in test
make[1]: Entering directory `/home/vick/rpmbuild/BUILD/grcompiler-4.2/test'
Making all in GrcRegressionTest
make[2]: Entering directory `/home/vick/rpmbuild/BUILD/grcompiler-4.2/test/GrcRegressionTest'
Makefile:596: *** missing separator. Stop.
make[2]: Leaving directory `/home/vick/rpmbuild/BUILD/grcompiler-4.2/test/GrcRegressionTest'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vick/rpmbuild/BUILD/grcompiler-4.2/test'
make: *** [all-recursive] Error 1
Makefile:596:
@ GrcRegressionTest_LDFLAGS = $(GR2_LIBS)
Please give details of the build system you are on. Which linux (I assume) system and version? What version of gcc? What version of ICU is on your system?
TIA
Fedora 16 x86, gcc-4.7.0, make-3.82, icu-4.8.1.1, autoconf-2.68.
By the way, what does that '@' at line #596 in Makefile means?