-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Visual Studio 2015 error C2177: constant too big #47
Comments
For Windows we recommend the binary version. Anyway, could you show the Wojciech Jaśkowski, Ph.D. On 29 April 2016 at 05:34, bho008 [email protected] wrote:
|
Here's an error log. I'm having trouble running the python scripts on the precompiled binaries using Windows x64 also, but I'm still investigating that. |
Not a solution but two relevant stories: http://quabr.com/34597039/compiling-with-boost-in-windows-10-results-in-errors-asio On 29 April 2016 at 06:51, bho008 [email protected] wrote:
|
Is there any workaround for this one? I started out my project on ubuntu, but I couldn't find a working .wad editor.. Slade couldn't compile the scripts due to the lack of ACC. I figured I try it on windows, and there I could edit the maps to my liking. This I did in windows fine, but building VizDOOM has been a half a day nighmare and I'm stuck at this issue now.. |
Yeah, building Windows version is a little pain due to all these paths. That's why we are providing compiled version. Why do you want to do it by yourself? I'm using Win7, VS2013, CMake 2.8, Boost 1.59 to build ViZDoom for Windows and I haven't encountered any problem when compiling. I found the information that downgrading CMake may help. Sorry if that wasn't much help, I don't have knowledge about all that Win/VS stuff. |
Compiled version? Ohh crap, I kind of missed the line in the Readme.md.. thanks! |
There is information in README.md under Building -> Windows. Link to 1.1.0pre version: For other versions see "releases" tab. |
seems to be a incompatibility issue with windows 10 and the windows 8.1 sdk which is used in zdoom |
essentially it uses a variable to know what to do depending on os, no such value exist for windows 10 and it causes it to just read from memmory |
Good to know, thank you @neroes. Probably it will be fixed in next ZDoom released, then we will update engine version. |
Former-commit-id: eba3ede
Hello, I'm trying to build VizDoom using Windows 10 x64 and I'm getting tons of error of constant too big. I followed all the directions listed on zdoom, which worked perfectly fine. After adding the boost libraries and using the ViZDoom source, there's thousands of errors of constant too big.
The text was updated successfully, but these errors were encountered: