Bug 2485 - Frysk build fails in frysk-sys (Itimer.cxx)
Summary: Frysk build fails in frysk-sys (Itimer.cxx)
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235 1664
  Show dependency treegraph
 
Reported: 2006-03-24 23:32 UTC by Adam Jocksch
Modified: 2006-05-12 15:46 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jocksch 2006-03-24 23:32:36 UTC
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
Comment 1 Andrew Cagney 2006-04-13 21:44:37 UTC
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.
Comment 2 Andrew Cagney 2006-04-13 22:09:40 UTC
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.