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