This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/10480] Cannot build due to absent /usr/include/stdint.h


------- Additional Comments From tromey at redhat dot com  2009-08-05 15:02 -------
This error is interesting:

/tmp/gdb-6.8/libdecnumber/gstdint.h:7:20: error: stdint.h: No such file or directory

It looks like there is a gstdint.h in your source tree -- but this file
is built in your build tree.  Did you configure in srcdir before doing another
configure in a separate tree?  IOW, is this a clean build?

If it is a clean build, I can recommend two things.

First, try gdb CVS.  Maybe the problem has already been fixed.

Second, there is a configure macro that generates gstdint.h.  You could
debug that.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10480

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]