Csound Csound-dev Csound-tekno Search About

[Cs-dev] error: 'SF_BROADCAST_INFO' undeclared

Date2006-05-31 15:39
FromSimon Schampijer
Subject[Cs-dev] error: 'SF_BROADCAST_INFO' undeclared
Hi,
from the latest csound cvs I get the following error. Any hints on that.
Thanks
    Simon

gcc -o util/sndinfo.os -c -Wall -O3 -fno-inline-functions 
-fomit-frame-pointer -ffast-math -DLINUX -DPIPES -fPIC -DHAVE_FCNTL_H 
-DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H 
-DHAVE_TERMIOS_H -DHAVE_DIRENT_H -I. -IH -I/usr/local/include 
-I/usr/include -I/usr/X11R6/include util/sndinfo.c
util/sndinfo.c: In function 'sndinfo':
util/sndinfo.c:135: error: 'SF_BROADCAST_INFO' undeclared (first use in 
this function)
util/sndinfo.c:135: error: (Each undeclared identifier is reported only once
util/sndinfo.c:135: error: for each function it appears in.)
util/sndinfo.c:135: error: syntax error before 'bext'
util/sndinfo.c:136: error: 'SFC_GET_BROADCAST_INFO' undeclared (first 
use in this function)
util/sndinfo.c:136: error: 'bext' undeclared (first use in this function)
scons: *** [util/sndinfo.os] Error 1
scons: building terminated because of errors.


_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-01 04:26
FromErik de Castro Lopo
SubjectRe: [Cs-dev] error: 'SF_BROADCAST_INFO' undeclared
Simon Schampijer wrote:

> Hi,
> from the latest csound cvs I get the following error. Any hints on that.

I think John ffitch has changed the Csound utility sndinfo to depend
on functionality that was added to libsndfile in the 1.0.16 release.

The best way to fix this would be to update SCONS to only accept
1.0.16 or later.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
Seen on comp.lang.python:
Q : If someone has the code in python for a buffer overflow,
    please post it.
A : Python does not support buffer overflows, sorry.


_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-01 08:06
FromSimon Schampijer
SubjectRe: [Cs-dev] error: 'SF_BROADCAST_INFO' undeclared
Great, Updated to libsndfile 1.0.16 and its fine now,
Thanks
    Simon

Erik de Castro Lopo wrote:
> Simon Schampijer wrote:
>
>   
>> Hi,
>> from the latest csound cvs I get the following error. Any hints on that.
>>     
>
> I think John ffitch has changed the Csound utility sndinfo to depend
> on functionality that was added to libsndfile in the 1.0.16 release.
>
> The best way to fix this would be to update SCONS to only accept
> 1.0.16 or later.
>
> Erik
>   



_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-06-01 09:31
FromIstvan Varga
SubjectRe: [Cs-dev] error: 'SF_BROADCAST_INFO' undeclared
AttachmentsNone