[PlanetCCRMA] csound for redhat 9 again: building from source

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Feb 2 09:43:02 2004


> with the unofficial-release I get: (the official one also yields
> errors):
> 
> after ./configure, make depend and now make install:
> 
> gcc -fPIC -O2   -funroll-loops -I./new-src -I./new-src/maldonado -I.
> -I/usr/X11R6/include -I/usr/local/include -DWINDOWS  -DHAVE_CONFIG_H
> -DRTAUDIO -DLINUX  -DTCLTK -DSFIRCAM -DSYS5 -DPIPES -DMACROS -DGAB_RT
> -DMYFLT=float -DDBDIR=\"/usr/local/lib/csound/4.09.0.0b\"     -c -o
> babo.o babo.c
> babo.c: In function `BaboMatrix_calculate_delays':
> babo.c:585: `FLT_MAX' undeclared (first use in this function)
> babo.c:585: (Each undeclared identifier is reported only once
> babo.c:585: for each function it appears in.)
> make: *** [babo.o] Error 1
>
> is there anybody running csound on a redhat 9 system?

You need to install fltk before trying to build csound. If you have apt
installed "apt-get install fltk-devel" should bring in the packages you
need. 

-- Fernando