Update of /cvsroot/pure-data/externals/pidip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10987/pidip
Modified Files: Tag: branch-v0-39-2-extended configure.ac Removed Files: Tag: branch-v0-39-2-extended Makefile configure configure.in Log Message:
- removed arduino and hidio because they are changing too fast
- removed build products where they were causing difficulties
- fixed PDP build issues on Mac OS X
- fixed PiDiP build issues on Mac OS X, but it doesn't build yet because of a missing imagemagick header (magick/xwindow.h)
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/configure.ac,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** configure.ac 22 Nov 2005 06:18:01 -0000 1.13 --- configure.ac 11 Dec 2006 16:34:51 -0000 1.13.2.1 *************** *** 69,73 ****
PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc" ! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
make clean --- 69,73 ----
PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc" ! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps -I/sw/include/libquicktime"
make clean
--- Makefile DELETED ---
--- configure DELETED ---
--- configure.in DELETED ---