Another tentative to compile Linux nightlies

• Aug 25, 2015 - 15:39

Kubuntu 15.04
Qt 5.4.1

using instructions from https://musescore.org/en/developers-handbook/compilation/compile-instru… and having applied until Get the source code

git doesn't load the source

leleu@leleu-W150ER:~/musescore$ which git
/usr/bin/git
leleu@leleu-W150ER:~/musescore$ git://github.com/musescore/MuseScore.git
bash: git://github.com/musescore/MuseScore.git: Aucun fichier ou dossier de ce type
leleu@leleu-W150ER:~/musescore$

Hoping that someone be more helpful than Google.....


Comments

Maybe I am missing something, but it looks like you tried typing the name of the repository as if it were a command? Did you mean to type "git clone" before the name of the repository? Or some other git command?

In reply to by Marc Sabatella

indeed ! how silly !
thanks

Edit

and now, after having installed cmake, doxygen, libpulse I'm in trouble with ALSA

leleu@leleu-W150ER:~/musescore/MuseScore$ make
if test ! -d build.release; then mkdir build.release; fi; \
cd build.release; \
export PATH=/home/leleu/Qt/5.4/gcc_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games; \
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=""/usr/local"" ..; \
make lrelease; \
make manpages; \
make -j `grep -c processor /proc/cpuinfo`; \

found Doxygen
-- latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user interaction on doxy run.
-- makeindex command MAKEINDEX_COMPILER not found but usually required.
-- dvips command DVIPS_CONVERTER not found but usually required.
-- configured /home/leleu/musescore/MuseScore/build/Doxyfile.in --> /home/leleu/musescore/MuseScore/build.release/Doxyfile
-- Found pulseaudio: /usr/lib/x86_64-linux-gnu/libpulse.so
CMake Error at CMakeLists.txt:205 (message):
Fatal error: ALSA >= 1.0.0 required
-- Configuring incomplete, errors occurred!

I'm not sure how to check ALSA version. I found at http://askubuntu.com/questions/394846/how-can-i-get-the-installed-alsa-… to check aplay version
leleu@leleu-W150ER:~/musescore/MuseScore$ aplay --version
aplay: version 1.0.28 by Jaroslav Kysela
which is not very clear.
but also leleu@leleu-W150ER:~/musescore/MuseScore$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version k3.19.0-26-generic.
even less clear

So I am still in need of help.

In reply to by ericfontainejazz

Thanks.....
Then I found other errors, due to some other packages listed in the compilation instructions, whose installation was not OK

I had also to install
build-essential
libgl1-mesa-dev

to solve an error in the Qt installation (which is the old one I made in my home, prior to move from Mint 17.2 to Kubuntu

I have now 3543170, and I will reactivate my nighltly automated script

In reply to by robert leleu

Robert, I notice that commit 3543170 corresponds to a pull request from over two years ago on Jul 31, 2013. Could you check to make sure that your script is always fetching the latest commits from the master branch in the git repository? Make sure you're not using "v2.0rc" any other outdated branch, but instead you should always checkout and build using the "master" branch.

Thanks

Do you still have an unanswered question? Please log in first to post your question.