csound5 on fresh debian box
Date | 2006-03-08 19:53 |
From | Atte André Jensen |
Subject | csound5 on fresh debian box |
Hi I installed debian/stable on a blank partition. Now I'd like to install csound5 on top of that. 1) I tried building from cvs. But since stabillity is paramount for me I wonder if it would be better to stick with a released version? Is there a way to get the latest release (5.1?) from cvs? Anyways, I must be missing alot of stuff (but what?, I'd like to run in realtime with midi control over alsa) since: [atte@aarhus csound5]$ cvs -z9 -d :pserver:anonymous@cvs.sf.net:/cvsroot/csound checkout -P csound5 [atte@aarhus csound5]$ scons usePortAudio=0 noDebug=1 buildCsoundVST=0 gcc3opt=p entium4 scons: Reading SConscript files ... |
Date | 2006-03-08 20:16 |
From | jpff |
Subject | Re: csound5 on fresh debian box |
On Wed, 8 Mar 2006, Atte André Jensen wrote: > Hi > > I installed debian/stable on a blank partition. Now I'd like to install > csound5 on top of that. > > 1) I tried building from cvs. But since stabillity is paramount for me I > wonder if it would be better to stick with a released version? Is there a way > to get the latest release (5.1?) from cvs? Anyways, I must be missing alot of > stuff (but what?, I'd like to run in realtime with midi control over alsa) > since: > sh: line 1: fltk-config: command not found FTTK installation incomplete .... > gcc -Wall -O3 -march=pentium4 -fomit-frame-pointer -ffast-math -DLINUX -DPIPES > - > DBETA -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H > -DHAVE_SY > S_TYPES_H -DHAVE_TERMIOS_H -DHAVE_DIRENT_H -D__BUILDING_LIBCSOUND -I. -IH > -I/usr > /local/include -I/usr/include -I/usr/X11R6/include -c -o Top/argdecode.o > Top/arg > decode.c > Top/argdecode.c:302: error: `SF_FORMAT_SD2' undeclared here (not in a > function) > Top/argdecode.c:302: error: initializer element is not constant > Top/argdecode.c:302: error: (near initialization for `file_type_map[18].type') > Top/argdecode.c:302: error: initializer element is not constant > Top/argdecode.c:302: error: (near initialization for `file_type_map[18]') > Top/argdecode.c:306: error: initializer element is not constant > Top/argdecode.c:306: error: (near initialization for `file_type_map[19]') > scons: *** [Top/argdecode.o] Error 1 > scons: building terminated because of errors. > Too old a version of libsndfile 1.0.14 is latest > 2) I also tried installing the 5.0 binary release. I figured I needed to do > this as root, but as myself I get: > [atte@aarhus csound5]$ csound > /usr/local/bin/csound: /usr/local/bin/csound: Permission denied > and as root: > [root@aarhus root]# csound > /usr/local/bin/csound: line 3: csound/csound: No such file or directory > Which binary release? .rpm or tgz? ==John |
Date | 2006-03-09 08:28 |
From | Atte André Jensen |
Subject | Re: csound5 on fresh debian box |
jpff wrote: > FTTK installation incomplete |
Date | 2006-03-09 09:53 |
From | Istvan Varga |
Subject | Re: csound5 on fresh debian box |
Attachments | None |
Date | 2006-03-09 10:54 |
From | Atte André Jensen |
Subject | Re: csound5 on fresh debian box |
Istvan Varga wrote: > Actually, the required version of libsndfile is 1.0.11 or later, while > 1.0.13 or newer is recommended to have support for loop points. Ok. >> Is there a way to get >>the latest release from cvs? > Yes, type this command: > cvs -z9 -d :pserver:anonymous@cvs.sf.net:/cvsroot/csound checkout -r csound-5_00_0 -P csound5 > > Obviously, when new versions will be available, you can replace the > csound-5_00_0 with whatever version you want to download. Thanks, thats great! Some of my csd's work fine with 5.0, others seems to have some trouble... Csound hangs on opening one of my wavefiles: opening WAV infile /home/atte/music/soundfonts/one_night_stand.wav Hmm. Don't have time to investigate right, now, maybe over the weekend... > Note that even if you use the 5.00.0 tagged sources, it is recommended > that you get install.py from the latest CVS. This script not only fixes > errors in install.sh and scons install, but also allows clean > uninstallation. Hmm, I'll see if I can remember that... > I think you should have tried the RPM first. I never tried installing rpms on a debian system... > Not only does it include more > features (despite the smaller size, which is the result of all binaries in > the .tar.gz being statically linked against the Csound library), but if it > does not work well, you can easily and cleanly uninstall it. I see, sounds better... -- peace, love & harmony Atte http://www.atte.dk |
Date | 2006-03-09 11:16 |
From | Istvan Varga |
Subject | Re: csound5 on fresh debian box |
Attachments | None |
Date | 2006-03-09 11:41 |
From | Atte André Jensen |
Subject | Re: csound5 on fresh debian box |
Istvan Varga wrote: > Is this error specific to that WAV file ? Could you post the orc/sco/csd > file, and possibly the WAV (privately) too if it is not too large ? The csd is huuuge, the wav is small. Will dig in during the weekend, and send you a small example that *doesn't* work... > If there is a bug, it may be worth fixing before the new 5.01 release. Sure! -- peace, love & harmony Atte http://www.atte.dk |
Date | 2006-03-09 13:49 |
From | Istvan Varga |
Subject | Re: csound5 on fresh debian box |
Attachments | None |
Date | 2006-03-10 23:24 |
From | Atte André Jensen |
Subject | Re: csound5 on fresh debian box |
Istvan Varga wrote: > If there is something that crashes in the latest CVS, but does not with > older versions, that should probably fixed before the 5.01 release. So, > do you have more details about this crash ? I must shamefully say that there wasn't a crash. I was mixing things up, assuming things from the messages and messing the debugging up. Sorry 'bout that... -- peace, love & harmony Atte http://www.atte.dk |