delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Datnhan <datnhanlz AT yahoo DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: How can I compile C++ code (write for Linux) with DJGPP? |
Date: | Tue, 11 Nov 2008 22:12:05 -0800 (PST) |
Organization: | http://groups.google.com |
Lines: | 17 |
Message-ID: | <f61ebbfa-7e3e-484e-958e-8f743ffccc06@v22g2000pro.googlegroups.com> |
References: | <e55088bb-82f0-4be7-8dc4-22637d1e6c34 AT d42g2000prb DOT googlegroups DOT com> |
<200811111729 DOT mABHT4ZF019503 AT envy DOT delorie DOT com> <a2e6a0ee-5401-4036-95ba-f638c2501113 AT u29g2000pro DOT googlegroups DOT com> | |
<200811120506 DOT mAC562eq005281 AT envy DOT delorie DOT com> | |
NNTP-Posting-Host: | 125.214.52.76 |
Mime-Version: | 1.0 |
X-Trace: | posting.google.com 1226470325 9126 127.0.0.1 (12 Nov 2008 06:12:05 GMT) |
X-Complaints-To: | groups-abuse AT google DOT com |
NNTP-Posting-Date: | Wed, 12 Nov 2008 06:12:05 +0000 (UTC) |
Complaints-To: | groups-abuse AT google DOT com |
Injection-Info: | v22g2000pro.googlegroups.com; posting-host=125.214.52.76; |
posting-account=Ji3I0goAAABpc8urqLW3kOBLwkYJ3IWf | |
User-Agent: | G2/1.0 |
X-HTTP-UserAgent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1) |
Gecko/20081007 Firefox/3.1b1,gzip(gfe),gzip(gfe) | |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hi, The warnings say that there are some deprecated headers. It allowed backward compatibility. But the error says "gen.h:185: error: 'StringSet' has not been declared" Take a look into GEN.H, I found that it declared class String and class StringSet are self-definition of the source code and in the same header file. So it does not require any #include. Thank for your time! I will try other way. Thanks again. N.D.Nhan
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |