X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 27 Sep 2010 15:41:15 +1000 From: Jason Hood User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: bug in djgpp TR1 References: <037080c2-361c-4550-88f7-333cfe988b78 AT p37g2000pra DOT googlegroups DOT com> In-Reply-To: <037080c2-361c-4550-88f7-333cfe988b78@p37g2000pra.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: $$5emnjdfxoi7l$9.news.x-privat.org Message-ID: <4ca02e81@news.x-privat.org> Organization: X-Privat.Org NNTP Server - http://www.x-privat.org Lines: 10 X-Authenticated-User: $$np02fmijtvj-bfao$k3 X-Complaints-To: abuse AT x-privat DOT org Bytes: 1352 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I took a look at http://www.cgsecurity.org/wiki/Compile_DOS > #include 2.03 does not include stdint.h, which is why the instructions in that link tell you to create it. Did you do so? Drop "tr1/" from the #include and you'll be right. (Looks like tr1 is just a C++ namespace wrapper, so it still needs to exist.) -- Jason.