Compiling C++

Soldato
Joined
12 Jan 2004
Posts
3,172
Location
Brighton
I was curious, I am getting a compile error for a project that I didn't program, but have been assured works. It is the same proble, no matter what I play around with, so I was wondering if anyone has had this issue before, whether they had some pointers at least to things I could consider.

For reference :

I am attempting to compile the source code of OpenSG from OpenSG.org

1) cygwin build environment
2) cl.net2003 compiler (basically the c++ compiler from .net2003)

The precise error I am getting from every single file, is : "Unexpected error EOF when trying to find '"'. Whilst I don't expect anyone to fix this for me, what I was wondering, if anyone has had issues to do with setup affecting compilation producing this error, what the issue was, and how it was resolved, so that I have some pointers.

I know for a fact, that these 400 odd c++ files are not all missing a '"'... it must be a system setup issue... your help is greatly appreciated :)
 
Back
Top Bottom