From owner-freebsd-hackers Sat Mar 30 21:24:42 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by hub.freebsd.org (Postfix) with ESMTP id DD68337B41B for ; Sat, 30 Mar 2002 21:24:37 -0800 (PST) Received: from fwd10.sul.t-online.de by mailout05.sul.t-online.com with smtp id 16rXpS-0001GR-00; Sun, 31 Mar 2002 07:24:34 +0200 Received: from spirit.zuhause.stoert.net (320050403952-0001@[217.224.165.211]) by fmrl10.sul.t-online.com with esmtp id 16rXpS-0YJXOaC; Sun, 31 Mar 2002 07:24:34 +0200 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g2V5OXR89091; Sun, 31 Mar 2002 07:24:33 +0200 (CEST) (envelope-from corecode@corecode.ath.cx) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g2V5OWK86595; Sun, 31 Mar 2002 07:24:32 +0200 (CEST) (envelope-from corecode) Date: Sun, 31 Mar 2002 07:24:29 +0200 From: "Simon 'corecode' Schubert" To: Terry Lambert Cc: hackers@freebsd.org Subject: Re: lang/icc doesn't compile c++ sources Message-Id: <20020331072429.6cadf301.corecode@corecode.ath.cx> In-Reply-To: <3CA61D4D.8A0D125A@mindspring.com> References: <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com> <20020330144555.4e4f06a4.corecode@corecode.ath.cx> <3CA61D4D.8A0D125A@mindspring.com> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="yr.=.dLqU_hC8SUC" X-Sender: 320050403952-0001@t-dialin.net 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 --yr.=.dLqU_hC8SUC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 30 Mar 2002 12:17:17 -0800 Terry Lambert wrote: > 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. huh. mine does not: $ echo '#include'>comp.cc $ gcc -c comp.cc $ but that's not the point ;] icc will desperately fail on this because the header files don't fit. the headers coming with icc fit icc very well (of course) but don't fit our system headers and the libs (some functions are being used in templates which are not [yet?] implemented in our libc) on the other hand, when i try using the g++ headers, icc will fail on most gcc'isms that it doesn't understand. i'm lost, really. which headers should i begin with and patch? cheerz simon -- /"\ http://corecode.ath.cx/ \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --yr.=.dLqU_hC8SUC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8pp2Qr5S+dk6z85oRAttuAJ9sfdaEMD/fXF1msVqEsYPrYjoyAwCg9joC CRSa1cwOPzVsm0+XklU8Sgc= =Vq6n -----END PGP SIGNATURE----- --yr.=.dLqU_hC8SUC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message