X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: miwinning AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: missing inttypes.h and stdint.h Date: 20 Apr 2006 05:44:22 -0700 Organization: http://groups.google.com Lines: 6 Message-ID: <1145537062.187700.243230@z34g2000cwc.googlegroups.com> NNTP-Posting-Host: 62.56.12.228 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1145537069 14906 127.0.0.1 (20 Apr 2006 12:44:29 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 20 Apr 2006 12:44:29 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: z34g2000cwc.googlegroups.com; posting-host=62.56.12.228; posting-account=HxEt0A0AAAB-E8nDt7y3wa6d_LnfMrRC To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to use djgpp to compile a library, but I seem to be missing inttypes.h and stdint.h. I have downloaded everything needed to build c/c++ and the compiler is working fine, its just that these headers are not there. The same library builds fine under mingw. Does djgpp not have these headers, or have i missed something?