Csound Csound-dev Csound-tekno Search About

[Cs-dev] customXHTMLchunk.xsl is missing

Date2008-02-18 21:02
FromMichael Gogins
Subject[Cs-dev] customXHTMLchunk.xsl is missing
As part of working on build systems I reinstalled MinGW/MSys. I then updated the Csound manual from CVS and received this error message:

Michael@TOSHIBA /d/utah/home/mkg/projects/manual
$ make
make: *** No rule to make target `docbook-xsl-1.73.2/customXHTMLchunk.xsl', needed by `html'.  Stop.

I searched for this file on Google web, Google groups, and in the Docbook website and downloads. Not there. Only mentioned in the Csound group. I am now assuming that this is a piece of xsl that was created by a manual maintainer but not booked into Csound CVS.

Is that so?

If so, we need to remove it from the makefile, or add it to CVS. 

There won't be a Windows installer until I can resolve this issue.

Regards,
Mike




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-18 21:31
From"Steven Yi"
SubjectRe: [Cs-dev] customXHTMLchunk.xsl is missing
AttachmentsNone  

Date2008-02-19 00:22
FromAndres Cabrera
SubjectRe: [Cs-dev] customXHTMLchunk.xsl is missing
Hi Michael,

The file is there, but it moved some time ago. You may need to check out
with -d.

Cheers,
Andrés

El lun, 18-02-2008 a las 16:02 -0500, Michael Gogins escribió:
> As part of working on build systems I reinstalled MinGW/MSys. I then updated the Csound manual from CVS and received this error message:
> 
> Michael@TOSHIBA /d/utah/home/mkg/projects/manual
> $ make
> make: *** No rule to make target `docbook-xsl-1.73.2/customXHTMLchunk.xsl', needed by `html'.  Stop.
> 
> I searched for this file on Google web, Google groups, and in the Docbook website and downloads. Not there. Only mentioned in the Csound group. I am now assuming that this is a piece of xsl that was created by a manual maintainer but not booked into Csound CVS.
> 
> Is that so?
> 
> If so, we need to remove it from the makefile, or add it to CVS. 
> 
> There won't be a Windows installer until I can resolve this issue.
> 
> Regards,
> Mike
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.so

Date2008-02-19 05:33
FromGreg Thompson
Subject[Cs-dev] Installing Csound For Fedora (Linux)
AttachmentspastedGraphic.png  None  None  
So Im running Fedora 7 -

I had csound 5.03.0-13.fc7.i386 installed.  The python module was crashing on the second call to performCSD when I ran the following:
import csnd

str = """
<CsoundSynthesizer>
    <CsOptions>
        -odac -d -B4096 -b1024 -+rtaudio=alsa
    </CsOptions>    
    <CsInstruments>
        nchnls = 2        
        instr 1
            a1      oscili 30000, 220, 1            
            outs    a1, a1
        endin
    </CsInstruments>
    <CsScore>
        f1 0 8192 10 1
        i1 0 3
    </CsScore>
</CsoundSynthesizer>
"""

def peformCSD(str):
    f = file("test.csd", 'w')
    f.write(str)
    f.close()

    cs = csnd.Csound()
    cs.Compile("test.csd")
    cs.Perform()

peformCSD(str)
peformCSD(str)



I downloaded what I thought would be the best upgrade (I assume this is version 5.07) : Csound5.07-i386f.tar

I extracted the files and ran the installer.  I specified /usr/local/bin and /usr/local/lib for the destinations, etc




I got the following output after it successfully installed

cp: cannot stat `./lib/libcsound.a': No such file or directory
cp: cannot stat `./lib/libasound.so.2': No such file or directory
cp: cannot stat `./lib/libfluidsynth.so.1': No such file or directory
cp: cannot stat `./lib/libjack.so.0': No such file or directory
cp: cannot stat `./lib/liblo.so.0': No such file or directory
cp: cannot stat `./lib/libportaudio.so': No such file or directory
cp: cannot stat `./lib/libsndfile.so.1': No such file or directory




Then I went to run csound.  This is what I got.  Notice: Csound version 5.03.1 beta (float samples) Apr  4 2007

[root@localhost bin]# pwd
/usr/local/bin

[root@localhost bin]# cat csound
#!/bin/sh
export OPCODEDIR="/usr/local/lib/csound/plugins"
exec "/usr/local/bin/bin/csound" "$@"

[root@localhost bin]# ./csound
Localisation of messages is disabled, using default language.
time resolution is 0.572 ns
WARNING: not loading 'libpan2.so' (incompatible with this version of Csound)
WARNING: not loading 'libphisem.so' (incompatible with this version of Csound)
WARNING: not loading 'libpartikkel.so' (incompatible with this version of Csound)
WARNING: not loading 'libcompress.so' (incompatible with this version of Csound)
WARNING: not loading 'libstackops.so' (incompatible with this version of Csound)
WARNING: not loading 'librtjack.so' (incompatible with this version of Csound)
WARNING: '/usr/local/lib/csound/plugins/libcsound64.so' is not a Csound plugin library
WARNING: not loading 'libminmax.so' (incompatible with this version of Csound)
WARNING: not loading 'libpvs_ops.so' (incompatible with this version of Csound)
WARNING: not loading 'libvbap.so' (incompatible with this version of Csound)
WARNING: not loading 'libdate.so' (incompatible with this version of Csound)
WARNING: not loading 'libsystem_call.so' (incompatible with this version of Csound)
WARNING: not loading 'libbarmodel.so' (incompatible with this version of Csound)
WARNING: not loading 'libpvoc.so' (incompatible with this version of Csound)
WARNING: not loading 'libhrtferX.so' (incompatible with this version of Csound)
WARNING: not loading 'libwidgets.so' (incompatible with this version of Csound)
WARNING: not loading 'libphysmod.so' (incompatible with this version of Csound)
WARNING: not loading 'libcontrol.so' (incompatible with this version of Csound)
WARNING: not loading 'libmutexops.so' (incompatible with this version of Csound)
WARNING: not loading 'libpitch.so' (incompatible with this version of Csound)
WARNING: not loading 'libstdopcod.so' (incompatible with this version of Csound)
WARNING: not loading 'libloscilx.so' (incompatible with this version of Csound)
WARNING: could not open library '/usr/local/lib/csound/plugins/libosc.so' (liblo.so.0: cannot
open shared object file: No such file or directory)
WARNING: not loading 'libstdutil.so' (incompatible with this version of Csound)
WARNING: not loading 'libudpsend.so' (incompatible with this version of Csound)
WARNING: could not open library '/usr/local/lib/csound/plugins/libcsnd.so'
(/usr/local/lib/csound/plugins/libcsnd.so: undefined symbol: csoundGetFirstMessage)
WARNING: not loading 'libgabnew.so' (incompatible with this version of Csound)
WARNING: not loading 'libugakbari.so' (incompatible with this version of Csound)
WARNING: not loading 'libptrack.so' (incompatible with this version of Csound)
WARNING: not loading 'libpvsbuffer.so' (incompatible with this version of Csound)
WARNING: not loading 'libvaops.so' (incompatible with this version of Csound)
WARNING: not loading 'libharmon.so' (incompatible with this version of Csound)
WARNING: not loading 'librtalsa.so' (incompatible with this version of Csound)
WARNING: not loading 'libmodal4.so' (incompatible with this version of Csound)
WARNING: not loading 'libscansyn.so' (incompatible with this version of Csound)
WARNING: not loading 'libgrain4.so' (incompatible with this version of Csound)
WARNING: could not open library '/usr/local/lib/csound/plugins/libloris.so' (libfftw3.so.3:
cannot open shared object file: No such file or directory)
WARNING: not loading 'libscoreline.so' (incompatible with this version of Csound)
WARNING: could not open library '/usr/local/lib/csound/plugins/librtpa.so' (libportaudio.so.2:
cannot open shared object file: No such file or directory)
WARNING: not loading 'libudprecv.so' (incompatible with this version of Csound)
WARNING: not loading 'libbabo.so' (incompatible with this version of Csound)
WARNING: not loading 'libpy.so' (incompatible with this version of Csound)
WARNING: not loading 'libdssi4cs.so' (incompatible with this version of Csound)
WARNING: could not open library '/usr/local/lib/csound/plugins/libpmidi.so'
(/usr/local/lib/csound/plugins/libpmidi.so: cannot restore segment prot after reloc: Permission
denied)
WARNING: not loading 'libvirtual.so' (incompatible with this version of Csound)
WARNING: not loading 'libeqfil.so' (incompatible with this version of Csound)
WARNING: not loading 'libftest.so' (incompatible with this version of Csound)
WARNING: not loading 'libfluidOpcodes.so' (incompatible with this version of Csound)
0dBFS level = 32768.0
Csound version 5.03.1 beta (float samples) Apr  4 2007
libsndfile-1.0.17
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


Even if I run bin/csound it still shows version 5.03.1



Any help here would be appreciated.  Even if I get this to work, should it automatically install the python module in the correct version of python?  (Im now running python 2.5)  or do I need to manually update the site package myself?


greg