On Sat, 30 Mar 2002 12:17:17 -0800 Terry Lambert <[EMAIL PROTECTED]> 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<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... > > 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<iostream>'>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
msg33203/pgp00000.pgp
Description: PGP signature