r130 compile messages

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

r130 compile messages

Post 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.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Post by Gez »

For your SVN issue, see my answer to your thread at the ZDoom forums.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Yup, got it. Thanks again. :)
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post 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
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

The trustinfo message is a known issue. Just ignore it. The other one is weird. It works fine for me.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post 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?
Locked

Return to “Closed Bugs”