From owner-freebsd-hackers Sat Mar 30 12:18: 3 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1037B416 for ; Sat, 30 Mar 2002 12:17:48 -0800 (PST) Received: from pool0015.cvx22-bradley.dialup.earthlink.net ([209.179.198.15] helo=mindspring.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16rPIB-0004hX-00; Sat, 30 Mar 2002 12:17:40 -0800 Message-ID: <3CA61D4D.8A0D125A@mindspring.com> Date: Sat, 30 Mar 2002 12:17:17 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Simon 'corecode' Schubert Cc: hackers@freebsd.org Subject: Re: lang/icc doesn't compile c++ sources References: <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com> <20020330144555.4e4f06a4.corecode@corecode.ath.cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Simon 'corecode' Schubert wrote: > > Try this patch: > > > > --- bad Sat Mar 30 05:18:02 2002 > > +++ good Sat Mar 30 05:18:23 2002 > > @@ -1 +1,2 @@ > > -echo '#include' > comp.cc > > +echo '#include ' > comp.cc > > +echo 'main() {}' >> comp.cc > > > > > > 8-) 8-) 8-) > > ;] no, that's definively not the problem. > as alexander wrote, there are several errors in cwchar etc... > go ahead and try yourself if you don't believe me... I did: g++ complained about the lack of the space, and then complained about the lack of a main(). The "patch" fixed all the g++ complaints. -- TErry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message