Page 1 of 1

r86 compiling problems

Posted: Sat Apr 05, 2008 15:24
by Enjay
I managed to compile r86 without cleaning the solution, but it crashed on startup (with a Windows send/don't send dialogue, not a Zdoom internal one). So, I cleaned and rebuilt, but the compile failed. So, I did a totally clean re-download and it still doesn't compile for me. :?

I think these are the relevant messages.

Code: Select all

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

Code: Select all

'tools\lemon\lemon.exe' is not recognized as an internal or external command,
operable program or batch file.
Project : error PRJ0019: A tool returned an error code from "Generating xlat_parser.c and xlat_parser.h..."

Posted: Sat Apr 05, 2008 16:01
by Graf Zahl
The first one: Huh?
The second one: Apparently the Lemon dependency got lost yet again. :(

It will take a bit longer. Your crash was not the cause of a bad build. I discovered some instability as well - not always but with certain things loaded it tends to crash. I'm investigating right now.

Posted: Sat Apr 05, 2008 17:42
by Graf Zahl
Seems to be fixed. I forgot to add a NULL pointer check for a change this afternoon.

Posted: Sat Apr 05, 2008 23:13
by Enjay
Hmmm, well I got r87 to compile without warnings and I can play map01. However, I get to the post-level stat screen and press a button to continue and it crashes (normal GZdoom fatal error).

Posted: Sat Apr 05, 2008 23:25
by Graf Zahl
Yeah, I know. Get wi_stuff.cpp from ZDoom and recompile. I won't update GZDoom until tomorrow.