Yes I followed the advice from the dev list that claude suggested (just a small tweak to the x_misc.c file) and it compiled like a charm!
Thanks everyone!
Eric
2007/9/5, Claude Heiland-Allen claudiusmaximus@goto10.org:
IOhannes m zmoelnig wrote:
eric labelle wrote:
hi Iohannes
Here are the last few lines it outputs when the make fails:
-I../portmidi/pm_linux -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -O6 -funroll-loops -fomit-frame-pointer -D_LARGEFILE64_SOURCE -DINSTALL_PREFIX="/usr/local" -c -o ../obj/x_misc.o x_misc.c x_misc.c: In function 'cputime_bang2': x_misc.c:233: error: 'HZ' undeclared (first use in this function) x_misc.c:233: error: (Each undeclared identifier is reported only once x_misc.c:233: error: for each function it appears in.) make: *** [x_misc.o] Error 1
weird. it seems like there is some mysterious preprocessor magic going
on...
http://lists.puredata.info/pipermail/pd-dev/2007-08/009267.html
Hope this helps.
Claude