Hi,
I've successfully install PDP on Planet CCRMA Fedora Core but I can't install Pidip. The configure command still tell me he want the path to the PD source, but I put the right path in my configure.ac file to point /src/m_pd.h
Does anyone know how to resolve this problem ?
My configure.ac file -------------------
PDP_PIDIP_VERSION=0.12.13 PD_DIR=/usr/src/pd-0.37-1 PDP_DIR=/usr/src/pdp-0.12.3 FFMPEG_SOURCE_DIR=/usr/src/ffmpeg-cvs-2004-04-02 MPEG4IP_SOURCE_DIR=/usr/src/mpeg4ip PDP_STREAMING_OBJECTS=/usr/lib/pd/externs
My usr/src folder ---------------------
[root@localhost src]# ls ATI linux-2.4.22-1.2115.nptl pdp-0.12.3.tar.gz debug pd-0.37-1 pidip-0.12.13 ffmpeg-cvs-2004-04-02 pd-0.37-1.src.tar.gz redhat linux-2.4 pdp-0.12.3
[root@localhost pidip-0.12.13]# ./configure --enable-shared rm -f */*.o rm -f pidip.pd_linux checking for gcc... gcc checking for C compiler default output file name... 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 XWindowByProperty in -lMagick... yes checking for BZ2_bzBuffToBuffCompress in -lbz2... yes checking for deflate in -lz... yes checking for dlopen in -ldl... yes checking for InitMP3 in -lmp3lame... yes checking for ogg_stream_init in -logg... yes checking for vorbis_analysis_init in -lvorbis... yes checking for vorbis_encode_setup_init in -lvorbisenc... yes looking for pd sources (required) ... pd source tree not found... install it, fix the path in configure.ac and run autoconf [root@localhost pidip-0.12.13]# autoconf Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line 81. [root@localhost pidip-0.12.13]#
When I do ./configure --enable-ffmpeg or ./configure --enable-mp3lame --enable-vorbis it tell me the same...