Author Topic: a little help  (Read 460 times)

cmhitman

  • Hydlaa Notable
  • *
  • Posts: 505
    • View Profile
a little help
« 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


« Last Edit: November 27, 2002, 05:20:04 pm by cmhitman »
PROUD [SOLE]    HITMAN CLAN WILL RISE AGAIN!      

Vengeance

  • Veteran
  • *
  • Posts: 1452
    • View Profile
(No subject)
« Reply #1 on: November 27, 2002, 06:46:17 pm »
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