PlaneShift
Gameplay => General Discussion => Topic started by: cmhitman on November 26, 2002, 11:43:25 pm
-
Hey, I was trying to run a cs cel tutorial, (planeshift.sourceforge.net/celtut/cel.html) and I ran into some probs, I am using Bloodshed dev c++ 4.01 and these are the errors I got when I copied the source. Could anyone tell me where to find the needed directories and install them on my comp?
2 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
css.h: No such file or directory
4 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
pl\\pl.h: No such file or directory
5 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
bl\\bl.h: No such file or directory
6 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
pl\\entity.h: No such file or directory
7 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
pl\\propclas.h: No such file or directory
8 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
pf\\region.h: No such file or directory
9 c:\\docume~1\\136742\\locals~1\\temp\\celtut.cpp
pf\\camera.h: No such file or directory
-
You need to get the source code to CEL from sourceforge.net before you can do the tutorial. You will also need CS (also on SF.net) in order to do the tutorial. There are docs on SF.net which explain how to install WinCVS (on Windows) or use cvs (in Linux) to download and build those projects.
Good luck,
- Vengeance