Log in

View Full Version : Compiling 0.5.0


Oakstump
08-12-2003, 01:08 PM
Hey. I was wondering what kind of setup people have who have successfully compiled the 0.5.0 version.
I'm getting a bunch of errors using Visual C++ 6.0 Pro.
Has the CVS ever been changed in a way that broke the source?
When i get back to my computer, i can post the exact errors, if anyone thinks they can help from that.

useless
08-18-2003, 09:06 AM
you might be getting an error with
'list' in it, change it to '_list'

and '.clear()' needs to be '.erase()' in a few functions.
-edit-
some functions that have .clear() is right, only change the errors.
and for some reason there is a blank line for every line of code...odd
-edit-

added doors.cpp and doors.h to the project
its either door.cpp.h or doors.cpp.h

other than that what errors?