r322 compile errors

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:

r322 compile errors

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

Re: r322 compile errors

Post 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.
User avatar
Rachael
Developer
Developer
Posts: 3651
Joined: Sat May 13, 2006 10:30

Re: r322 compile errors

Post 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.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Re: r322 compile errors

Post 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.
User avatar
Rachael
Developer
Developer
Posts: 3651
Joined: Sat May 13, 2006 10:30

Re: r322 compile errors

Post by Rachael »

Thank you, Enjay. ^^
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Re: r322 compile errors

Post by Enjay »

Graf has now fixed his commit and r322(323) is online based on a checkout of that commit.
Locked

Return to “Closed Bugs”