Hi all/
I've searched the list for solutions but haven't found the answers to these 2 problems concerning Pidip: 1> I use the following paths in the _configure.ac_ PD_DIR=/usr/lib/pd PDP_DIR=/usr/include/pdp FFMPEG_SOURCE_DIR=/usr/bin/ffmpeg but I'm not sure about the PDP directory... does it want a PD directory reference, or the directory where I happened to find some PDP files? Same for FFMPEG, where there is also a reference in /bin/local... I'm confused.
2> Also, I get the following errors doing ./configure (look at the last 2 lines):
[root@localhost pidip-0.12.10]# ./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 for strerror in -lcposix... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed 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 for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if malloc debugging is wanted... no checking for imlib2-config... /usr/bin/imlib2-config checking for imlib2 - version >= 1.0.0... yes checking for aalib-config... /usr/local/bin/aalib-config checking for aalib - version >= 1.0.0... yes checking for XWindowByProperty in -lMagick... yes checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
Any suggestions?
/brad.
hi brad
are this paths to the source files of pd pdp and ffmpeg? in the configure.ac you see which files are needed to compile pidip.
you can search for this files on your system to get the right paths.
for pd: m_pd.h for pdp: CHANGES.LOG for ffmpeg: avformat.h
hope this will fix it.
marc
Brad KLIGERMAN wrote:
Hi all/
I've searched the list for solutions but haven't found the answers to these 2 problems concerning Pidip: 1> I use the following paths in the _configure.ac_ PD_DIR=/usr/lib/pd PDP_DIR=/usr/include/pdp FFMPEG_SOURCE_DIR=/usr/bin/ffmpeg but I'm not sure about the PDP directory... does it want a PD directory reference, or the directory where I happened to find some PDP files? Same for FFMPEG, where there is also a reference in /bin/local... I'm confused.
2> Also, I get the following errors doing ./configure (look at the last 2 lines):
[root@localhost pidip-0.12.10]# ./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 for strerror in -lcposix... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed 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 for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if malloc debugging is wanted... no checking for imlib2-config... /usr/bin/imlib2-config checking for imlib2 - version >= 1.0.0... yes checking for aalib-config... /usr/local/bin/aalib-config checking for aalib - version >= 1.0.0... yes checking for XWindowByProperty in -lMagick... yes checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
Any suggestions?
/brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN architecture et nouveaux médias Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
I made the changes, but I'm still getting hung-up at the message:
... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
hi, this is a compression-library which is so common, that you usually need to mention... i think the package name is somthing like bzip2 or libbz2... m.
----- Original Message ----- From: "Brad KLIGERMAN" bekligg@club-internet.fr To: "marc_widmer" metafor@gmx.net; "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 10:59 AM Subject: Re: [PD] PIDIP configure confusion
I made the changes, but I'm still getting hung-up at the message:
... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
marius/
Thanks. I had bzip2 libraries already installed with RH9 but reinstalled them anyway and it worked.
BUT NOW, despite the fact that I'm getting closer to installing PIDIP, I'm not there yet. The newest obstacle>
[root@localhost pidip-0.12.10]# make
(...)
entheses -Wno-switch -DPDP_PIDIP_VERSION="0.12.10" -g
-I/usr/lib/pd/include//src -I. -I/root/pdp-0.12.2//include
-I/root/ffmpeg-cvs-2003-11-04//libavcodec
-I/root/ffmpeg-cvs-2003-11-04//libavformat -I../include -o pdp_live~.o
-c pdp_live~.c
pdp_live~.c: In function pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function)
pdp_live~.c:320: (Each undeclared identifier is reported only once
pdp_live~.c:320: for each function it appears in.)
make[1]: *** [pdp_live~.o] Error 1
make[1]: Leaving directory `/root/pidip-0.12.10/modules'
make: *** [pdp_pidip_all] Error 2
Does anyone recognize this error?? Thanks again
/brad.
you are not alone. i've tried to compile this version recently and get the same error. if somone could help us out, would be nice... the older versions of pidip, in my case .8 is working properly.
marc
Brad KLIGERMAN wrote:
marius/
Thanks. I had bzip2 libraries already installed with RH9 but reinstalled them anyway and it worked.
BUT NOW, despite the fact that I'm getting closer to installing PIDIP, I'm not there yet. The newest obstacle>
[root@localhost pidip-0.12.10]# make (...) entheses -Wno-switch -DPDP_PIDIP_VERSION="0.12.10" -g -I/usr/lib/pd/include//src -I. -I/root/pdp-0.12.2//include
-I/root/ffmpeg-cvs-2003-11-04//libavcodec -I/root/ffmpeg-cvs-2003-11-04//libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In functionpdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1 make[1]: Leaving directory `/root/pidip-0.12.10/modules' make: *** [pdp_pidip_all] Error 2Does anyone recognize this error?? Thanks again
/brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN Professor d'architecture et nouveau média Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
marius schebella wrote:
hi, this is a compression-library which is so common, that you usually need to mention... i think the package name is somthing like bzip2 or libbz2... m.
----- Original Message ----- From: "Brad KLIGERMAN" bekligg@club-internet.fr To: "marc_widmer" metafor@gmx.net; "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 10:59 AM Subject: Re: [PD] PIDIP configure confusion
I made the changes, but I'm still getting hung-up at the message:
.... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
hi,
this is a wrong version of ffmpeg, did you take one of the latest CVS snapshots ??
i use ffmpeg-cvs-2003-10-07....
cheers, sevy
Brad KLIGERMAN wrote:
marius/
Thanks. I had bzip2 libraries already installed with RH9 but reinstalled them anyway and it worked.
BUT NOW, despite the fact that I'm getting closer to installing PIDIP, I'm not there yet. The newest obstacle>
[root@localhost pidip-0.12.10]# make (...) entheses -Wno-switch -DPDP_PIDIP_VERSION="0.12.10" -g -I/usr/lib/pd/include//src -I. -I/root/pdp-0.12.2//include
-I/root/ffmpeg-cvs-2003-11-04//libavcodec -I/root/ffmpeg-cvs-2003-11-04//libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In functionpdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1 make[1]: Leaving directory `/root/pidip-0.12.10/modules' make: *** [pdp_pidip_all] Error 2Does anyone recognize this error?? Thanks again
/brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN Professor d'architecture et nouveau média Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
marius schebella wrote:
hi, this is a compression-library which is so common, that you usually need to mention... i think the package name is somthing like bzip2 or libbz2... m.
----- Original Message ----- From: "Brad KLIGERMAN" bekligg@club-internet.fr To: "marc_widmer" metafor@gmx.net; "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 10:59 AM Subject: Re: [PD] PIDIP configure confusion
I made the changes, but I'm still getting hung-up at the message:
.... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
hi,
oops, its seems that in latest ffmpeg snapshots, AVFMT_NOHEADER has been changed to AVFMTCTX_NOHEADER ...
hum, better patch it for now ( in pdp_live~ ).
sorry, i was busy these last days and didn't have the time to check out.
cheers, sevy
Yves Degoyon wrote:
hi,
this is a wrong version of ffmpeg, did you take one of the latest CVS snapshots ??
i use ffmpeg-cvs-2003-10-07....
cheers, sevy
Brad KLIGERMAN wrote:
marius/
Thanks. I had bzip2 libraries already installed with RH9 but reinstalled them anyway and it worked.
BUT NOW, despite the fact that I'm getting closer to installing PIDIP, I'm not there yet. The newest obstacle>
[root@localhost pidip-0.12.10]# make (...) entheses -Wno-switch -DPDP_PIDIP_VERSION="0.12.10" -g -I/usr/lib/pd/include//src -I. -I/root/pdp-0.12.2//include
-I/root/ffmpeg-cvs-2003-11-04//libavcodec -I/root/ffmpeg-cvs-2003-11-04//libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In functionpdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1 make[1]: Leaving directory `/root/pidip-0.12.10/modules' make: *** [pdp_pidip_all] Error 2Does anyone recognize this error?? Thanks again
/brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN Professor d'architecture et nouveau média Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
marius schebella wrote:
hi, this is a compression-library which is so common, that you usually need to mention... i think the package name is somthing like bzip2 or libbz2... m.
----- Original Message ----- From: "Brad KLIGERMAN" bekligg@club-internet.fr To: "marc_widmer" metafor@gmx.net; "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 10:59 AM Subject: Re: [PD] PIDIP configure confusion
I made the changes, but I'm still getting hung-up at the message:
.... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
hi,
well, you're missing bzip2-devel ( development package for bzip2 ), PiDiP actually doesn't check that as it is currently found on many systems, but i might add it in next releases.
cheers, sevy
Brad KLIGERMAN wrote:
I made the changes, but I'm still getting hung-up at the message:
... checking for BZ2_bzBuffToBuffCompress in -lbz2... no configure: error: streaming requires bz2 library!!
I have no idea what these libraries are. I've installed everything in the install readme 5 times and I can't get by this one? Any ideas??
/brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN architecture et nouveaux médias Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
marc_widmer wrote:
hi brad
are this paths to the source files of pd pdp and ffmpeg? in the configure.ac you see which files are needed to compile pidip.
you can search for this files on your system to get the right paths.
for pd: m_pd.h for pdp: CHANGES.LOG for ffmpeg: avformat.h
hope this will fix it.
marc
Brad KLIGERMAN wrote:
Hi all/
I've searched the list for solutions but haven't found the answers to these 2 problems concerning Pidip: 1> I use the following paths in the _configure.ac_ PD_DIR=/usr/lib/pd PDP_DIR=/usr/include/pdp FFMPEG_SOURCE_DIR=/usr/bin/ffmpeg but I'm not sure about the PDP directory... does it want a PD directory reference, or the directory where I happened to find some PDP files? Same for FFMPEG, where there is also a reference in /bin/local... I'm confused.
2> Also, I get the following errors doing ./configure (look at the last 2 lines):
[root@localhost pidip-0.12.10]# ./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
Yves/
I'd really like to get this worked out because I think I"m not far away from getting this compiled, BUT:
Yves Degoyon wrote:
this is a wrong version of ffmpeg, did you take one of the latest CVS snapshots ??
I've compiled it 25 times with the latest ...
[root@localhost pidip-0.12.10]# ffmpeg ffmpeg version 0.4.8, Copyright (c) 2000-2003 Fabrice Bellard usage: ffmpeg [[options] -i input_file]... {[options] outfile}... Hyper fast Audio and Video encoder
and... [root@localhost pidip-0.12.10]# ffmpeg -formats Output audio/video file formats: mpeg vcd vob mpegts crc image imagepipe ac3 h263 m4v h264 mpeg1video mjpeg s16le s16be u16le u16be s8 u8 mulaw alaw rawvideo null mp2 mp3 rm asf asf_stream avi wav swf au gif mov 3gp mp4 mpjpeg singlejpeg dv flv yuv4mpegpipe ogg ffm audio_device nut rtp Input audio/video file formats: mpeg mpegts image imagepipe ac3 h263 m4v h264 mpegvideo mjpeg s16le s16be u16le u16be s8 u8 mulaw alaw rawvideo mp3 rm asf avi wav swf au gif mov,mp4,m4a,3gp dv 4xm flv psxstr RoQ ipmovie wc3movie wsaud wsvqa film_cpk idcin yuv4mpegpipe ogg ffm video4linux audio_device dv1394 nut rtsp redir sdp Output image formats: pbm pgm ppm pam pgmyuv yuv png jpeg gif Input image formats: pnm pam pgmyuv yuv png jpeg gif Codecs: Encoders: ac3 mp2 mp3 vorbis mpeg1video mpeg2video h263 h263p flv rv10 mpeg4 msmpeg4v1 msmpeg4v2 msmpeg4 wmv1 wmv2 mjpeg ljpeg huffyuv asv1 asv2 ffv1 rawvideo dvvideo pcm_s16le pcm_s16be pcm_u16le pcm_u16be pcm_s8 pcm_u8 pcm_alaw pcm_mulaw adpcm_ima_qt adpcm_ima_wav adpcm_ima_dk3 adpcm_ima_dk4 adpcm_ima_ws adpcm_ms adpcm_4xm adpcm_xa adpcm_adx Decoders: vorbis rawvideo h263 mpeg4 msmpeg4v1 msmpeg4v2 msmpeg4 wmv1 wmv2 h263i flv rv10 svq1 svq3 wmav1 wmav2 indeo3 mpeg1video mpeg2video dvvideo mjpeg mjpegb sp5x mp2 mp3 mace3 mace6 huffyuv ffv1 cyuv h264 vp3 theora asv1 asv2 vcr1 cljr 4xm mdec roqvideo interplayvideo xan_wc3 rpza cinepak msrle msvideo1 vqavideo idcinvideo real_144 real_288 roq_dpcm interplay_dpcm xan_dpcm pcm_s16le pcm_s16be pcm_u16le pcm_u16be pcm_s8 pcm_u8 pcm_alaw pcm_mulaw adpcm_ima_qt adpcm_ima_wav adpcm_ima_dk3 adpcm_ima_dk4 adpcm_ima_ws adpcm_ms adpcm_4xm adpcm_xa adpcm_adx Supported file protocols: file: pipe: udp: rtp: tcp: http: Frame size, frame rate abbreviations: ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif Motion estimation methods: zero(fastest) full(slowest) log phods epzs(default) x1
But I still get this error when I try to do a _make_...
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch
-DPDP_PIDIP_VERSION="0.12.10" -g -I/usr/lib/pd/include/src -I.
-I/root/pdp-0.12.2/include -I/root/ffmpeg-cvs-2003-11-05/libavcodec
-I/root/ffmpeg-cvs-2003-11-05/libavformat -I../include -o pdp_live~.o -c
pdp_live~.c
pdp_live~.c: In function pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function)
pdp_live~.c:320: (Each undeclared identifier is reported only once
pdp_live~.c:320: for each function it appears in.)
make[1]: *** [pdp_live~.o] Error 1
make[1]: Leaving directory `/usr/lib/pd/pidip-0.12.10/modules'
make: *** [pdp_pidip_all] Error 2
I'm not sure where ffm I'm getting frustrated but I"m sticking with this because I'm sure it will be worth it. Thanks again. /brad.
hi,
i had the same problem once. and as yves said its the wrong version. about 1/3 of the versions are wrong btw. in my case it was _solved_ after about two days and 2 cvs updates.
the cause of the problem is the ffmpeg strategy of only releasing stable versions (and stable just means "give the thing a number") every now and then. they officially dont support their own last stable version and - guess - recommend to download the cvs snapshot.
so there are 3 solutions:
http://attacksyour.net/pi/ffmpeg-cvs-2003-08-22.tar.gz
worked for pidip-12.10 on my machine (but not tested the resulting streaming stuff - just compiled it).
hope these are solutions for you martin
On Wed, 5 Nov 2003, Brad KLIGERMAN wrote:
Yves/
I'd really like to get this worked out because I think I"m not far away from getting this compiled, BUT:
Yves Degoyon wrote:
this is a wrong version of ffmpeg, did you take one of the latest CVS snapshots ??
I've compiled it 25 times with the latest ...
[root@localhost pidip-0.12.10]# ffmpeg ffmpeg version 0.4.8, Copyright (c) 2000-2003 Fabrice Bellard usage: ffmpeg [[options] -i input_file]... {[options] outfile}... Hyper fast Audio and Video encoder
and... [root@localhost pidip-0.12.10]# ffmpeg -formats Output audio/video file formats: mpeg vcd vob mpegts crc image imagepipe ac3 h263 m4v h264 mpeg1video mjpeg s16le s16be u16le u16be s8 u8 mulaw alaw rawvideo null mp2 mp3 rm asf asf_stream avi wav swf au gif mov 3gp mp4 mpjpeg singlejpeg dv flv yuv4mpegpipe ogg ffm audio_device nut rtp Input audio/video file formats: mpeg mpegts image imagepipe ac3 h263 m4v h264 mpegvideo mjpeg s16le s16be u16le u16be s8 u8 mulaw alaw rawvideo mp3 rm asf avi wav swf au gif mov,mp4,m4a,3gp dv 4xm flv psxstr RoQ ipmovie wc3movie wsaud wsvqa film_cpk idcin yuv4mpegpipe ogg ffm video4linux audio_device dv1394 nut rtsp redir sdp Output image formats: pbm pgm ppm pam pgmyuv yuv png jpeg gif Input image formats: pnm pam pgmyuv yuv png jpeg gif Codecs: Encoders: ac3 mp2 mp3 vorbis mpeg1video mpeg2video h263 h263p flv rv10 mpeg4 msmpeg4v1 msmpeg4v2 msmpeg4 wmv1 wmv2 mjpeg ljpeg huffyuv asv1 asv2 ffv1 rawvideo dvvideo pcm_s16le pcm_s16be pcm_u16le pcm_u16be pcm_s8 pcm_u8 pcm_alaw pcm_mulaw adpcm_ima_qt adpcm_ima_wav adpcm_ima_dk3 adpcm_ima_dk4 adpcm_ima_ws adpcm_ms adpcm_4xm adpcm_xa adpcm_adx Decoders: vorbis rawvideo h263 mpeg4 msmpeg4v1 msmpeg4v2 msmpeg4 wmv1 wmv2 h263i flv rv10 svq1 svq3 wmav1 wmav2 indeo3 mpeg1video mpeg2video dvvideo mjpeg mjpegb sp5x mp2 mp3 mace3 mace6 huffyuv ffv1 cyuv h264 vp3 theora asv1 asv2 vcr1 cljr 4xm mdec roqvideo interplayvideo xan_wc3 rpza cinepak msrle msvideo1 vqavideo idcinvideo real_144 real_288 roq_dpcm interplay_dpcm xan_dpcm pcm_s16le pcm_s16be pcm_u16le pcm_u16be pcm_s8 pcm_u8 pcm_alaw pcm_mulaw adpcm_ima_qt adpcm_ima_wav adpcm_ima_dk3 adpcm_ima_dk4 adpcm_ima_ws adpcm_ms adpcm_4xm adpcm_xa adpcm_adx Supported file protocols: file: pipe: udp: rtp: tcp: http: Frame size, frame rate abbreviations: ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif Motion estimation methods: zero(fastest) full(slowest) log phods epzs(default) x1
But I still get this error when I try to do a _make_... -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -DPDP_PIDIP_VERSION="0.12.10" -g -I/usr/lib/pd/include/src -I. -I/root/pdp-0.12.2/include -I/root/ffmpeg-cvs-2003-11-05/libavcodec -I/root/ffmpeg-cvs-2003-11-05/libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In function
pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1 make[1]: Leaving directory `/usr/lib/pd/pidip-0.12.10/modules' make: *** [pdp_pidip_all] Error 2I'm not sure where ffm I'm getting frustrated but I"m sticking with this because I'm sure it will be worth it. Thanks again. /brad.
-- archINTER.NET Paris/France -- Bradley KLIGERMAN Professor d'architecture et nouveau média Ecole d'architecture de la ville & des territoires à Marne-la-Vallée 10-12, avenue Blaise-Pascal 77420 Champs-sur-Marne France tel: 33.(0)1.60.95.84.00 http://www.marnelavallee.archi.fr
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
http://attacksyour.net/pi
http://www.machfeld.net
martin pi wrote:
- download the ffmpeg version that worked for me*
- as a special service i put this version there:
I loaded the ffmpeg suggested by Martin and it seemed to work (thanks Martin). That is, it seemed to compile, but I still have one last problem LOADING the library :.
My command line loading PD, PDP and PIDIP in the correct order...: [root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidip
And, alas, PDP loads, but not PIDIP. PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
Look familiar. ANyone willing to take one last stab at getting me out of the woods? Thanks again.
/brad.
The complete command line :
[root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidipcouldn't open MIDI input device 1 couldn't open MIDI output device 1 opened 0 MIDI input device(s) and 0 MIDI output device(s). Testing for Jack cannot connect to jack server cannot connect to default JACK server cannot connect to jack server cannot connect to default JACK server Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using ALSA interface PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
hi,
can it be that you've got quicktime4linux and not libquicktime installed. under debian i managed to get a _big_ confusion between those two (if i remember right, one of them is libquicktime and the other one libquicktime1 when using apt-get).
i do not know on what platform you are, yet i just emerged libquicktime under gentoo.
under other dists it might be so that you can install both and compile against the right one yet if you load pidip, the wront shared lib gets loaded (actually they share the same name if i'm right).
have a look at which lqt you got installed
martin
On Wed, 5 Nov 2003, Brad KLIGERMAN wrote:
martin pi wrote:
- download the ffmpeg version that worked for me*
- as a special service i put this version there:
I loaded the ffmpeg suggested by Martin and it seemed to work (thanks Martin). That is, it seemed to compile, but I still have one last problem LOADING the library :.
My command line loading PD, PDP and PIDIP in the correct order...: [root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidip
And, alas, PDP loads, but not PIDIP. PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
Look familiar. ANyone willing to take one last stab at getting me out of the woods? Thanks again.
/brad.
The complete command line :
[root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidipcouldn't open MIDI input device 1 couldn't open MIDI output device 1 opened 0 MIDI input device(s) and 0 MIDI output device(s). Testing for Jack cannot connect to jack server cannot connect to default JACK server cannot connect to jack server cannot connect to default JACK server Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using ALSA interface PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
http://attacksyour.net/pi
http://www.machfeld.net
hi,
well, martin's help is really welcome but there's another thing i'm thinking of, to be able to use PiDiP, you first need to load PDP and it also requires the quicktime library.
so, are you using :: -lib <path>/pdp -lib <path>/pidip ???
and, so, does PDP load fine ??
cheers, sevy
martin pi wrote:
hi,
can it be that you've got quicktime4linux and not libquicktime installed. under debian i managed to get a _big_ confusion between those two (if i remember right, one of them is libquicktime and the other one libquicktime1 when using apt-get).
i do not know on what platform you are, yet i just emerged libquicktime under gentoo.
under other dists it might be so that you can install both and compile against the right one yet if you load pidip, the wront shared lib gets loaded (actually they share the same name if i'm right).
have a look at which lqt you got installed
martin
On Wed, 5 Nov 2003, Brad KLIGERMAN wrote:
martin pi wrote:
- download the ffmpeg version that worked for me*
- as a special service i put this version there:
I loaded the ffmpeg suggested by Martin and it seemed to work (thanks Martin). That is, it seemed to compile, but I still have one last problem LOADING the library :.
My command line loading PD, PDP and PIDIP in the correct order...: [root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidip
And, alas, PDP loads, but not PIDIP. PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
Look familiar. ANyone willing to take one last stab at getting me out of the woods? Thanks again.
/brad.
The complete command line :
[root@localhost pidip-0.12.10]# pd -lib pdp -lib /usr/lib/pd/pidip-0.12.10/pidipcouldn't open MIDI input device 1 couldn't open MIDI output device 1 opened 0 MIDI input device(s) and 0 MIDI output device(s). Testing for Jack cannot connect to jack server cannot connect to default JACK server cannot connect to jack server cannot connect to default JACK server Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using interleaved mode ALSA: sample width 2 bytes ALSA: rate to 48000 fragsize b 64 nfrags a 27 ALSA: hw interface configured Using ALSA interface PDP: pure data packet PDP: version 0.12.2 /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: /usr/lib/pd/pidip-0.12.10/pidip.pd_linux: undefined symbol: quicktime_close /usr/lib/pd/pidip-0.12.10/pidip: can't load library
http://attacksyour.net/pi http://www.machfeld.net
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi Yves,
just a question for future releases. Could you place working versions of all required special libraries (ffmpeg, aaalib, ...) directly on your server? Maybe this would make compiling easier (...but traffic bigger).
Marius.
----- Original Message ----- From: "martin pi" pi@attacksyour.net To: "Brad KLIGERMAN" bekligg@club-internet.fr Cc: "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 7:50 PM Subject: Re: [PD] PIDIP configure confusion
Yes please!!!
Maybe all contained in one nice tarball? ;)
Ben
Hi Yves,
just a question for future releases. Could you place working versions of all required special libraries (ffmpeg, aaalib, ...) directly on your server? Maybe this would make compiling easier (...but traffic bigger).
Marius.
----- Original Message ----- From: "martin pi" pi@attacksyour.net To: "Brad KLIGERMAN" bekligg@club-internet.fr Cc: "pd list" pd-list@iem.kug.ac.at Sent: Wednesday, November 05, 2003 7:50 PM Subject: Re: [PD] PIDIP configure confusion
- as a special service i put this version there:
http://attacksyour.net/pi/ffmpeg-cvs-2003-08-22.tar.gz
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Thanks to everyone who helped me out. I finally got PD, PDP & PIDIP compiled and running. Now the hard part begins-- I have to get back to work.
/brad.