Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 14:45:55 +0100
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        hackers@freebsd.org
Subject:   Re: lang/icc doesn't compile c++ sources
Message-ID:  <20020330144555.4e4f06a4.corecode@corecode.ath.cx>
In-Reply-To: <3CA5BAB6.141A1CE0@mindspring.com>
References:  <20020330130126.161bd651.corecode@corecode.ath.cx> <3CA5BAB6.141A1CE0@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--=.ZyRNf8uQISpQQ_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Sat, 30 Mar 2002 05:16:38 -0800 Terry Lambert <tlambert2@mindspring.com> wrote:

> Simon 'corecode' Schubert wrote:
> > just a simple echo '#include<iostream>' > comp.cc
> > won't compile. i've tested the include files of
> > o icc
> > o gcc 2.95.3 (the one from my base system, 4.5-S)
> > o gcc 3.0.4 (from the ports)
> > 
> > each one gives me a different error.
> > 
> > did anybody already solve this problem (by creating new headers?)
> > if so, please tell me!
> > 
> > if not, i'd like to work on that, but i don't know where to start.
> 
> Try this patch:
> 
> --- bad Sat Mar 30 05:18:02 2002
> +++ good        Sat Mar 30 05:18:23 2002
> @@ -1 +1,2 @@
> -echo '#include<iostream>' > comp.cc
> +echo '#include <iostream>' > 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...

cheerz
  simon


-- 
/"\   http://corecode.ath.cx/
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

--=.ZyRNf8uQISpQQ_
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)

iD8DBQE8pcGXr5S+dk6z85oRAu7cAJ9X+FV+Vw2gXPIGdTZAczh4x3LKgQCgjlgW
bxKICDO6KKL3f56FsGBWGOg=
=jYu3
-----END PGP SIGNATURE-----

--=.ZyRNf8uQISpQQ_--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330144555.4e4f06a4.corecode>