Hi, im having problems trying to compile creb 0.9 ... i get the following:
localhost:/home/siggmus/creb-0.9.0# ./configure checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking architecture... Linux checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking m_pd.h usability... yes checking m_pd.h presence... yes checking for m_pd.h... yes checking for sin in -lm... yes configure: creating ./config.status config.status: creating Makefile.config
localhost:/home/siggmus/creb-0.9.0# make
make -C system
make[1]: Entering directory /home/siggmus/creb-0.9.0/system' make[1]: No se hace nada para
all'.
make[1]: Leaving directory /home/siggmus/creb-0.9.0/system' make -C modules make[1]: Entering directory
/home/siggmus/creb-0.9.0/modules'
cc -DPD -DCREB_VERSION="0.9.0" -O2 -funroll-loops -fomit-frame-pointer
-Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses
-Wno-switch -INONE/pd/src -I../include -I../include/dspi -o dwt.o -c
dwt.c
dwt.c: En la función dwt_permutation': dwt.c:193: aviso: formato int, argumento t_int (argumento 2) dwt.c:193: aviso: formato int, argumento long int (argumento 3) dwt.c:195: aviso: formato int, argumento t_int (argumento 2) dwt.c:195: aviso: formato int, argumento long int (argumento 3) dwt.c: En la función
dwt_filter':
dwt.c:243: aviso: asignación de tipo de puntero incompatible
dwt.c:248: aviso: asignación de tipo de puntero incompatible
make[1]: *** [dwt.o] Error 1
make[1]: Leaving directory `/home/siggmus/creb-0.9.0/modules'
make: *** [current] Error 2
do anybody has any hint about this???
thanx pon chik