Skip to content
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

Build issues on g++ on windows #136

Open
vitali-parkhomenko opened this issue Dec 21, 2018 · 0 comments
Open

Build issues on g++ on windows #136

vitali-parkhomenko opened this issue Dec 21, 2018 · 0 comments
Assignees
Labels
bug something in the current code base has to be fixed

Comments

@vitali-parkhomenko
Copy link

When compiling on Windows using g++ (tested on g++-5). I got the following errors:

Scanning dependencies of target EponaMath
[  1%] Building CXX object Pegasus/godlike/Arion/Arion/godlike/Epona/Epona/CMakeFiles/EponaMath.dir/sources/Analysis.cpp.obj
g++.exe: error: /MP: No such file or directory
g++.exe: error: /W3: No such file or directory
g++.exe: error: /MP: No such file or directory
g++.exe: error: /W3: No such file or directory
g++.exe: error: /MP: No such file or directory
g++.exe: error: /W3: No such file or directory
g++.exe: error: /MP: No such file or directory
g++.exe: error: /W3: No such file or directory
g++.exe: error: /MP: No such file or directory
g++.exe: error: /W3: No such file or directory
Pegasus\godlike\Arion\Arion\godlike\Epona\Epona\CMakeFiles\EponaMath.dir\build.make:62: recipe for target 'Pegasus/godlike/Arion/Arion/godlike/Epona/Epona/CMakeFiles/EponaMath.dir/sources/Analysis.cpp.obj' failed
CMakeFiles\Makefile2:240: recipe for target 'Pegasus/godlike/Arion/Arion/godlike/Epona/Epona/CMakeFiles/EponaMath.dir/all' failed
Makefile:150: recipe for target 'all' failed
mingw32-make.exe[2]: *** [Pegasus/godlike/Arion/Arion/godlike/Epona/Epona/CMakeFiles/EponaMath.dir/sources/Analysis.cpp.obj] Error 1
mingw32-make.exe[1]: *** [Pegasus/godlike/Arion/Arion/godlike/Epona/Epona/CMakeFiles/EponaMath.dir/all] Error 2
mingw32-make.exe: *** [all] Error 2

It seems that config files (PegasusBuildFlags.cmake, ArionConfig.cmake, EponaConfig.cmake) doesn't support building this project on GNU compiler on Windows.

@ilia-glushchenko ilia-glushchenko added the bug something in the current code base has to be fixed label Dec 21, 2018
@vitali-parkhomenko vitali-parkhomenko changed the title Fix build issues on g++ on windows Build issues on g++ on windows Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something in the current code base has to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants