-
Notifications
You must be signed in to change notification settings - Fork 1.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
SUMO doesn't compile using Mingw32 #4355
Comments
|
Segmentation Fault:
|
I just retried this with the most recent msys including gcc 12 and cmake 3.22.1 and updated the ToDos above. The include in problem in socket.cpp did re-appear. |
I could resolve many of the problems above by using the correct cmake. So be sure not to install msys/cmake but mingw64/mingw-w64-x86_64-cmake |
The major point we need to decide / discuss is whether the mingw build should be done with the SUMOLibraries or with the MinGW libraries (it seems to provide everything we need) or maybe even both. If I replace the SUMOLibraries with the mingw ones at least some of the linker errors currently disappear but you can run the resulting binary only in the mingw shell (or you need to adapt the PATH). |
The text was updated successfully, but these errors were encountered: