Page 1 of 1

r322 compile errors

Posted: Sun Apr 19, 2009 10:07
by Enjay
I'm guessing an incomplete commit of the compression stuff?

Code: Select all

1>7zItem.c
1>c1 : fatal error C1083: Cannot open source file: '.\c\archive\7z\7zItem.c': No such file or directory
1>7zIn.c
1>c1 : fatal error C1083: Cannot open source file: '.\c\archive\7z\7zIn.c': No such file or directory
1>7zHeader.c
1>c1 : fatal error C1083: Cannot open source file: '.\c\archive\7z\7zHeader.c': No such file or directory
1>7zExtract.c
1>c1 : fatal error C1083: Cannot open source file: '.\c\archive\7z\7zExtract.c': No such file or directory
1>7zDecode.c
1>c1 : fatal error C1083: Cannot open source file: '.\c\archive\7z\7zDecode.c': No such file or directory

Code: Select all

1>Bra86.c
1>c1 : fatal error C1083: Cannot open source file: '.\C\Bra86.c': No such file or directory
1>Bcj2.c
1>c1 : fatal error C1083: Cannot open source file: '.\C\Bcj2.c': No such file or directory
1>7zStream.c
1>c1 : fatal error C1083: Cannot open source file: '.\C\7zStream.c': No such file or directory
1>7zCrc.c
1>c1 : fatal error C1083: Cannot open source file: '.\C\7zCrc.c': No such file or directory

Code: Select all

5>w_wad.cpp
5>.\src\w_wad.cpp(34) : fatal error C1083: Cannot open include file: 'Archive/7z/7zHeader.h': No such file or directory

Code: Select all

Error	1	fatal error C1083: Cannot open source file: '.\C\7zBuf.c': No such file or directory	c1	
Error	2	fatal error C1083: Cannot open source file: '.\c\archive\7z\7zItem.c': No such file or directory	c1	
Error	3	fatal error C1083: Cannot open source file: '.\c\archive\7z\7zIn.c': No such file or directory	c1	
Error	4	fatal error C1083: Cannot open source file: '.\c\archive\7z\7zHeader.c': No such file or directory	c1	
Error	5	fatal error C1083: Cannot open source file: '.\c\archive\7z\7zExtract.c': No such file or directory	c1	
Error	6	fatal error C1083: Cannot open source file: '.\c\archive\7z\7zDecode.c': No such file or directory	c1	
Error	7	fatal error C1083: Cannot open source file: '.\C\Bra86.c': No such file or directory	c1	
Error	8	fatal error C1083: Cannot open source file: '.\C\Bcj2.c': No such file or directory	c1	
Error	9	fatal error C1083: Cannot open source file: '.\C\7zStream.c': No such file or directory	c1	
Error	10	fatal error C1083: Cannot open source file: '.\C\7zCrc.c': No such file or directory	c1	
Error	11	fatal error C1083: Cannot open include file: 'Archive/7z/7zHeader.h': No such file or directory	c:\Doom\GZdoomSource\gzdoomcomp\src\w_wad.cpp	34	

Re: r322 compile errors

Posted: Sun Apr 19, 2009 12:37
by Gez
Yep, new files weren't committed. You can simply copy them from ZDoom in the meantime. When copying the Archive directory, don't forget to delete from its copy the .svn subfolders or it'll create trouble once Graf actually commits them.

Re: r322 compile errors

Posted: Sun Apr 19, 2009 13:59
by Rachael
Make sure you copy the files from the "C" directory from ZDoom to GZDoom, too. Some of those files are missing from GZDoom and it won't compile without them. Like Gez said, remove any .svn folders that pop up.

Re: r322 compile errors

Posted: Sun Apr 19, 2009 14:36
by Enjay
I've made my own build by copying the files and it seems to be working. I'll hang off putting a copy on the DRD server in case Graf fixes his commit. I'm sure he will do it pretty quickly. He tends to be pretty quick with fixes, especially of this sort. If there isn't anything from Graf by the end of the day, I'll put my build online.

Re: r322 compile errors

Posted: Sun Apr 19, 2009 14:40
by Rachael
Thank you, Enjay. ^^

Re: r322 compile errors

Posted: Sun Apr 19, 2009 19:38
by Enjay
Graf has now fixed his commit and r322(323) is online based on a checkout of that commit.