Code: Select all
updaterevision.c
.\updaterevision.c(39) : warning C4996: 'tempnam': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _tempnam. See online help for details.
F:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(679) : see declaration of 'tempnam'
I got this for the 3 different pk3s that get compiled...
Code: Select all
Could Not Find f:\Doom\GZdoomSource\gzdoom_comp\wadsrc_bm\wadmake
nmake NOLOGO= SLASH=\
Code: Select all
gl_scene.cpp
.\src\gl\gl_scene.cpp(59) : warning C4005: 'DEG2RAD' : macro redefinition
f:\doom\gzdoomsource\gzdoom_comp\src\vectors.h(53) : see previous definition of 'DEG2RAD'
.\src\gl\gl_scene.cpp(60) : warning C4005: 'RAD2DEG' : macro redefinition
f:\doom\gzdoomsource\gzdoom_comp\src\vectors.h(54) : see previous definition of 'RAD2DEG'
I think I've posted this before, but just in case...
Code: Select all
.\trustinfo.txt:manifest authoring warning 81010002:Unrecognized Element "trustInfo" in namespace "urn:schemas-microsoft-com:asm.v3".
Also, I get this. Suspect it's because I've updated to the latest Tortoise SVN. It seems to indicate that I also need to update to the latest SVN tools but I can't figure out which file to download. Any clues?
Code: Select all
Checking svnrevision.h...
svn: This client is too old to work with working copy 'src'; please get a newer Subversion client
Failed to get current revision: No error
I get a compiled and (after a very short test) apparently working executable but I thought it would be worth reporting the errors because most of them don't mean much to me.