Page 1 of 1

r130 compile messages

Posted: Fri Jul 04, 2008 20:12
by Enjay

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.

Posted: Fri Jul 04, 2008 21:16
by Gez
For your SVN issue, see my answer to your thread at the ZDoom forums.

Posted: Fri Jul 04, 2008 21:22
by Enjay
Yup, got it. Thanks again. :)

Posted: Fri Jul 04, 2008 21:27
by Enjay
I've noticed that I similar messages to both of these in Zdoom too. Should I report either over there?
Enjay wrote:

Code: Select all

Could Not Find f:\Doom\GZdoomSource\gzdoom_comp\wadsrc_bm\wadmake
 nmake NOLOGO= SLASH=\

Code: Select all

.\trustinfo.txt:manifest authoring warning 81010002:Unrecognized Element "trustInfo" in namespace "urn:schemas-microsoft-com:asm.v3".

I've found a few sites when googling for "81010002:Unrecognized Element" but, frankly, I don't understand enough to make sense of them. This forum thread seems to cever quite a bit of the info though.

http://forums.microsoft.com/MSDN/ShowPo ... 0&SiteID=1

Posted: Fri Jul 04, 2008 21:51
by Graf Zahl
The trustinfo message is a known issue. Just ignore it. The other one is weird. It works fine for me.

Posted: Fri Jul 04, 2008 21:57
by Enjay
Graf Zahl wrote:The trustinfo message is a known issue. Just ignore it.
Will do.
Graf Zahl wrote:The other one is weird. It works fine for me.
Do you mean the wadmake one or the gl_scene.cpp one?