X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Datnhan 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: References: <200811111729 DOT mABHT4ZF019503 AT envy DOT delorie DOT com> <200811120506 DOT mAC562eq005281 AT envy DOT delorie DOT com> NNTP-Posting-Host: 125.214.52.76 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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