[PlanetCCRMA] pd and fedora

J. Scott Amort jsamort@shaw.ca
Wed Dec 3 17:17:01 2003


Hi All,

I've been trying out the new planet packages on Fedora Core 1, and so
far everything is working quite well (am also trying the PlanetEdge
kernel and alsa, and it seems fine).  However, there doesn't seem to be
a pd package yet.  If I try apt-get install pd, I get the response that
package pd doesn't exist.  No problem, I think, Fernando is a busy guy
and hasn't put it over yet, so I download the SRPM
(pd-0.36.0-3.cvs.src.rpm) and try to build my own.  The problem is I get
a compile error:

cc -O2 -g -pipe -march=i386 -mcpu=i686 -DPD -DUNIX  -Wall -W
-Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6
-funroll-loops -fomit-frame-pointer -DDL_OPEN -DPA_USE_OSS
-DPA_LITTLE_ENDIAN              -DUSEAPI_OSS      
-I../portaudio/pa_common         -I../portaudio/pablio
-I../portaudio/portmidi-macosx     -Werror -fno-strict-aliasing
-DINSTALL_PREFIX=\"/usr\" -I. -c -o ../obj/x_misc.o x_misc.c
x_misc.c: In function `cputime_bang2':
x_misc.c:232: warning: implicit declaration of function `sysconf'
x_misc.c:232: error: `_SC_CLK_TCK' undeclared (first use in this
function)
x_misc.c:232: error: (Each undeclared identifier is reported only once
x_misc.c:232: error: for each function it appears in.)
make: *** [x_misc.o] Error 1

I played around a bit trying to get later CVS code, but the problem
persists.  Any ideas?  Thanks!

Scott