Frysk build fails with make -j3 with the following messge: if g++ -DPACKAGE_NAME=\"frysk\" -DPACKAGE_TARNAME=\"frysk\" -DPACKAGE_VERSION=\"0.0.1.2006.03.24\" -DPACKAGE_STRING=\"frysk\ 0.0.1.2006.03.24\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"frysk\" -DVERSION=\"0.0.1.2006.03.24\" -I. -I/home/ajocksch/src/frysk/frysk-sys -I/home/ajocksch/src/frysk/frysk-sys -I. -Werror -Wall -fPIC -I/home/ajocksch/src/frysk/frysk-sys/../frysk-imports/include -g -O -MT frysk/sys/cni/Itimer.o -MD -MP -MF "$ /home/ajocksch/src/frysk/frysk-sys/frysk/sys/cni/Itimer.cxx:46:30: error: frysk/sys/Itimer.h: No such file or directory /home/ajocksch/src/frysk/frysk-sys/frysk/sys/cni/Itimer.cxx:72: error: ‘frysk::sys::Itimer’ has not been declared
An earlier command should have failed, this fixes things so that the build aborts at the real problem. Index: frysk-sys/common/ChangeLog 2006-04-13 Andrew Cagney <cagney@redhat.com> * Makefile.rules (.java.h): Check $(GCJCOMPILE) exit status.
Index: frysk-sys/common/ChangeLog 2006-04-13 Andrew Cagney <cagney@redhat.com> * Makefile.gen.sh (.cxx=.h): For generated header files included by .cxx files, output explicit list of dependencies. Do not include generated header files in BUILT_SOURCES.