Hi list! While trying to compile creb 0.7 on OSX i get the following:
make -C system
make[1]: Nothing to be done for all'. make -C modules gcc -DPD -DCREB_VERSION=\"0.5\" -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/pd/src -I../include -I../include/dspi -o fdn.o -c fdn.c cc1: warnings being treated as errors fdn.c: In function
fdn_reset':
fdn.c:131: warning: implicit declaration of function `memset'
make[1]: *** [fdn.o] Error 1
make: *** [current] Error 2
Tom? anyone?
thanks Ivan
On Tuesday 18 February 2003 00:26, Ivan Franco wrote:
hi ivan,
try adding the line
#include <string.h>
to the includes in modules/fdn.c seems the prototype is not defined in the same header in linux..
tom
Hi list! While trying to compile creb 0.7 on OSX i get the following:
make -C system make[1]: Nothing to be done for
all'. make -C modules gcc -DPD -DCREB_VERSION=\"0.5\" -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/pd/src -I../include -I../include/dspi -o fdn.o -c fdn.c cc1: warnings being treated as errors fdn.c: In function
fdn_reset': fdn.c:131: warning: implicit declaration of function `memset' make[1]: *** [fdn.o] Error 1 make: *** [current] Error 2Tom? anyone?
thanks Ivan
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
I believe Tom Schouten said this around Tue, 18 Feb 2003:
#include <string.h>
Yup, that works here. Thanks! (Damn, you beat me to it. :)
adam
Adam Lindsay +44(0)1524 594 537 atl@comp.lancs.ac.uk http://www.comp.lancs.ac.uk/computing/users/atl/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=