Package Details: pd-creb 0.9.0-1

Package Base: pd-creb
Description: Pd externals based on Simon Fraser's implementation of Craig Reynolds' Boids algorithm.
Upstream URL: http://www.puredata.org/
Category: multimedia
Licenses: GPL
Submitter: smoge
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2011-01-14 19:35
Last Updated: 2011-01-14 19:35

Latest Comments

Comment by qubodup

2012-05-23 16:40

Hello, thanks for providing that package.

I get following error when compiling

$ make -j1
make -C system
make[1]: Entering directory `/home/qubodup/creb-0.9.0/system'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/qubodup/creb-0.9.0/system'
make -C modules
make[1]: Entering directory `/home/qubodup/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: In function ‘dwt_permutation’:
dwt.c:193:5: error: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘t_int’ [-Werror=format]
dwt.c:193:5: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ [-Werror=format]
dwt.c:195:5: error: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘t_int’ [-Werror=format]
dwt.c:195:5: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘t_int’ [-Werror=format]
dwt.c: In function ‘dwt_filter’:
dwt.c:243:14: error: assignment from incompatible pointer type [-Werror]
dwt.c:248:14: error: assignment from incompatible pointer type [-Werror]
cc1: all warnings being treated as errors
make[1]: *** [dwt.o] Error 1
make[1]: Leaving directory `/home/qubodup/creb-0.9.0/modules'
make: *** [current] Error 2