soft for music

If there's software you need and you can't find, make a request for it.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: soft for music

Post by mimosa »

free_spirit, please don't post long output like that - use something like pastebin, and post a link here.

Also if it is longer than even a few lines, selecting it and clicking 'Code' will make it appear in a manageable-sized window. But for anything really long, that's still too long to scroll through.
free_spirit
Posts: 23
Joined: 27. Aug 2013, 13:25

Re: soft for music

Post by free_spirit »

ok

http://pastebin.com/vs48gUNK

this is a output error of ardour
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: soft for music

Post by laprjns »

Actually you should just post the last 7 to 10 lines of an error log like this:

Code: Select all

    Config CPU is i686
     
    Checking for C header file fftw3.h... yes
    Checking for usb_interrupt_write() in C library usb... yes
    Checking for C header file linux/input.h... yes
    Checking for C++ header file boost/shared_ptr.hpp... no
    Boost header files do not appear to be installed. You also might be running a buggy version of scons. Try scons 0.97 if you can.
    fakeroot -- sh ardour.SlackBuild Failed
You need to install boost

Code: Select all

root[rich]# slapt-get --install boost
Then try it again
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: soft for music

Post by mimosa »

laprjns is quite right - normally the last few lines of a failed build log are the place to look, so it's enough to just paste those. If there is ever a reason to post anything quite long, though, the way you just did it is easier to access.

We're going round in circles a bit here - see my first post on this thread.
free_spirit
Posts: 23
Joined: 27. Aug 2013, 13:25

Re: soft for music

Post by free_spirit »

ardour runs!! ok thanks
free_spirit
Posts: 23
Joined: 27. Aug 2013, 13:25

Re: soft for music

Post by free_spirit »

zynaddsubfx (synth) error: http://pastebin.com/7gjW5Gxg
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: soft for music

Post by laprjns »

Don't use pastebin. In a month the link will be broken and this thread will be useless for any one who is having similar issues. Just paste the last 7 to 10 lines of the error message here.

You need to install linuxdoc-tools.

Code: Select all

root[rich]# slapt-get --i linuxdoc-tools
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
free_spirit
Posts: 23
Joined: 27. Aug 2013, 13:25

Re: soft for music

Post by free_spirit »

ok for paste.
zynaddsubfx is installed! ;)
free_spirit
Posts: 23
Joined: 27. Aug 2013, 13:25

Re: soft for music

Post by free_spirit »

SuperCollider


CMake Error at editors/scel/el/CMakeLists.txt:21 (message):
Emacs could not be found.

(If emacs interface is not required, then set SC_EL=no)


-- Building with Sced for gedit 2 (UNIX)
-- Will copy HelpSource to /usr/share/SuperCollider
-- Configuring incomplete, errors occurred!
fakeroot -- sh SuperCollider.SlackBuild Failed

I don't wanna use emacs. i can't install emacs for complete the installation of supercollider?
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

Re: soft for music

Post by ElderDryas »

free_spirit wrote:SuperCollider
CMake Error at editors/scel/el/CMakeLists.txt:21 (message):
Emacs could not be found.

(If emacs interface is not required, then set SC_EL=no)

I don't wanna use emacs. i can't install emacs for complete the installation of supercollider?
Looks to me like it tells you what to do, "set SC_EL=no".
Post Reply