Compilation problems
I'm trying to compile .93 on Ubuntu 8.04 Hardy. However it gives me a fatal error saying that I don't have the proper ALSA, but I have a high enough version. Is there another package I need to install?
Thanks,
Scott
I'm trying to compile .93 on Ubuntu 8.04 Hardy. However it gives me a fatal error saying that I don't have the proper ALSA, but I have a high enough version. Is there another package I need to install?
Thanks,
Scott
Do you still have an unanswered question? Please log in first to post your question.
Comments
You need to install the development version of ALSA library. The package name is "libasound2-dev".
In reply to ALSA libs by [DELETED] 3
That worked. Thanks.
In reply to ALSA libs by [DELETED] 3
First I do "make release", which takes a long time.
Then I do "sudo make install", which doesn't.
After I have done the first on one computer, can I then copy that directory to another computer and do the second (install) on a different computer?
Scott
In reply to Another Questions by gnarly_buttons
To copy an installation you have to copy the file "/usr/local/bin/mscore" and the directory /usr/local/share/mscore-0.9.
"make install" checks for dependencies and needs the whole /trunk/ directory (source and compiled binaries).
This of course works only on machines of same type (linux distribution) and which have the necessary libraries installed (notably qt4.x).
In reply to Install by [DELETED] 3
On one of my installations, the playback part of the toolbar is missing. I would like to try compiling again and reinstalling. Do I have to remove my current installation first? If so, how do I do that? (running .93 on ubuntu hardy) If not, do i just follow the instructions for installation again?
Thanks for your help,
Scott
In reply to missing playback panel by gnarly_buttons
A missing playback panel means that there is a problem with audio or a missing sound font. Instead of reinstalling mscore you should try to remove the preference settings by deleting the file:
~/.config/MusE/MuseScore.conf
Werner
In reply to missing playback panel by gnarly_buttons
Or you could try following the instructions in the troubleshooting section of SoundFont
I tried downloading a new sound font and linking to it, and that worked. Thanks for your help.
Scott