Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3933] RE: Csound5 compiling error w. RH 9

Date2004-01-16 21:03
From"gogins@pipeline.com"
Subject[CSOUND-DEV:3933] RE: Csound5 compiling error w. RH 9
Attachmentsrtpa.c  
The PortAudio build of csound5 in CVS is not complete. I am working on it,
but have committed nothing yet. 

The rtpa.c in csound5 CVS uses PortAudio version 18's PABLIO facility. 

I have attached a new rtpa.c file that compiles with PortAudio version 19,
but I have not tested it. If you get this working, please send me back the
file and also commit it to csound5 CVS (or advise me to, and I will).

I am planning to reorganize directories, use automake instead of
makefile.in's, get all plugin opcodes working, add libsndfile and PortMidi,
and contribute a version of CsoundVST that does not depend on the VST SDK.
I do not know how long this will take; I have an hour or so most days and
more on weekends.

Since you had Java Silence in your book on Linux music software, you may be
interested to know that CsoundVST does the same things only in Python and
C++, and will build on Linux when I have finished my contributions to
csound5. CsoundVST is currently working just fine on Windows.

Original Message:
-----------------
From: Dave Phillips dlphilp@bright.net
Date: Fri, 16 Jan 2004 13:43:16 -0500
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:3931] Csound5 compiling error w. RH 9


Greetings:

    Compiling yesterday's (Jan 15) CVS of Csound5 I get this error at 
the linking stage :

main.o(.text+0x494): In function `csoundCompile':
Top/main.c:411: the use of `tmpnam' is dangerous, better use `mkstemp'
pablio.o(.text+0x3e): In function `OpenAudioStream':
InOut/pablio.c:213: undefined reference to `Pa_GetSampleSize'
pablio.o(.text+0x63):InOut/pablio.c:223: undefined reference to 
`Pa_Initialize'
pablio.o(.text+0x9f):InOut/pablio.c:229: undefined reference to 
`Pa_GetMinNumBuffers'
pablio.o(.text+0x15f):InOut/pablio.c:253: undefined reference to 
`Pa_OpenStream'
pablio.o(.text+0x177):InOut/pablio.c:271: undefined reference to 
`Pa_StartStream'
pablio.o(.text+0x199):InOut/pablio.c:275: undefined reference to 
`Pa_GetDefaultInputDeviceID'
pablio.o(.text+0x1a5):InOut/pablio.c:275: undefined reference to 
`Pa_GetDefaultOutputDeviceID'
pablio.o(.text+0x23e): In function `CloseAudioStream':
InOut/pablio.c:301: undefined reference to `Pa_StopStream'
pablio.o(.text+0x2a7):InOut/pablio.c:303: undefined reference to 
`Pa_CloseStream'
pablio.o(.text+0x2b5):InOut/pablio.c:305: undefined reference to 
`Pa_Terminate'
pablio.o(.text+0x2c6):InOut/pablio.c:296: undefined reference to `Pa_Sleep'
pablio.o(.text+0x32a): In function `WriteAudioStream':
InOut/pablio.c:131: undefined reference to `Pa_Sleep'
pablio.o(.text+0x37a): In function `ReadAudioStream':
InOut/pablio.c:150: undefined reference to `Pa_Sleep'
collect2: ld returned 1 exit status
make: *** [csound] Error 1

    I'm missing something ? System here is Planet CCRMA Red Hat 9, GCC 
3.2.2.

Best regards,

Dave Phillips


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .


Date2004-01-17 21:23
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3941] csound module: cvs up -d
I added a new directory to the csound module.  Please immediately
update with the -d option.

The new directory contains documentation on how to use the
config-csound program, as promised earlier.

John