-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Not compiling on Win10 with MSYS #1581
Comments
Unfortunately, MSYS (MinGW) doesn't provide a declaration for
If you can't specify |
Any idea what that translates to directly into the source? I don't have things in a position to setup cmake. |
No. The whole point is the cmake build, right? |
The I found another way, |
Ok, sorry for the delay... The following leads to compiling and running code. I am not sure that what I'm doing exercises this functionality though. From the different checks it looks like there are a couple spots that Prior to including
kind of pulled some from here: |
@s7726 Fixed. Please try latest commit and see if the fix works for you. |
Under Windows 10, compiling with MINGW64 will report an error similar to gabime#1581
Under Windows 10, compiling with MINGW64 will report an error similar to #1581
Under Windows 10, compiling with MINGW64 will report an error similar to #1581
Looks like this needs a similar fix as #1347
Preprocessor has a few defines that could be helpful in deterimining the right path.
It also does not define any of the win32/win64 defnes
gcc version
#define __VERSION__ "9.3.0"
It does compile if I use
-std=gnu++11
, but there are other reasons I would prefer not to in the project.The text was updated successfully, but these errors were encountered: