Bug 25157 - [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
Summary: [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or ...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2005-11-29 18:07 UTC by John David Anglin
Modified: 2005-11-30 15:36 UTC (History)
2 users (show)

See Also:
Host: hppa1.1-hp-hpux10.20
Target: hppa1.1-hp-hpux10.20
Build: hppa1.1-hp-hpux10.20
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2005-11-29 18:07:05 UTC
make[1]: Entering directory `/xxx/gnu/gcc-3.3/objdir/libdecnumber'
source='../../gcc/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc
 -I../../gcc/libdecnumber -I.  -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototyp
es -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedan
tic -Wno-long-long  -I../../gcc/libdecnumber -I.  -c ../../gcc/libdecnumber/decN
umber.c
In file included from ../../gcc/libdecnumber/decNumber.h:30,
                 from ../../gcc/libdecnumber/decNumber.c:156:
../../gcc/libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
make[1]: *** [decNumber.o] Error 1
Comment 1 Andrew Pinski 2005-11-29 20:41:50 UTC
The patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg02046.html

Should fix it (but I have no warranties).
Comment 2 Andreas Tobler 2005-11-29 20:45:06 UTC
Compilation succeeded on sparc-solaris8 this morning, just after bje ci'ed I had to use the same patch.
Comment 3 Andrew Pinski 2005-11-30 15:36:23 UTC
Fixed:
http://gcc.gnu.org/ml/gcc-cvs/2005-11/msg01412.html