-
Notifications
You must be signed in to change notification settings - Fork 249
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
Syntax error while compiling mpn_extras/mul.c
on Windows
#2151
Comments
I don't know why you get these errors. Still, I would need the full log (how you configure etc.). |
I couldn't find any documentation about configuring and building on windows. So I'm letting meson call cmake with the standard arguments. The full configure log is:
|
Please follow the instructions there. If that doesn't work, I'll try to debug as well as I can. |
Sorry, could have looked at the website as well and not only in Same error, and a couple more:
The pthreads exceptions are expected since I now tried
|
Yeah, seems like your compiler does not support |
Just a note: If this issue, #2101, #2121, and #2156 does not move further within the coming days, I will probably close them all. I find it extremely hard to debug and follow Windows programming. They make it extremely difficult to adhere to their standards. Moreover, our Github actions work as intended on Windows, so my best guess is that this is not our fault. Finally, my philosophy is that we make compiling FLINT work on Windows, but we do not strive to make it perfect in any sense. For instance, you may have to use the default package in Conda for pthreads on Windows, and avoid using If you really want to compile for Windows, you can use MinGW. |
When trying to build on Windows using cmake:
(this is with #2152 applied to find pthread)
The text was updated successfully, but these errors were encountered: