Game Development Community

Update on engine wont build

by Howard Dortch · in Torque Game Engine · 06/15/2004 (10:58 am) · 3 replies

I just updated my engine code from CVS now it wont build. Precipitation.cc has changed and the header file is wrong.

How do I fix/revert?

#1
06/16/2004 (2:20 pm)
Precipitation.cc/h have been rewritten. Try deleting them then updating again from cvs and see how that goes.
#2
06/17/2004 (4:17 am)
That worked, I blew out the whole directory to make sure. I had posed on another thread about what happens when CVS sees that I have made changes and I was assured it wouldn't mess things up but I guess it does after all so now I know.
#3
06/17/2004 (8:34 am)
It sounds like it preserved your changes, but that that wasn't something that would compile... CVS isn't smart enough to make sure every change will result in a file that will compile, but it does go to great lengths to preserve your work.