fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] -DCMAKE_INSTALL_PREFIX ignored by cmake


From: midi-pascal
Subject: [fluid-dev] -DCMAKE_INSTALL_PREFIX ignored by cmake
Date: Mon, 13 Jul 2020 13:04:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

I just downloaded version 2.1.4 from sources.

When I want to build it (Ubuntu 18.04 LTS):

cmake .. -D-DCMAKE_INSTALL_PREFIX=../target/ -DLIB_SUFFIX="" -DCMAKE_BUILD_TYPE=Debug

gives:

**************************************************************
Build Summary:
Build type:            Debug
Install Prefix:        /usr/local

Audio / MIDI driver support:
  ALSA:                  yes
  CoreAudio:             no
  CoreMIDI:              no
  DSound:                no
  JACK:                  yes
  MidiShare:             no
  Oboe:                  no
  OpenSLES:              no
  OS/2 DART:             no
  OSS:                   yes
  PortAudio:             no
  PulseAudio:            yes
  SDL2:                  no
  WaveOut:               no
  WinMidi:               no

Support for SF3 files:   yes
Support for DLS files:   no (libinstpatch not found)

Audio to file rendering: yes
  libsndfile:            yes

Miscellaneous support:
  D-Bus:                 yes
  LADSPA support:        yes
  LASH support:          no
  NETWORK Support:       yes
    IPV6 Support:        yes
  Readline:              yes (NOTE: GPL library)
  systemd:               no

Developer nerds info:
  Samples type:          double
  Multithread rendering: yes
  OpenMP 4.0:            yes
  Profiling:             no
  Debug Build:           yes
  Trap on FPE (debug):   no
  Check FPE (debug):     no
  UBSan (debug):         no

**************************************************************


-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    -DCMAKE_INSTALL_PREFIX

But I don't want to install fluid in /usr/localbut in ../target/ for testing.

Something got wrong with the install directory setting.

I want to test 2.1.4 before installing it in /usr/ NOT /usr/local/

Please help!

Thanks





reply via email to

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