cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=../target/ CMake Deprecation Warning at CMakeLists.txt:11 (CMAKE_POLICY): The OLD behavior for policy CMP0026 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Configuring LMMS -------------------------- * Project version : 1.2.0-rc4.57 * Major version : 1 * Minor version : 2 * Release version : 0 * Stage version : rc4 * Build version : 57 * Optional Version Usage: -------------------------- * Override version: -DFORCE_VERSION=x.x.x-x * Ignore Git information: -DFORCE_VERSION=internal PROCESSOR: x86_64 Machine: x86_64-pc-linux-gnu -- Target host is 64 bit -- Found Qt translations in /usr/share/qt4/translations -- Found STK: /usr/lib/libstk.so -- Found Portaudio: portaudio;asound;m;pthread -- Found OggVorbis: /usr/lib/libogg.so;/usr/lib/libvorbis.so;/usr/lib/libvorbisfile.so;/usr/lib/libvorbisenc.so -- Found ALSA: /usr/lib/libasound.so Installation Summary -------------------- * Install Directory : /home/martin/lmms-build/lmms/target Supported audio interfaces -------------------------- * ALSA : OK * JACK : OK (weak linking enabled) * OSS : OK * Sndio : * PortAudio : OK * libsoundio : OK * PulseAudio : OK * SDL : OK Supported MIDI interfaces ------------------------- * ALSA : OK * OSS : OK * Sndio : * JACK : OK (weak linking enabled) * WinMM : * AppleMidi : Supported file formats for project export ----------------------------------------- * WAVE : OK * OGG/VORBIS : OK * MP3/Lame : OK Optional plugins ---------------- * Carla Patchbay & Rack : OK * SoundFont2 player : OK * Stk Mallets : OK * VST-instrument hoster : OK * VST-effect hoster : OK * CALF LADSPA plugins : OK * CAPS LADSPA plugins : OK * CMT LADSPA plugins : OK * TAP LADSPA plugins : OK * SWH LADSPA plugins : OK * GIG player : OK ----------------------------------------------------------------- IMPORTANT: after installing missing packages, remove CMakeCache.txt before running cmake again! ----------------------------------------------------------------- -- Configuring done CMake Warning (dev) in src/CMakeLists.txt: Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files. Run "cmake --help-policy CMP0071" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility, CMake is excluding the GENERATED source file(s): "/home/martin/lmms-build/lmms/build/src/ui_about_dialog.h" "/home/martin/lmms-build/lmms/build/src/ui_export_project.h" "/home/martin/lmms-build/lmms/build/src/ui_EffectSelectDialog.h" "/home/martin/lmms-build/lmms/build/src/embedded_resources.h" from processing by AUTOMOC. If any of the files should be processed, set CMP0071 to NEW. If any of the files should not be processed, explicitly exclude them by setting the source file property SKIP_AUTOMOC: set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at src/3rdparty/rpmalloc/CMakeLists.txt:3 (add_library): Cannot find source file: rpmalloc/rpmalloc/rpmalloc.c Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: Cannot determine link language for target "rpmalloc". CMake Error: CMake can not determine linker language for target: rpmalloc -- Generating done -- Build files have been written to: /home/martin/lmms-build/lmms/build