[PD] building all external on linux

patrick puredata at 11h11.com
Fri Apr 8 03:58:19 CEST 2005


hi all,

i want to build all external from the cvs on my linux box (gentoo). i
don't know if i'm doing it the right way:

cvs
-d:pserver:anonymous at cvs.pure-data.sourceforge.net:/cvsroot/pure-data co
externals

cd externals/build/linux/
vi makefile (uncomment Pentium 4, comment default)
make


cc -fPIC -DPD -DUNIX -funroll-loops -fomit-frame-pointer -O3
-mfpmath=sse -mmmx -msse -msse2 -march=pentium4 -Wall -W -Wshadow
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I. -I..
-I../include -o "slider.o" -c "../src/slider.c"
In file included from ../../ggee/gui/slider.c:4,
                 from ../src/slider.c:1:
../../ggee/gui/fatom.h: In function `fatom_new':
../../ggee/gui/fatom.h:422: warning: unsigned int format, pointer arg
(arg 3)
In file included from ../src/slider.c:1:
../../ggee/gui/slider.c: In function `slider_save':
../../ggee/gui/slider.c:14: error: structure has no member named `x_send'
../../ggee/gui/slider.c: In function `slider_new':
../../ggee/gui/slider.c:23: error: incompatible type for argument 3 of
`fatom_new'
../../ggee/gui/slider.c:23: error: too few arguments to function `fatom_new'
make: *** [slider.pd_linux] Error 1


patrick




More information about the Pd-list mailing list