UPDATE: May be dssi is also not installed. So install dssi+liblo or disable them (run ccmake .. instead of cmake to open console UI).
/Andrew 03.02.2015 18:28, Andrew Deryabin wrote: > Hi Robert, Bob, > > There is another one 'not found' message: > > -- checking for module 'dssi>=0.9.0' > -- package 'dssi>=0.9.0' not found > > according to CmakeLists.txt dssi depends on liblo, and if dssi found and > liblo does not, trigger is anyway enabled for dssi. > It seems that Bob has this case: dssi libraries are installed, but liblo > does not. > > cmake says: > package 'dssi>=0.9.0' not found > and then: > > The following components will be built: > ----------------------------------------------- > OSC (Liblo) support > DSSI support <<<<--------------This mean, that liblo was not found. > > Probably compile error is caused by this inconsistency. So, install liblo, > reconfigure (after deleting CMakeCache.txt) and then try to build again. > > > Regards, > Andrew > > > 03.02.2015 17:32, Robert Jonsson wrote: >> Hi Bob, >> >> 2015-02-03 3:35 GMT+01:00 <[email protected]>: >>> Robert Jonsson writes: >>>> Hello Bob, >>>> >>>> 2015-02-02 1:59 GMT+01:00 <[email protected]>: >>>>> Hello Andrew, >>>>> I deleted CMakeCache.txt and reran ./compile_muse.sh. The results were >>>>> the >>>>> same as before with the output plugin.h:143:41: error: 'PluginI' has not >>>>> been declared. cbuild reported that only the Native VST component will >>>>> be >>>>> built. Sorry I don't have a github account to add a new issue .. and >>>>> also >>>>> that I was too late to report during the beta test. Thanks for your >>>>> contributions as Muse is really great software. >>>> Could you post the whole cmake output? There must be some dependency >>>> missing, causing it to misbehave. >>>> The ./compile_muse.sh is a convenience script, if it fails it is >>>> better to run the different phases manually. >>>> Enter the 'build' dir an run cmake <path to the source dir>, usually: >>>> cmake .. >>>> and post the output here. >>>> Regards, >>>> Robert >>> Hello Robert, >>> Here is the output of cmake after deleting the CMakeCache.txt. Probably I >>> forgot something it needs.. >>> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.25") >>> -- The C compiler identification is GNU 4.7.1 >>> -- The CXX compiler identification is GNU 4.7.1 >>> -- Check for working C compiler: /usr/bin/gcc >>> -- Check for working C compiler: /usr/bin/gcc -- works >>> -- Detecting C compiler ABI info >>> -- Detecting C compiler ABI info - done >>> -- Check for working CXX compiler: /usr/bin/c++ >>> -- Check for working CXX compiler: /usr/bin/c++ -- works >>> -- Detecting CXX compiler ABI info >>> -- Detecting CXX compiler ABI info - done >>> -- Found Git: /usr/bin/git (found version "1.7.12.1") >>> -- Looking for Q_WS_X11 >>> -- Looking for Q_WS_X11 - found >>> -- Looking for Q_WS_WIN >>> -- Looking for Q_WS_WIN - not found. >>> -- Looking for Q_WS_QWS >>> -- Looking for Q_WS_QWS - not found. >>> -- Looking for Q_WS_MAC >>> -- Looking for Q_WS_MAC - not found. >>> -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.2", required is >>> "4.3.0") >>> -- Looking for ladspa.h >>> -- Looking for ladspa.h - found >>> -- checking for module 'alsa>=0.9.0' >>> -- found alsa, version 1.0.26 >>> -- checking for module 'sndfile>=1.0.0' >>> -- found sndfile, version 1.0.24 >>> -- checking for module 'samplerate>=0.1.0' >>> -- found samplerate, version 0.1.7 >>> -- checking for module 'uuid>=0.0.1' >>> -- found uuid, version 2.21.0 >>> -- checking for module 'jack>=0.103' >>> -- found jack, version 0.121.3 >>> -- checking for module 'lash-1.0>=0.2' >>> -- package 'lash-1.0>=0.2' not found >>> -- checking for module 'dssi>=0.9.0' >>> -- package 'dssi>=0.9.0' not found >>> -- checking for module 'lilv-0>=0.16.0' >>> -- package 'lilv-0>=0.16.0' not found >>> -- checking for module 'fluidsynth>=0.9.0' >>> -- package 'fluidsynth>=0.9.0' not found >>> -- Configuring done >>> -- Generating done >>> -- Build files have been written to: /home/fuzz/muse-2.2.1/build >> Hmm, this is really odd. >> There is section that never gets printed here with a summary of the >> configuration. >> >> For me it prints the following after fluidsynth: >> >>> ** WARNING: lash (>= 0.2) was enabled, but development files were not found. >>> ** HINT: Don't have LASH? Try installing the LADISH LASH compatibility >>> package instead. >>> >>> >>> The following components will be built: >>> ----------------------------------------------- >>> OSC (Liblo) support >>> DSSI support >>> LV2 support >>> Native VST support >>> Fluidsynth support >>> >>> The following components WILL NOT be built: >>> ----------------------------------------------- >>> Lash support >>> Python support >>> Experimental features >>> >>> Internal modules will be built as shared components. >>> Build type: CMAKE_BUILD_TYPE is empty. Plain un-optimized build. >>> >>> -- Configuring done >>> -- Generating done >>> -- Build files have been written to: /home/ddskrjo/dev/test/muse-2.2.1/build >> -------------- >> What does cmake --version print? >> What distribution are you on? >> If you check ChangeLog in the source dir is the last comment this? >> 28.01.2015: >> - MusE 2.2.1 release (rj) >> >> Regards, >> Robert >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Lmuse-developer mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/lmuse-developer > -- Regards, Andrew ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
