Csound Csound-dev Csound-tekno Search About

[Cs-dev] R: Re: Re_Difficulties in installing C

Date2006-10-06 17:31
From"nikydvt@tin.it"
Subject[Cs-dev] R: Re: Re_Difficulties in installing C
Y executed your suggestions and everything seem has gone OK regar 
installing of binary, opcodes, headers, but it seems to me some problem 
has have been with libraries; in fact during the installation viewing 
the progress in xterm this appears: 
"sudo 
/home/niky/Csound_d64/installer
ln: accedo a 
`/usr/local/lib64/libasound.so': Non è una directory
ln: accedo a 
`/usr/local/lib64/libfluidsynth.so': Non è una directory
ln: accedo a 
`/usr/local/lib64/libjack.so': Non è una directory
cp: impossibile fare 
stat di `./lib/liblo.so.0': Nessun file o directory
ln: accedo a 
`/usr/local/lib64/liblo.so': Non è una directory
cp: impossibile fare 
stat di `./lib/libportaudio.so': Nessun file o directory
ln: accedo a 
`/usr/local/lib64/libsndfile.so': Non è una directory
" 
and if Y 
launch Csound from xterm this appears:
"Localisation of messages is 
disabled, using default language.
time resolution is 1000.000 ns
WARNING: lib_csnd.so: cannot open shared object file: No such file or 
directory
WARNING: could not open library 
'/usr/local/csound64_64/lib_scoregen.so' (-1)
PortMIDI real time MIDI 
plugin for Csound
ALSA real-time audio and MIDI module for Csound by 
Istvan Varga
WARNING: libjack.so.0: cannot open shared object file: No 
such file or directoryWARNING: could not open library 
'/usr/local/csound64_64/librtjack.so' (-1)
WARNING: libportaudio.so: 
cannot open shared object file: No such file or directory
WARNING: 
could not open library '/usr/local/csound64_64/librtpa.so' (-1)
0dBFS 
level = 32768.0
Csound version 5.03.0 beta (double samples) Jul 31 2006
libsndfile-1.0.12
Usage:  csound [-flags] orchfile scorefile
Legal 
flags are:
--help  print long usage options
-U unam run utility program 
unam
-C      use Cscore processing of scorefile
-I      I-time only 
orch run
-n      no sound onto disk
-i fnam sound input filename
-o 
fnam sound output filename
-b N    sample frames (or -kprds) per 
software sound I/O buffer
-B N    samples per hardware sound I/O buffer
-A      create an AIFF format output soundfile
-W      create a WAV 
format output soundfile
-J      create an IRCAM format output soundfile
-h      no header on output soundfile
-c      8-bit signed_char sound 
samples
-8      8-bit unsigned_char sound samples
-u      ulaw sound 
samples
-s      short_int sound samples
-l      long_int sound samples
-
f      float sound samples
-3      24bit sound samples
-r N    
orchestra srate override
-k N    orchestra krate override
-K      Do 
not generate PEAK chunks
-v      verbose orch translation
-m N    tty 
message level. Sum of:
                1=note amps, 2=out-of-range msg, 
4=warnings
                0/32/64/96=note amp format (raw,dB,colors)
                128=print benchmark information
-d      suppress all 
displays
-g      suppress graphics, use ascii displays
-G      suppress 
graphics, use Postscript displays
-x fnam extract from score.srt using 
extract file 'fnam'
-t N    use uninterpreted beats of the score, 
initially at tempo N
-t 0    use score.srt for sorted score rather than 
a temporary
-L dnam read Line-oriented realtime score events from 
device 'dnam'
-M dnam read MIDI realtime events from device 'dnam'
-F 
fnam read MIDIfile event stream from file 'fnam'
-R      continually 
rewrite header while writing soundfile (WAV/AIFF)
-H#     print 
heartbeat style 1, 2 or 3 at each soundfile write
-N      notify (ring 
the bell) when score or miditrack is done
-T      terminate the 
performance when miditrack is done
-D      defer GEN01 soundfile loads 
until performance time
-Q dnam select MIDI output device
-z      List 
opcodes in this version
-Z      Dither output
--sched     set real-time 
priority and lock memory
            (requires -d and real time audio (-
iadc/-odac))
--sched=N   set specified scheduling priority, and lock 
memory
            (requires -d and real time audio (-iadc/-odac))
flag 
defaults: csound -s -otest -b256 -B1024 -m135
Csound Command ERROR:   
insufficient arguments
". Wha Y have to make ?
Thanks nicola

----
Messaggio originale----
Da: jpff@codemist.co.uk
Data: 6-ott-2006 10.40
A: "nikydvt@tin.it", "Developer discussions"
Cc: 
Ogg: Re: [Cs-dev] Re_Difficulties in installing C

There is no absolute 
place to install, but if you select the box
"Install in System Files" 
it will preselect the locations
/usr/local/bin, /usr/local/csound, 
/usr/local/doc/csound etc.  The
minimal installation is preselected to 
include binaries and libraries.

>From a previous message I suspect 
that you are running the installer
from the wrong directory.  The thing 
requires a file def.ins which it
finds in the current directory.

So

1: start an xterm
2: cd to the directory into which you unpacked the
Csound5.03-x86_64d.tar.gz file (should be in a linux_d64 subdirectory
I 
think)
3: run sudo installer
4: select "Install in System Files"
5: 
click "Install" button

This should give you binaries in 
/usr/local/bin/csound and similar

==John ffitch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.
net's Techsay panel and you'll get the chance to share your
opinions on 
IT & business topics through brief surveys -- and earn cash
http://www.
techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing 
list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.
net/lists/listinfo/csound-devel




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cs

Date2006-10-10 08:12
Fromjpff
SubjectRe: [Cs-dev] R: Re: Re_Difficulties in installing C
It looks as if the 64bit Linux is different in Suse and Ubuntu.  On
SuSE there are lib directories for 32 bit applications and lib64 for
64bit applications.
  I think the easiest fix is to select the system button and then
change the lib64 to lib in the libraries.

==John ffitch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net