Message-ID: <002201c09131$4b64dbe0$9c11893e@oemcomputer> From: "Stephen Silver" To: "DJGPP Workers" Subject: Re: locale.h - namespace std patch Date: Wed, 7 Feb 2001 18:10:44 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp-workers AT delorie DOT com I wrote: > I've just seen Tanes Sriviroolchai's announcement of a DJGPP port > of STLport. I may delay posting the remaining patches until I've > had a chance to test them with STLport. STLport #defines std for its own purposes, which causes problems when it doesn't do it consistently. I had to add simple errno.h and float.h headers (redirecting to the DJGPP ones) in the STLport directory in order to fix this. Other than that, there do not seem to be any problems using my namespace std patches with STLport. Stephen