public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/25157]  New: /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
@ 2005-11-29 18:07 danglin at gcc dot gnu dot org
  2005-11-29 20:41 ` [Bug other/25157] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-11-29 18:07 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: /libdecnumber/decContext.h:43:49: stdint.h: No such file
                    or directory
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa1.1-hp-hpux10.20
  GCC host triplet: hppa1.1-hp-hpux10.20
GCC target triplet: hppa1.1-hp-hpux10.20


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25157


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/25157] [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
  2005-11-29 18:07 [Bug other/25157] New: /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory danglin at gcc dot gnu dot org
@ 2005-11-29 20:41 ` pinskia at gcc dot gnu dot org
  2005-11-29 20:45 ` andreast at gcc dot gnu dot org
  2005-11-30 15:36 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-29 20:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-29 20:41 -------
The patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg02046.html

Should fix it (but I have no warranties).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bje at gcc dot gnu dot org
           Keywords|                            |build
            Summary|/libdecnumber/decContext.h:4|[4.2 Regression]
                   |3:49: stdint.h: No such file|/libdecnumber/decContext.h:4
                   |or directory                |3:49: stdint.h: No such file
                   |                            |or directory
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25157


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/25157] [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
  2005-11-29 18:07 [Bug other/25157] New: /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory danglin at gcc dot gnu dot org
  2005-11-29 20:41 ` [Bug other/25157] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-11-29 20:45 ` andreast at gcc dot gnu dot org
  2005-11-30 15:36 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: andreast at gcc dot gnu dot org @ 2005-11-29 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from andreast at gcc dot gnu dot org  2005-11-29 20:45 -------
Compilation succeeded on sparc-solaris8 this morning, just after bje ci'ed I
had to use the same patch.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25157


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/25157] [4.2 Regression] /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory
  2005-11-29 18:07 [Bug other/25157] New: /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory danglin at gcc dot gnu dot org
  2005-11-29 20:41 ` [Bug other/25157] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2005-11-29 20:45 ` andreast at gcc dot gnu dot org
@ 2005-11-30 15:36 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-30 15:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-30 15:36 -------
Fixed:
http://gcc.gnu.org/ml/gcc-cvs/2005-11/msg01412.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25157


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-30 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-29 18:07 [Bug other/25157] New: /libdecnumber/decContext.h:43:49: stdint.h: No such file or directory danglin at gcc dot gnu dot org
2005-11-29 20:41 ` [Bug other/25157] [4.2 Regression] " pinskia at gcc dot gnu dot org
2005-11-29 20:45 ` andreast at gcc dot gnu dot org
2005-11-30 15:36 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).