Microsoft Visual C++ project file out of date?
Posted: 16.05.2007, 00:32
Hello all,
I'm new to Celestia (discovered it a few days ago) and am currently taking a shot at compiling it under Microsoft Visual C++ 2005 Express. I downloaded the source code from the Celestia page ... not from the CVS repository (is this a problem?).
Anyway, I converted the VC++ 6.0 workspace / project files into a VC++ 2005 solution and then took it from there. Basically what happened is that I got about 70 linker errors ... unresolved symbols mostly stemming from the fact that not all cpps are actually contained in the various Celestia subprojects. I added them myself and this seems to have resolved those linker errors. Also the celengine project contained one file ./octree.cpp that doesn't actually exist. I take it it probably did exist at some point in the past but was removed ... only no one remembered to update the VC++ 6.0 projects to account for it?
Yeah, basically I just want to ask if my suspicion is correct (namely that the MS VC++ project file is out of date) or if I'm just doing something wrong.
I'm new to Celestia (discovered it a few days ago) and am currently taking a shot at compiling it under Microsoft Visual C++ 2005 Express. I downloaded the source code from the Celestia page ... not from the CVS repository (is this a problem?).
Anyway, I converted the VC++ 6.0 workspace / project files into a VC++ 2005 solution and then took it from there. Basically what happened is that I got about 70 linker errors ... unresolved symbols mostly stemming from the fact that not all cpps are actually contained in the various Celestia subprojects. I added them myself and this seems to have resolved those linker errors. Also the celengine project contained one file ./octree.cpp that doesn't actually exist. I take it it probably did exist at some point in the past but was removed ... only no one remembered to update the VC++ 6.0 projects to account for it?
Yeah, basically I just want to ask if my suspicion is correct (namely that the MS VC++ project file is out of date) or if I'm just doing something wrong.