fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Building fluidsynth with MSYS2 on Windows error


From: Alexander Reeves
Subject: [fluid-dev] Building fluidsynth with MSYS2 on Windows error
Date: Thu, 5 Jul 2018 14:41:47 -0700

Hi all,

I followed the instructions for building fluidsynth with MSYS2 on Windows outlined here and hit an error at building bullet point 3: 

Navigate into that folder and run cmake on the previous directory, specifying the Makefile type cmake -G "MSYS Makefiles" ..

I ran the cmake command with the MINGW64 shell in the directory that looks like 
/fluidsynth-1.1.11/src/build

Then I got the following output:

$ 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

    cmake_minimum_required(VERSION 3.11)

  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".

Not sure how to proceed.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]