Page 2 of 4

Re: soft for music

Posted: 8. Jan 2014, 23:09
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.

Re: soft for music

Posted: 8. Jan 2014, 23:24
by free_spirit
ok

http://pastebin.com/vs48gUNK

this is a output error of ardour

Re: soft for music

Posted: 8. Jan 2014, 23:37
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

Re: soft for music

Posted: 9. Jan 2014, 01:30
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.

Re: soft for music

Posted: 9. Jan 2014, 10:26
by free_spirit
ardour runs!! ok thanks

Re: soft for music

Posted: 9. Jan 2014, 10:30
by free_spirit
zynaddsubfx (synth) error: http://pastebin.com/7gjW5Gxg

Re: soft for music

Posted: 9. Jan 2014, 11:31
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

Re: soft for music

Posted: 9. Jan 2014, 19:02
by free_spirit
ok for paste.
zynaddsubfx is installed! ;)

Re: soft for music

Posted: 13. Jan 2014, 20:31
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?

Re: soft for music

Posted: 13. Jan 2014, 21:33
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".