makerelease.bat - and 2 errors in Visual Studio

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
Niels

makerelease.bat - and 2 errors in Visual Studio

Post #1by Niels » 12.10.2002, 10:06

I get below error in Visual Studio 97 5.0:
Whats up with that "_RenderListEntry"?
Regards
Niels





F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4>makerelease

F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4>cd src

F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4\src>nmake /f winbuil
d.mak CFG=Release

Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.

cd celutil
nmake /NOLOGO util.mak CFG=Release
'.\Release\cel_utils.lib' is up-to-date
cd ..
cd celmath
nmake /NOLOGO math.mak CFG=Release
'.\Release\cel_math.lib' is up-to-date
cd ..
cd cel3ds
nmake /NOLOGO 3ds.mak CFG=Release
'.\Release\cel_3ds.lib' is up-to-date
cd ..
cd celtxf
nmake /NOLOGO txf.mak CFG=Release
'.\Release\cel_txf.lib' is up-to-date
cd ..
cd celengine
nmake /NOLOGO engine.mak CFG=Release
cl.exe @D:\DOCUME~1\NIELSU~1.NUR\LOCALS~1\Temp\nma02744.
render.cpp
e:\devstudio\vc\include\vector(105) : error C2065: '_RenderListEntry' : undeclar
ed identifier
e:\devstudio\vc\include\vector(105) : error C2440: 'default argument' : cannot c
onvert from 'int' to 'const struct Renderer::_RenderListEntry &'
Reason: cannot convert from '
int' to 'const struct Renderer::_RenderListEntry'
No constructor could take the
source type, or constructor overload resolution was ambiguous
e:\devstudio\vc\include\vector(105) : fatal error C1903: unable to recover from
previous error(s); stopping compilation
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'e:\devstudio\vc\bin\NMAKE.EXE' : return code '0x2'
Stop.

F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4\src>cd ..

F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4>copy src\celestia\Re
lease\celestia.exe .
The system cannot find the file specified.
F:\software\Planet engine\celestia-1.2.4.tar\celestia-1.2.4>

Return to “Development”