[Csnd] Qutecsound for Ubuntu
Date | 2010-02-22 13:01 |
From | menno |
Subject | [Csnd] Qutecsound for Ubuntu |
Hello list, Andres, i want to install qutecsound-0.4.6 in UbuntuStudio9.10. This must be done from the sources. This is the result sofar: menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ qmake Project MESSAGE: Building for float (32- bit) csound. Project MESSAGE: For doubles use qmake "CONFIG += build64" menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ qmake "CONFIG += build64" Project MESSAGE: Building for doubles (64-bit) csound menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ ls application.qrc framewidget.h opentryparser.h quteslider.cpp common.pri graphicwindow.cpp options.cpp quteslider.h configdialog.cpp graphicwindow.h options.h qutespinbox.cpp configdialog.h highlighter.cpp qutebutton.cpp qutespinbox.h configdialog.ui highlighter.h qutebutton.h qutetext.cpp configlists.cpp inspector.cpp qutecheckbox.cpp qutetext.h configlists.h inspector.h qutecheckbox.h qutewidget.cpp console.cpp keyboardshortcuts.cpp qutecombobox.cpp qutewidget.h console.h keyboardshortcuts.h qutecombobox.h src.pro curve.cpp keyboardshortcuts.ui quteconsole.cpp test.csd curve.h keyselector.ui quteconsole.h translations default.csd liveeventframe.cpp qutecsound.cpp types.h dockhelp.cpp liveeventframe.h qutecsound.h utilitiesdialog.cpp dockhelp.h liveeventframe.ui qutecsound.rc utilitiesdialog.h documentpage.cpp liveeventwidget.cpp qutedummy.cpp utilitiesdialog.ui documentpage.h liveeventwidget.h qutedummy.h widgetpanel.cpp dotgenerator.cpp liveeventwidget.ui qutegraph.cpp widgetpanel.h dotgenerator.h main.cpp qutegraph.h widgetpreset.cpp eventsheet.cpp Makefile quteknob.cpp widgetpreset.h eventsheet.h MyInfo.plist quteknob.h windows-installer-doubles.nsi findreplace.cpp node.cpp qutemeter.cpp windows-installer.nsi findreplace.h node.h qutemeter.h findreplace.ui opcodes.xml qutescope.cpp framewidget.cpp opentryparser.cpp qutescope.h menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ make /usr/bin/uic-qt4 configdialog.ui -o ui_configdialog.h make: /usr/bin/uic-qt4: Opdracht niet gevonden make: *** [ui_configdialog.h] Fout 127 menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ I get the error 127. Command not found... I have automake and qt4-make installed. What package am i missing? greetings Menno |
Date | 2010-02-22 13:28 |
From | becks |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
On Mon, Feb 22, 2010 at 2:01 PM, menno |
Date | 2010-02-22 13:58 |
From | menno |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
Same difference :) First i did: menno@ubuntustudio:~$ apt-file search uic-qt4 libqt4-dev: /usr/bin/uic-qt4 libqt4-dev: /usr/share/man/man1/uic-qt4.1.gz libqt4-dev-dbg: /usr/lib/debug/usr/bin/uic-qt4 Then i tried menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ make /usr/bin/uic-qt4 configdialog.ui -o ui_configdialog.h make: /usr/bin/uic-qt4: Opdracht niet gevonden make: *** [ui_configdialog.h] Fout 127 Should perhaps qt4-dev-tools be installed? i did not do that yet because a lot of other stuff will get installed as well (150Mb) ... Menno becks-2 wrote: > > On Mon, Feb 22, 2010 at 2:01 PM, menno |
Date | 2010-02-22 14:04 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Qutecsound for Ubuntu |
Hi, becks meant you need: sudo apt-get intall libqt4-dev apt-file search will tell you the name of the package which contains something. Cheers, Andrés On Mon, Feb 22, 2010 at 1:58 PM, menno |
Date | 2010-02-22 14:24 |
From | menno |
Subject | [Csnd] Re: Re: Qutecsound for Ubuntu |
Thanks Becks, Andres installed libqt4-dev and tons of progs that came with it :) then i used make and it made quite well untill the next error: /usr/bin/ld: cannot find -lcsnd collect2: ld returned 1 exit status make: *** [../bin/qutecsound] Fout 1 Using my new knowledge i did apt-file search lcnd but got nothing back. How to proceed? Menno Hi, becks meant you need: sudo apt-get intall libqt4-dev apt-file search will tell you the name of the package which contains something. Cheers, Andrés -- View this message in context: http://old.nabble.com/Qutecsound-for-Ubuntu-tp27686865p27687977.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-22 14:40 |
From | becks |
Subject | [Csnd] Re: Re: Re: Qutecsound for Ubuntu |
On Mon, Feb 22, 2010 at 3:24 PM, menno |
Date | 2010-02-22 14:41 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Re: Re: Qutecsound for Ubuntu |
libcsnd is made as part of the build. In my experience you need to call scons twice for it to work -- never had the time to chaise that ==John > > Thanks Becks, Andres > > installed libqt4-dev and tons of progs that came with it :) > then i used make > and it made quite well > untill the next error: > > /usr/bin/ld: cannot find -lcsnd > collect2: ld returned 1 exit status > make: *** [../bin/qutecsound] Fout 1 > > Using my new knowledge i did > apt-file search lcnd > > but got nothing back. > How to proceed? > > Menno > > > > Hi, > > becks meant you need: > > sudo apt-get intall libqt4-dev > > > apt-file search will tell you the name of the package which contains > something. > > > Cheers, > Andrés > > > -- > View this message in context: > http://old.nabble.com/Qutecsound-for-Ubuntu-tp27686865p27687977.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-22 14:58 |
From | menno |
Subject | [Csnd] Qutecsound for Ubuntu |
menno@ubuntustudio:~$ apt-file search libcsnd libcsnd-dev: /usr/lib/libcsnd.so libcsnd-dev: /usr/share/doc/libcsnd-dev/AUTHORS libcsnd-dev: /usr/share/doc/libcsnd-dev/buildinfo.gz libcsnd-dev: /usr/share/doc/libcsnd-dev/changelog.Debian.gz libcsnd-dev: /usr/share/doc/libcsnd-dev/copyright libcsnd-dev: /usr/share/doc/libcsnd-dev/readme-csound5.txt libcsnd-java: /usr/share/doc/libcsnd-java/AUTHORS libcsnd-java: /usr/share/doc/libcsnd-java/buildinfo.gz libcsnd-java: /usr/share/doc/libcsnd-java/changelog.Debian.gz libcsnd-java: /usr/share/doc/libcsnd-java/copyright libcsnd-java: /usr/share/doc/libcsnd-java/examples/CSDPlayer.java.gz libcsnd-java: /usr/share/doc/libcsnd-java/examples/CSDPlayer.mf libcsnd-java: /usr/share/doc/libcsnd-java/examples/CsoundEditor.java.gz libcsnd-java: /usr/share/doc/libcsnd-java/examples/CsoundEditor.mf libcsnd-java: /usr/share/doc/libcsnd-java/examples/Makefile libcsnd-java: /usr/share/doc/libcsnd-java/readme-csound5.txt libcsnd5.2: /usr/lib/libcsnd.so.5.2 libcsnd5.2: /usr/share/doc/libcsnd5.2/AUTHORS libcsnd5.2: /usr/share/doc/libcsnd5.2/buildinfo.gz libcsnd5.2: /usr/share/doc/libcsnd5.2/changelog.Debian.gz libcsnd5.2: /usr/share/doc/libcsnd5.2/copyright libcsnd5.2: /usr/share/doc/libcsnd5.2/readme-csound5.txt it sure is installed. John do you mean i have to do scons again for the Csound sources? And then install it again? I am getting confused but that is okay :) Menno |
Date | 2010-02-22 17:04 |
From | Forrest Cahoon |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
On Mon, Feb 22, 2010 at 8:58 AM, menno |
Date | 2010-02-22 18:27 |
From | Felipe Sateler |
Subject | [Csnd] Csound bugs in Ubuntu |
On Mon, 2010-02-22 at 11:04 -0600, Forrest Cahoon wrote: > You might try removing libcsnd-java; I issues with that package > (see https://bugs.launchpad.net/ubuntu/+source/csound/+bug/502236) I would like to make a general call to Ubuntu users of csound (via the ubuntu packages) to try to reproduce the bugs in a Debian system, and if they occur there too, forward the bug to the Debian bug tracker. If they don't, mention that in the Ubuntu log. Ubuntu makes very little modifications to the Debian packages, so any bugs found in Ubuntu are likely to be found Debian too. And (packaging) bugs are MUCH more likely to be solved in Debian than in Ubuntu. Basically because I work on the Debian packages, and nobody dedicates himself to the Ubuntu ones. And, since I do not use Ubuntu, I do not follow launchpad bugs either. In short: please try to reproduce problems in a debian system and report your findings to the debian bug tracker if appropriate. That said, I cannot reproduce the libcsnd-java bug on my Debian box. -- Saludos, Felipe Sateler |
Date | 2010-02-22 18:48 |
From | Andres Cabrera |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
Hi, apt-file search will let you know what package in the repository contains that file, not whether you actually have it in your system. You need to check in /usr/lib or /usr/local/lib whether the file is actually there. Cheers, Andrés On Mon, Feb 22, 2010 at 2:58 PM, menno |
Date | 2010-02-22 19:17 |
From | moleculeColony |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
Hello Qutecsound experts, I also have a problem, trying to get version 0.4.6 up and running. (Same problem with version 0.4.3 and 0.4.5, though.) I've reinstalled Csound 5.11 a few days ago, and everything works, also the included Qutecsound, but because of some bugs (and promised improvements) I want to upgrade to 0.4.6. Here the error message. (I have all the above mentioned things installed.) erich@Computer:/usr/src/qutecsound-0.4.6/src$ sudo qmake "CONFIG += build64" Project MESSAGE: Building for doubles (64-bit) csound erich@Computer:/usr/src/qutecsound-0.4.6/src$ sudo make g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DUSE_DOUBLE -DUSE_LIBSNDFILE -DLINUX -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../share/qt4/mkspecs/linux-g++ -I. -I../../../include/qt4/QtCore -I../../../include/qt4/QtGui -I../../../include/qt4/QtXml -I../../../include/qt4 -I/usr/local/include/csound/ -I/usr/include/csound/ -I. -I. -o qutecsound.o qutecsound.cpp In file included from qutecsound.cpp:23: qutecsound.h:42:28: error: csPerfThread.hpp: No such file or directory In file included from qutecsound.cpp:23: qutecsound.h:229: error: ISO C++ forbids declaration of ‘CsoundPerformanceThread’ with no type qutecsound.h:229: error: expected ‘;’ before ‘*’ token qutecsound.cpp: In member function ‘void qutecsound::runCsound(bool)’: qutecsound.cpp:1051: error: ‘perfThread’ was not declared in this scope qutecsound.cpp:1051: error: expected type-specifier before ‘CsoundPerformanceThread’ qutecsound.cpp:1051: error: expected ‘;’ before ‘CsoundPerformanceThread’ qutecsound.cpp: In member function ‘void qutecsound::pause()’: qutecsound.cpp:1156: error: ‘perfThread’ was not declared in this scope qutecsound.cpp: In member function ‘void qutecsound::stopCsound()’: qutecsound.cpp:1192: error: ‘perfThread’ was not declared in this scope qutecsound.cpp:1194: error: type ‘ |
Date | 2010-02-22 19:28 |
From | menno |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
Andres Cabrera wrote: > > > > You need to check in /usr/lib or /usr/local/lib whether the file is > actually there. > > Hi Andres, /usr/local does not have these files nor /usr/local/lib. In /usr/local/lib/csound/plugins64 i found libcsnd.so and in /usr/lib64 i found libcsnd.so.5.2 Are these the files concerned? Menno -- View this message in context: http://old.nabble.com/Qutecsound-for-Ubuntu-tp27686865p27692925.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2010-02-22 19:46 |
From | Andres Cabrera |
Subject | [Csnd] Re: Re: Qutecsound for Ubuntu |
Hi, Yes that's the file. What happens if you copy it to usr/local/lib? Your other error comes from not finding the header csPerfThread.hpp. It is located in the csound sources in the interfaces/ directory. Copy it to /usr/local/include/csound. I'm not sure why the installer didn't do that... Cheers, Andrés On Mon, Feb 22, 2010 at 7:28 PM, menno |
Date | 2010-02-22 20:12 |
From | Dave Phillips |
Subject | [Csnd] Re: Re: Re: Qutecsound for Ubuntu |
Greetings, A few minutes ago I built and installed Csound 5.12 on Ubuntu 9.04 Jaunty (32-bit). I downloaded the CVS sources into my $HOME/src directory and followed these steps: cd $HOME/src/csound5 scons -h scons useDouble=1 install=1 buildInterfaces=1 buildJavaWrapper=1 dynamicCsoundLibrary=1 buildPythonWrapper=1 sudo ./install.py Everything went where it's supposed to go. The installer even notified me that I had a previous installation of Csound present and asked if I'd like to remove it. I said yes, the installer did its thing, I ran a few tests, everything works fine. I also tested the newly-built Java components with AVSynthesis, it's all good. Best, dp Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-22 20:22 |
From | menno |
Subject | [Csnd] Qutecsound for Ubuntu |
the file csPerfThread.hpp was already in its place allright, in /usr/local/include/csound. So no worries there. I copied both libcsnd.so and libcsnd.so.5.2 in usr/local/lib. Going back to qutecsound/src and using make gave no errors anymore :) menno@ubuntustudio:~/downloads/qute/qutecsound-0.4.6/src$ make g++ -Wl,-O1 -o ../bin/qutecsound qutecsound.o main.o dockhelp.o opentryparser.o options.o highlighter.o configdialog.o configlists.o console.o documentpage.o utilitiesdialog.o widgetpanel.o qutewidget.o quteslider.o findreplace.o qutetext.o qutebutton.o qutedummy.o quteknob.o qutecombobox.o qutecheckbox.o quteconsole.o qutemeter.o qutegraph.o framewidget.o curve.o qutespinbox.o qutescope.o node.o graphicwindow.o keyboardshortcuts.o dotgenerator.o inspector.o widgetpreset.o eventsheet.o liveeventframe.o moc_qutecsound.o moc_dockhelp.o moc_highlighter.o moc_configdialog.o moc_console.o moc_documentpage.o moc_utilitiesdialog.o moc_widgetpanel.o moc_qutewidget.o moc_quteslider.o moc_findreplace.o moc_qutetext.o moc_qutebutton.o moc_qutedummy.o moc_quteknob.o moc_qutecombobox.o moc_qutecheckbox.o moc_quteconsole.o moc_qutemeter.o moc_qutegraph.o moc_framewidget.o moc_qutespinbox.o moc_qutescope.o moc_graphicwindow.o moc_keyboardshortcuts.o moc_inspector.o moc_eventsheet.o moc_liveeventframe.o qrc_application.o -L/usr/lib -lsndfile -lcsnd -lcsound64 -lQtXml -lQtGui -lQtCore -lpthread I went to the bin directory and double clicked....and..ooh what joy :)) what a beautiful and clean sinewave rocks my ears and fills the room...WORKS!! And thanks again, although i have to get over the proces again and hope i will learn from it - this was a hard one for me, a bridge too far. But thanks Andrés and others for helping. Menno Andres Cabrera wrote: > > Hi, > > Yes that's the file. What happens if you copy it to usr/local/lib? > > Your other error comes from not finding the header csPerfThread.hpp. > It is located in the csound sources in the interfaces/ directory. Copy > it to /usr/local/include/csound. I'm not sure why the installer didn't > do that... > > Cheers, > Andrés > > > > On Mon, Feb 22, 2010 at 7:28 PM, menno |
Date | 2010-02-22 20:25 |
From | Forrest Cahoon |
Subject | [Csnd] Re: Csound bugs in Ubuntu |
On Mon, Feb 22, 2010 at 12:27 PM, Felipe Sateler |
Date | 2010-02-22 20:50 |
From | Felipe Sateler |
Subject | [Csnd] Re: Re: Csound bugs in Ubuntu |
On Mon, 2010-02-22 at 14:25 -0600, Forrest Cahoon wrote: > On Mon, Feb 22, 2010 at 12:27 PM, Felipe Sateler |
Date | 2010-02-23 21:02 |
From | moleculeColony |
Subject | [Csnd] Re: Re: Re: Qutecsound for Ubuntu |
As everyone now seems to want to compile Csound on their own, I also tried to, and succeeded well, though with a few parts producing an error, namely Loris and mp3. Ubuntu 9.10 (Karmic), 64 bit. (Btw, I tried to set Lib64=1 but my libsndfile wasn't the right version, and I couldn't find another one, so I compiled with Lib64=0. Is this a problem on a 64 bit machine, or does it make any difference? And which?) The error about loris looks like this: g++ -o Opcodes/Loris/lorisgens5.os -c -fexceptions -fno-strict-aliasing -fno-strict-aliasing -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES -fvisibility=hidden -fno-strict-aliasing -DHAVE_FFTW3_H -DDEBUG_LORISGENS -Wno-comment -Wno-unknown-pragmas -Wno-sign-compare -fno-strict-aliasing -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/X11R6/include -IOpcodes/Loris -IOpcodes/Loris/src -I. Opcodes/Loris/lorisgens5.C Opcodes/Loris/lorisgens5.C: In function ‘void accum_samples(CSOUND*, Loris::Oscillator&, Loris::Breakpoint&, double*)’: Opcodes/Loris/lorisgens5.C:259: error: ‘class Loris::Oscillator’ has no member named ‘resetPhase’ scons: *** [Opcodes/Loris/lorisgens5.os] Error 1 scons: building terminated because of errors. And mp3 gives this error: gcc -o libcsound64.so.5.2 -Wl,-Bdynamic -shared -Wl,-soname=libcsound64.so.5.2 Engine/auxfd.os Engine/cfgvar.os Engine/entry1.os Engine/envvar.os Engine/express.os Engine/extract.os Engine/fgens.os Engine/insert.os Engine/linevent.os Engine/memalloc.os Engine/memfiles.os Engine/musmon.os Engine/namedins.os Engine/otran.os Engine/rdorch.os Engine/rdscor.os Engine/scsort.os Engine/scxtract.os Engine/sort.os Engine/sread.os Engine/swrite.os Engine/twarp.os InOut/libsnd.os InOut/libsnd_u.os InOut/midifile.os InOut/midirecv.os InOut/midisend.os InOut/winascii.os InOut/windin.os InOut/window.os InOut/winEPS.os OOps/aops.os OOps/bus.os OOps/cmath.os OOps/diskin.os OOps/diskin2.os OOps/disprep.os OOps/dumpf.os OOps/fftlib.os OOps/goto_ops.os OOps/midiinterop.os OOps/midiops.os OOps/midiout.os OOps/mxfft.os OOps/oscils.os OOps/pstream.os OOps/pvfileio.os OOps/pvsanal.os OOps/random.os OOps/remote.os OOps/schedule.os OOps/sndinfUG.os OOps/str_ops.os OOps/ugens1.os OOps/ugens2.os OOps/ugens3.os OOps/ugens4.os OOps/ugens5.os OOps/ugens6.os OOps/ugrw1.os OOps/ugrw2.os OOps/vdelay.os Top/argdecode.os Top/cscore_internal.os Top/cscorfns.os Top/csmodule.os Top/csound.os Top/getstring.os Top/main.os Top/new_opts.os Top/one_file.os Top/opcode.os Top/threads.os Top/utility.os -L. -L. -L/usr/local/lib -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm -lportaudio -lfltk -lasound -llo -lsndfile -ldl -lm -lpthread -lmpadec /usr/bin/ld: cannot find -lmpadec collect2: ld returned 1 exit status scons: *** [libcsound64.so.5.2] Error 1 scons: building terminated because of errors. When I deactivated these everything worked fine, also Qutecsound compiled without problems. Thanks! -- View this message in context: http://old.nabble.com/Qutecsound-for-Ubuntu-tp27686865p27710446.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2010-02-23 21:20 |
From | Felipe Sateler |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
On Tue, 2010-02-23 at 13:02 -0800, moleculeColony wrote: > As everyone now seems to want to compile Csound on their own, I also tried > to, and succeeded well, though with a few parts producing an error, namely > Loris and mp3. > > Ubuntu 9.10 (Karmic), 64 bit. (Btw, I tried to set Lib64=1 but my libsndfile > wasn't the right version, and I couldn't find another one, so I compiled > with Lib64=0. Is this a problem on a 64 bit machine, or does it make any > difference? And which?) Lib64, at least last time I looked into it, has to be disabled for debian based systems (this includes Ubuntu and 64 Studio). Debian does the (IMO) right thing and installs native libraries into /usr/lib instead of /usr/lib64 on 64bit archs. > > And mp3 gives this error: > > gcc -o libcsound64.so.5.2 -Wl,-Bdynamic -shared > -Wl,-soname=libcsound64.so.5.2 Engine/auxfd.os Engine/cfgvar.os > Engine/entry1.os Engine/envvar.os Engine/express.os Engine/extract.os > Engine/fgens.os Engine/insert.os Engine/linevent.os Engine/memalloc.os > Engine/memfiles.os Engine/musmon.os Engine/namedins.os Engine/otran.os > Engine/rdorch.os Engine/rdscor.os Engine/scsort.os Engine/scxtract.os > Engine/sort.os Engine/sread.os Engine/swrite.os Engine/twarp.os > InOut/libsnd.os InOut/libsnd_u.os InOut/midifile.os InOut/midirecv.os > InOut/midisend.os InOut/winascii.os InOut/windin.os InOut/window.os > InOut/winEPS.os OOps/aops.os OOps/bus.os OOps/cmath.os OOps/diskin.os > OOps/diskin2.os OOps/disprep.os OOps/dumpf.os OOps/fftlib.os > OOps/goto_ops.os OOps/midiinterop.os OOps/midiops.os OOps/midiout.os > OOps/mxfft.os OOps/oscils.os OOps/pstream.os OOps/pvfileio.os > OOps/pvsanal.os OOps/random.os OOps/remote.os OOps/schedule.os > OOps/sndinfUG.os OOps/str_ops.os OOps/ugens1.os OOps/ugens2.os > OOps/ugens3.os OOps/ugens4.os OOps/ugens5.os OOps/ugens6.os OOps/ugrw1.os > OOps/ugrw2.os OOps/vdelay.os Top/argdecode.os Top/cscore_internal.os > Top/cscorfns.os Top/csmodule.os Top/csound.os Top/getstring.os Top/main.os > Top/new_opts.os Top/one_file.os Top/opcode.os Top/threads.os Top/utility.os > -L. -L. -L/usr/local/lib -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread > -lpthread -lm -lportaudio -lfltk -lasound -llo -lsndfile -ldl -lm -lpthread > -lmpadec > /usr/bin/ld: cannot find -lmpadec > collect2: ld returned 1 exit status > scons: *** [libcsound64.so.5.2] Error 1 > scons: building terminated because of errors. You do not have mpadec installed. That library is not available in the Debian repositories, I do not know if it exists in the Ubuntu ones. -- Saludos, Felipe Sateler |
Date | 2010-02-23 21:43 |
From | moleculeColony |
Subject | [Csnd] Re: Qutecsound for Ubuntu |
Hola, gracias. It's also not there on Ubuntu. I found a Debian package on http://www.rarewares.org/debian/packages/unstable/ but it's only for 32 bit, so probably there's no chance for me at the moment. No problem, I don't really need it, and can convert mp3's externally, anyhow. (Either beforehand or via the system call.) Cuidate. Felipe Sateler wrote: > > > > You do not have mpadec installed. That library is not available in the > Debian repositories, I do not know if it exists in the Ubuntu ones. > > -- > Saludos, > Felipe Sateler > > > |