hi list,
Im currently trying to build pidip on an fc3 ccrma machine Pd version 0.37.1 devel (from the ccrma repo) and i hit a few problems, I gets quite far (after lots of help and advice from fernando) but it cant find the pd source tree. I tried pointing it to the header files but no joy. I get this:-
[chomp]
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 checking for theora_encode_init in -ltheora... yes looking for pd sources (required) ... pd source tree not found... install it and use the --with-pd=<path> configuration option.
my config line :-
./configure --with-pd=/usr/lib/pd/include --with- pdp=/usr/lib/pd/externs/pdp --with-ffmpeg=/usr/lib/avifile-0.7/
should i have a shot at building the pd sources? which ones?
looking at the config.log I have pasted what might be useful info below, although I'm not sure what to look for to be honest. But the choke me bit struck me as funny!
thanks for reading this
dominic
conftest.c:2: error: syntax error before "me" configure:2161: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2296: checking for strerror in -lcposix configure:2326: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix
[munch]
conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3289: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3328: result: gcc -E configure:3352: gcc -E conftest.c
dominic