Too long to paste into forum, so I pasted the error log here instead:
http://pastebin.com/FPfSLvu0
Build errors
Moderator: Graf Zahl
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: Build errors
Fixed - and FYI, I'd like to slap the LZMA programmer into the face with a wet fish for his ill-advised idea to include windows.h in every file that needs to do LZMA decompression.
ZDoom had to include this in a header that was used everywhere so I had to add some not quite nice workaround.
ZDoom had to include this in a header that was used everywhere so I had to add some not quite nice workaround.
- Nash
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
- Contact:
Re: Build errors
Haha, that sounds like really redundant programming. Thanks the fix!