Page 1 of 1
r179 Compiling fatal errors
Posted: Tue Sep 16, 2008 18:36
by Enjay
I'm trying to compile r179 and I'm getting lots of errors. Because of the errors, the compile is going slowly, so I just cancelled it so I don't know what happens further one. However, all the errors so far mention this:
Code: Select all
fatal error C1083: Cannot open include file: 'basictypes.h': No such file or directory
Posted: Tue Sep 16, 2008 19:38
by WolfyGirl
check if the file does exist in the path where the file have to be in.
if it's not, than it shows up this error about that the file doesn't exist.
Posted: Tue Sep 16, 2008 19:45
by Enjay
It's not in the GZdoom directory. However, on checking Zdoom, there is a file in there of the same name. I don't know if the file is meant to be identical in the two projects but, whether it is or not, it seems that it is missing from GZdoom.
Posted: Tue Sep 16, 2008 19:49
by Rachael
I haven't updated my SVN tree since this morning. I'll take a look.
EDIT: Done. These are ZDoom files that were not copied over in the SVN GZDoom. r1229 should have them.
You just copy them over from ZDoom.
trunk/src/basictypes.h
trunk/src/sound/i_soundinternal.h
trunk/src/g_hexen/a_hexenmisc.cpp
EDIT: Successful compile after I grab these 3 files. I'm sure Graf just forgot to commit them to the repository.
Posted: Tue Sep 16, 2008 23:34
by Graf Zahl
I shouldn't make commits when I am tired enough to go to bed...

Posted: Wed Sep 17, 2008 6:00
by WolfyGirl
you should dubble check next time before uploading an new SVN release Graf Zahl ^-^