Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5378] bus breaks

Date2004-10-02 18:39
From"Michael Gogins"
Subject[CSOUND-DEV:5378] bus breaks
In csound5 with mingw I get these build errors with all fresh sources:

gcc -DCSOUND_WITH_API -g -O2 -Wall -D_WIN32 -DWIN32 -DHAVE_STRING_H -DPIPES 
-DOS_IS_WIN32 -mthreads -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_MA
LLOC_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_STRING_H -DHAVE_STRINGS_H
 -DHAVE_DIRENT_H -DHAVE_ITOA -DRTAUDIO -DWINDOWS -DUSE_FLTK -DBETA -DUSE_DOU
BLE -I. -IH -IC:\apcc\tools\msys\1.0\local\include -IC:\tools\libsndfile-1.0
.10\src -IC:\apcc\tools\Python23\include -IC:\apcc\tools\mingw\include -IC:\
tools\boost -IC:\tools\fluidsynth\include -I\usr\local\include -I\usr\includ
e -c -o Opcodes\bus.o Opcodes\bus.c
Opcodes/bus.c: In function `chanokdo':
Opcodes/bus.c:57: error: `nchanok' undeclared (first use in this function)
Opcodes/bus.c:57: error: (Each undeclared identifier is reported only once
Opcodes/bus.c:57: error: for each function it appears in.)
Opcodes/bus.c:58: error: `chanok' undeclared (first use in this function)
Opcodes/bus.c: In function `chanoado':
Opcodes/bus.c:71: error: `nchanoa' undeclared (first use in this function)
Opcodes/bus.c:72: error: `chanoa' undeclared (first use in this function)
Opcodes/bus.c:76: error: `chanok' undeclared (first use in this function)
Opcodes/bus.c: In function `chanikdo':
Opcodes/bus.c:96: error: `nchanik' undeclared (first use in this function)
Opcodes/bus.c:97: error: `chanik' undeclared (first use in this function)
Opcodes/bus.c:100: error: `chanok' undeclared (first use in this function)
Opcodes/bus.c: In function `chaniado':
Opcodes/bus.c:110: error: `nchania' undeclared (first use in this function)
Opcodes/bus.c:111: error: `chania' undeclared (first use in this function)
Opcodes/bus.c:115: error: `chanoa' undeclared (first use in this function)
scons: building terminated because of errors.

Date2004-10-02 19:02
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:5379] Re: bus breaks
Mea culpa

Now fixed on CVS

==John ffitch