seljo
09-03-2009 19:56:48
I found the following errors while compiling the latest source from SVN in VS 2008 (VC++9.0). Manually correcting the file extensions enabled the project to compile. Though, on each error, I would have to clean and build from scratch, else I got an "unable to open file" error on the .pdb files for the project.
Compile errors for Plugin_PagingLandScapeSceneManager2 sln in VS2009
'..\src\OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.cp'
'..\src\OgrePagingLandScapeTexture_InstantBaseTextureShadowed.cp'
--- missing 'p' in .cpp extension
corrected:
'..\src\OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.cpp'
'..\src\OgrePagingLandScapeTexture_InstantBaseTextureShadowed.cpp'
..\include\
OgrePagingLandScapeTexture_InstantBaseTextureEdit
OgrePagingLandScapeData2D_HeightFieldBlendNeighbor
OgrePagingLandScapeOctreeAxisAlignedBoxSceneQuery
OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery
--- missing '.h' extensions
Corrected:
..\include\
OgrePagingLandScapeTexture_InstantBaseTextureEdit.h
OgrePagingLandScapeData2D_HeightFieldBlendNeighbor.h
OgrePagingLandScapeOctreeAxisAlignedBoxSceneQuery.h
OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.h
Hopes this helps some one else get the project built faster than I did.
Compile errors for Plugin_PagingLandScapeSceneManager2 sln in VS2009
'..\src\OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.cp'
'..\src\OgrePagingLandScapeTexture_InstantBaseTextureShadowed.cp'
--- missing 'p' in .cpp extension
corrected:
'..\src\OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.cpp'
'..\src\OgrePagingLandScapeTexture_InstantBaseTextureShadowed.cpp'
..\include\
OgrePagingLandScapeTexture_InstantBaseTextureEdit
OgrePagingLandScapeData2D_HeightFieldBlendNeighbor
OgrePagingLandScapeOctreeAxisAlignedBoxSceneQuery
OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery
--- missing '.h' extensions
Corrected:
..\include\
OgrePagingLandScapeTexture_InstantBaseTextureEdit.h
OgrePagingLandScapeData2D_HeightFieldBlendNeighbor.h
OgrePagingLandScapeOctreeAxisAlignedBoxSceneQuery.h
OgrePagingLandScapeOctreePlaneBoundedVolumeListSceneQuery.h
Hopes this helps some one else get the project built faster than I did.