You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: I have not really used C++ or dealt with compliling it before. I'm just using it for this package in a specific project. I apologise if there are basic oversights or assumptions I am missing.
I encountered an issue while trying to compile my project on Windows using Cygwin. The project fails to compile when using the latest versions of gcc, g++, and libgomp1 packages available through Cygwin. However, the project compiles successfully when using the older versions of these packages (7.4.0-1).
By downgrading the gcc-core, gcc-g++, and libgomp1 packages to version 7.4.0-1, the project compiles successfully.
Here are the versions that worked:
GCC: 7.4.0-1
G++: 7.4.0-1
Libgomp1: 7.4.0-1
It seems there might be compatibility issues with the latest versions of these packages on Cygwin for Windows. It would be nice if these compatibility issues were mentioned somewhere. I spent a long time trying to get this to complile, and yes maybe for someone more experienced they would have known not to use latest packages or to downgrade, but for people like me just clicking on the default cygwin installation it would help.
The text was updated successfully, but these errors were encountered:
Disclaimer: I have not really used C++ or dealt with compliling it before. I'm just using it for this package in a specific project. I apologise if there are basic oversights or assumptions I am missing.
I encountered an issue while trying to compile my project on Windows using Cygwin. The project fails to compile when using the latest versions of gcc, g++, and libgomp1 packages available through Cygwin. However, the project compiles successfully when using the older versions of these packages (7.4.0-1).
Environment
Workaround
By downgrading the gcc-core, gcc-g++, and libgomp1 packages to version 7.4.0-1, the project compiles successfully.
Here are the versions that worked:
It seems there might be compatibility issues with the latest versions of these packages on Cygwin for Windows. It would be nice if these compatibility issues were mentioned somewhere. I spent a long time trying to get this to complile, and yes maybe for someone more experienced they would have known not to use latest packages or to downgrade, but for people like me just clicking on the default cygwin installation it would help.
The text was updated successfully, but these errors were encountered: