Hi,
i'm trying to compile pdp on an mmx machine running debian testing with a 2.6 kernel. afaik i got all necessary libs installed, pd is in standard /usr/local/
./configure --enable mmx runs fine but at make i get:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
-DPDP_VERSION="0.12.2" -g -W
error -I. -I/usr/X11R6/include
-I../include -I../../include -o pdp_imageproc_
common.o -c
pdp_imageproc_common.c
pdp_imageproc_common.c: In function _sign': pdp_imageproc_common.c:292: warning: use of cast expressions as lvalues is deprecated make[2]: *** [pdp_imageproc_common.o] Error 1 make[2]: Leaving directory
/root/src/cvs/externals/pdp/system/image'
make[1]: *** [common] Error 2
make[1]: Leaving directory `/root/src/cvs/externals/pdp/system'
make: *** [pdp_all] Error 2
what can i try next?
Thanks!!! Peter~
hi,
remove the -Werror in Makefile.config ( the line is : PDP_EXTRA_CFLAGS = -Werror replace it with : PDP_EXTRA_CFLAGS = )
suerte, sevy
plessas@sbox.tugraz.at wrote:
Hi,
i'm trying to compile pdp on an mmx machine running debian testing with a 2.6 kernel. afaik i got all necessary libs installed, pd is in standard /usr/local/
./configure --enable mmx runs fine but at make i get:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DPDP_VERSION="0.12.2" -g -W
error -I. -I/usr/X11R6/include -I../include -I../../include -o pdp_imageproc_
common.o -c pdp_imageproc_common.c pdp_imageproc_common.c: In function_sign': pdp_imageproc_common.c:292: warning: use of cast expressions as lvalues is deprecated make[2]: *** [pdp_imageproc_common.o] Error 1 make[2]: Leaving directory
/root/src/cvs/externals/pdp/system/image' make[1]: *** [common] Error 2 make[1]: Leaving directory `/root/src/cvs/externals/pdp/system' make: *** [pdp_all] Error 2what can i try next?
Thanks!!! Peter~
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Quoting Yves Degoyon ydegoyon@free.fr:
remove the -Werror in Makefile.config ( the line is : PDP_EXTRA_CFLAGS = -Werror replace it with : PDP_EXTRA_CFLAGS = )
Thanks Yves! got pdp compiled! Now... You guessed it, i am going for pidip :-)
Status is: pdp is installed Imlib2 too ffmpeg too (as cvs snapshot, with option ./configure --enable-mp3lame --enable-vorbis) corrected the PATHS in configure.ac
...then an ERROR at pidip "make":
pdp_ffmpeg~.c: In function pdp_ffmpeg_process_yv12': pdp_ffmpeg~.c:446: error: too few arguments to function
img_resample_full_init'
make[1]: *** [pdp_ffmpeg~.o] Error 1
make[1]: Leaving directory `/root/src/pidip-0.12.14/modules'
make: *** [pdp_pidip_all] Error 2
I followed the instructions from the pidip INSTALL.txt. If anyone has an idea I'd be glad to hear!
THANKS!
Peter~
plessas@sbox.tugraz.at wrote:
Quoting Yves Degoyon ydegoyon@free.fr:
remove the -Werror in Makefile.config ( the line is : PDP_EXTRA_CFLAGS = -Werror replace it with : PDP_EXTRA_CFLAGS = )
Thanks Yves! got pdp compiled! Now... You guessed it, i am going for pidip :-)
Status is: pdp is installed Imlib2 too ffmpeg too (as cvs snapshot, with option ./configure --enable-mp3lame --enable-vorbis) corrected the PATHS in configure.ac
...then an ERROR at pidip "make":
pdp_ffmpeg~.c: In function
pdp_ffmpeg_process_yv12': pdp_ffmpeg~.c:446: error: too few arguments to function
img_resample_full_init' make[1]: *** [pdp_ffmpeg~.o] Error 1 make[1]: Leaving directory `/root/src/pidip-0.12.14/modules' make: *** [pdp_pidip_all] Error 2
gosh! what version of ffmpeg are you using ?? i think it's oke with 0.4.8 or the one i recommend : http://tdegoyon.free.fr/ffmpeg-cvs-2003-03-04.tar.gz
if it's so hard, you can also not enable ffmpeg, but it should work with these versions.
cheers, sevy
Hi sevy/yves!
it's ffmpeg-cvs-2004-05-19 i could skip it as well, you are right, but just tried to get the "full feature set" at first try ;-)
gosh! what version of ffmpeg are you using ?? i think it's oke with 0.4.8 or the one i recommend : http://tdegoyon.free.fr/ffmpeg-cvs-2003-03-04.tar.gz
if it's so hard, you can also not enable ffmpeg, but it should work with these versions.
cheers, sevy
mmm, latest cvs version, not tested here....
sorry, i can't keep up with their constant changes of interface ...
bueno, the one i recommend is more stable anyway ))
suerte, sevy
plessas@sbox.tugraz.at wrote:
Hi sevy/yves!
it's ffmpeg-cvs-2004-05-19 i could skip it as well, you are right, but just tried to get the "full feature set" at first try ;-)
gosh! what version of ffmpeg are you using ?? i think it's oke with 0.4.8 or the one i recommend : http://tdegoyon.free.fr/ffmpeg-cvs-2003-03-04.tar.gz
if it's so hard, you can also not enable ffmpeg, but it should work with these versions.
cheers, sevy
Hi Yves/List,
yes, the "make" of ffmpeg works with the cvs-2003-... version!
sorry to bug you with one more thing:
i try to start pd: pd -lib pdp -lib pidip -verbose
pd finds pidip.pd_darwin, of course, but pidip then complains about not finding libmp3lame.so.0. So i created a symlink to /usr/local/lib/libmp3lame.so.0 which in return is a link to libmp3lame.so.0.0.0, but that doesn't help... this might be a linux-related question though, sorry to get slighly OT.
Thanks for all! Peter~
Quoting Yves Degoyon ydegoyon@free.fr:
mmm, latest cvs version, not tested here....
sorry, i can't keep up with their constant changes of interface ...
bueno, the one i recommend is more stable anyway ))
suerte, sevy
uh, if it's a pd_darwin, you're on OSX? ??
if not, maybe you lack the following line in /etc/ld.so.conf
:
then do a 'ldconfig -v'
suerte, sevy
plessas@sbox.tugraz.at wrote:
Hi Yves/List,
yes, the "make" of ffmpeg works with the cvs-2003-... version!
sorry to bug you with one more thing:
i try to start pd: pd -lib pdp -lib pidip -verbose
pd finds pidip.pd_darwin, of course, but pidip then complains about not finding libmp3lame.so.0. So i created a symlink to /usr/local/lib/libmp3lame.so.0 which in return is a link to libmp3lame.so.0.0.0, but that doesn't help... this might be a linux-related question though, sorry to get slighly OT.
Thanks for all! Peter~
Quoting Yves Degoyon ydegoyon@free.fr:
mmm, latest cvs version, not tested here....
sorry, i can't keep up with their constant changes of interface ...
bueno, the one i recommend is more stable anyway ))
suerte, sevy