On Sat, 30 Mar 2002 05:16:38 -0800 Terry Lambert <[EMAIL PROTECTED]> 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
msg33188/pgp00000.pgp
Description: PGP signature

