Hi,

I installed Ubuntu Studio 16.04.02 on my machine and wanted to configure and 
compile Muse3 from the git repository, but the configuration fails (error 
messages see further below).

I cannot use "cmake i" anymore in this Ubuntu Studio version, instead I have 
to use the command "ccmake <directory> to configure Muse3 and generate its 
programme files. 

This is what the configuration process with ccmake detected / what I specified 
as configuration parameters:

=== Quote beginning ===

 CMAKE_BACKWARDS_COMPATIBILITY    2.4                                          
 CMAKE_BUILD_TYPE                 Release                                      
 CMAKE_INSTALL_PREFIX             /opt/muse_dev_release_version                
 ENABLE_ALSA                      ON                                           
 ENABLE_DSSI                      ON                                           
 ENABLE_EXPERIMENTAL              OFF                                          
 ENABLE_FLUID                     ON                                           
 ENABLE_INSTPATCH                 ON                                           
 ENABLE_LASH                      OFF                                          
 ENABLE_LV2                       ON                                           
 ENABLE_LV2_DEBUG                 OFF                                          
 ENABLE_LV2_GTK2                  ON                                           
 ENABLE_LV2_SUPPLIED              OFF                                          
 ENABLE_OSC                       ON                                           
 ENABLE_PYTHON                    OFF                                          
 ENABLE_VST                       OFF                                          
 ENABLE_VST_NATIVE                ON                                           
 ENABLE_VST_VESTIGE               ON                                           
 EXECUTABLE_OUTPUT_PATH           /home/xxx/quellcode/muse/muse.git/muse/muse3
 LIBRARY_OUTPUT_PATH              /home/xxx/quellcode/muse/muse.git/muse/muse3
 LIB_SUFFIX                                                                    
 MODULES_BUILD_STATIC             OFF                                          
 Qt5Core_DIR                      /usr/lib/x86_64-linux-gnu/cmake/Qt5Core      
 Qt5Gui_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui       
 Qt5LinguistTools_DIR             /usr/lib/x86_64-linux-
gnu/cmake/Qt5LinguistTo
 Qt5Svg_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Svg       
 Qt5UiPlugin_DIR                  /usr/lib/x86_64-linux-gnu/cmake/Qt5UiPlugin  
 Qt5UiTools_DIR                   /usr/lib/x86_64-linux-gnu/cmake/Qt5UiTools   
 Qt5Widgets_DIR                   /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets   
 Qt5Xml_DIR                       /usr/lib/x86_64-linux-gnu/cmake/Qt5Xml       
 UPDATE_TRANSLATIONS              OFF                                          
 VST_HEADER_PATH                  /home/xxx/quellcode/muse/muse.git/muse/muse3

=== Quote End ===

Having pressed the "c" key (configure), the configuration process produces the 
following output and error messages:

=== Quote Beginning ===

vst header path: /home/xxx/quellcode/muse/muse.git/muse/muse3/vestige

 Unix (probably linux) found

 LASH disabled

 Native VST support enabled

 CMake Error at CMakeLists.txt:543 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".



 CMake Error at CMakeLists.txt:544 (file):
   file RENAME failed to rename

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic.h

   because: No such file or directory




 CMake Error at CMakeLists.txt:546 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".



 CMake Error at CMakeLists.txt:547 (file):
   file RENAME failed to rename

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic-debug.h

because: No such file or directory




 CMake Error at CMakeLists.txt:549 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".










 The following components will be built:

 -----------------------------------------------

    ALSA support

    OSC (Liblo) support

    DSSI support

    LV2 support

    LV2 Gtk2 UI support

    Native VST support

    Fluidsynth support

    Instpatch support



 The following components WILL NOT be built:

 -----------------------------------------------

Lash support

    Python support

    Experimental features



  Internal modules will be built as shared components.

  Build type: Release



 CMake Error at pch.txt:21 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   libs/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:22 (file):
   file RENAME failed to rename

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic.h

   because: No such file or directory

 Call Stack (most recent call first):
   libs/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:24 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   libs/CMakeLists.txt:24 (include)

CMake Error at pch.txt:21 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   al/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:22 (file):
   file RENAME failed to rename

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic.h

   because: No such file or directory

 Call Stack (most recent call first):
   al/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:24 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   al/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:21 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   muse/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:22 (file):
   file RENAME failed to rename

/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic.h

   because: No such file or directory

 Call Stack (most recent call first):
   muse/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:24 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   muse/CMakeLists.txt:24 (include)



 Linking system LV2 support libraries (lv2, lilv, sord etc.)



 CMake Error at pch.txt:21 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   synti/libsynti/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:22 (file):
   file RENAME failed to rename

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all.h

   to

     /home/xxx/quellcode/muse/muse.git/muse/muse3/all-pic.h

because: No such file or directory

 Call Stack (most recent call first):
   synti/libsynti/CMakeLists.txt:24 (include)



 CMake Error at pch.txt:24 (file):
   file COPY cannot find
   "/home/xxx/quellcode/muse/muse.git/muse/muse3/all.h".
 Call Stack (most recent call first):
   synti/libsynti/CMakeLists.txt:24 (include)

=== Quote End ===

Having pressed the "c" button for configuration with the result as above, 
ccmake does not offer me the "g" option (generate/compile files).

Can somebody help me please to get this problem solved?

Regards,

Jens

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Lmuse-user mailing list
Lmuse-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmuse-user

Reply via email to