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
Error when building on Windows with MSYS2 #412
Comments
|
Which version of cmake are you using exactly? (3.11.?) |
|
And please attach |
|
Thank you so much for your reply! I was at my wit's end yesterday when I reached out for help. Cmake is version 3.11.4. The |
|
I see. You misunderstood the build instructions. You are not supposed / allowed to navigate to |
|
Thanks, yes I confused source files with the |
|
Great, thx! |
FluidSynth version
1.1.11
Current behavior
When trying to build using cmake within shell MINGW64.
I'm on Windows 7 64-bit.
$ cmake -G "MSYS Makefiles" ..
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe
-- Check for working C compiler: C:/msys64/mingw64/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe
-- Check for working CXX compiler: C:/msys64/mingw64/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:363 (install):
install TARGETS given no RUNTIME DESTINATION for executable target
"fluidsynth".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "C:/Users/Reeves/fluidsynth-1.1.11/src/build/CMakeFiles/CMakeOutput.log".
Expected behavior
Steps to reproduce
Other information
The text was updated successfully, but these errors were encountered: