Installing IDJC

From JoatWiki
Jump to: navigation, search

Miscellaneous notes from getting IDJC up and running...

Note: version 0.7.1_pre4 appears to be broke. Don't use it.

Note: I was only partially successful in getting this up and running. It works, including the two-channel fader. However, because of the real-time requirements, the sound that it produces contains a number of artifacts (similar to having an old-time TV set with not-quite-right tuning). Employing the LiquidSoap suite may producte better results. For anyone not wanting to build real-time kernels and/or troubleshoot the cause of audio stream artifacts, may I suggest Savonet's Liquidsoap? I have miscellaneous notes on Liquidsoap here.

1) Run "./configure" and check the output for complaints about missing files/libraries. Install whatever's missing and re-run "./configure".

Capture of "configure":

[root@localhost idjc-0.6.12]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for JACK... yes
checking for VORBIS... yes
checking for VORBISENC... yes
checking for VORBISFILE... yes
checking for MAD... yes
checking for SAMPLERATE... yes
checking for SNDFILE... yes
checking for AVCODEC... yes
checking for AVFORMAT... yes
checking for PYGTK... yes
checking for FLAC__file_decoder_new in -lFLAC... no
checking for FLAC__stream_decoder_init_file in -lFLAC... yes
checking for jack_client_new in -ljack... yes
checking for pthread_create in -lpthread... yes
checking for avcodec_decode_audio2 in -lavcodec... no
checking for sqrt... no
checking for sqrt, pow in -lm... yes
checking for pow... no
checking for sqrt, pow in -lm... (cached) yes
checking for SHOUT... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mp4ff.h usability... yes
checking mp4ff.h presence... yes
checking for mp4ff.h... yes
checking for mp4ff_open_read in -lmp4ff... no
configure: WARNING: libmp4ff not found: idjc will compile without m4a/mp4/ac3 support
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking jack/jack.h usability... yes
checking jack/jack.h presence... yes
checking for jack/jack.h... yes
checking jack/transport.h usability... yes
checking jack/transport.h presence... yes
checking for jack/transport.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking shout.h usability... no
checking shout.h presence... no
checking for shout.h... no
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
checking for shout/shout.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for dup2... yes
checking for memset... yes
checking for strchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating c/Makefile
config.status: creating idjcpython/Makefile
config.status: creating artwork/Makefile
config.status: creating Man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Note that there's a requirement for libmp4ff. This is a library from the older faad2 package. It isn't included in versions greater than 2.0 (I think). If you need the m4a, mp4, or ac3 functionality, you may have to track down an older version.

Also, the "configure" script isn't perfect. You may get a complaint about a missing "pygtk" module after you install the program. If you do get this message, pay close attention to the lines preceeding that error. It won't be the pygtk module that's missing, but one of the programs that it's attempting to access.

You may also have to download and compile "lame".

[root@localhost idjc-0.6.12]# make
make  all-recursive
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12'
Making all in c
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/c'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-idjcmixer.o -MD -MP -MF ".deps/idjcmixer-idjcmixer.Tpo" -c -o idjcmixer-idjcmixer.o `test -f 'idjcmixer.c' || echo './'`idjcmixer.c; \
        then mv -f ".deps/idjcmixer-idjcmixer.Tpo" ".deps/idjcmixer-idjcmixer.Po"; else rm -f ".deps/idjcmixer-idjcmixer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-kvpdict.o -MD -MP -MF ".deps/idjcmixer-kvpdict.Tpo" -c -o idjcmixer-kvpdict.o `test -f 'kvpdict.c' || echo './'`kvpdict.c; \
        then mv -f ".deps/idjcmixer-kvpdict.Tpo" ".deps/idjcmixer-kvpdict.Po"; else rm -f ".deps/idjcmixer-kvpdict.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-kvpparse.o -MD -MP -MF ".deps/idjcmixer-kvpparse.Tpo" -c -o idjcmixer-kvpparse.o `test -f 'kvpparse.c' || echo './'`kvpparse.c; \
        then mv -f ".deps/idjcmixer-kvpparse.Tpo" ".deps/idjcmixer-kvpparse.Po"; else rm -f ".deps/idjcmixer-kvpparse.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-dsp.o -MD -MP -MF ".deps/idjcmixer-dsp.Tpo" -c -o idjcmixer-dsp.o `test -f 'dsp.c' || echo './'`dsp.c; \
        then mv -f ".deps/idjcmixer-dsp.Tpo" ".deps/idjcmixer-dsp.Po"; else rm -f ".deps/idjcmixer-dsp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-compressor.o -MD -MP -MF ".deps/idjcmixer-compressor.Tpo" -c -o idjcmixer-compressor.o `test -f 'compressor.c' || echo './'`compressor.c; \
        then mv -f ".deps/idjcmixer-compressor.Tpo" ".deps/idjcmixer-compressor.Po"; else rm -f ".deps/idjcmixer-compressor.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-noisegate.o -MD -MP -MF ".deps/idjcmixer-noisegate.Tpo" -c -o idjcmixer-noisegate.o `test -f 'noisegate.c' || echo './'`noisegate.c; \
        then mv -f ".deps/idjcmixer-noisegate.Tpo" ".deps/idjcmixer-noisegate.Po"; else rm -f ".deps/idjcmixer-noisegate.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-dbconvert.o -MD -MP -MF ".deps/idjcmixer-dbconvert.Tpo" -c -o idjcmixer-dbconvert.o `test -f 'dbconvert.c' || echo './'`dbconvert.c; \
        then mv -f ".deps/idjcmixer-dbconvert.Tpo" ".deps/idjcmixer-dbconvert.Po"; else rm -f ".deps/idjcmixer-dbconvert.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-ialloc.o -MD -MP -MF ".deps/idjcmixer-ialloc.Tpo" -c -o idjcmixer-ialloc.o `test -f 'ialloc.c' || echo './'`ialloc.c; \
        then mv -f ".deps/idjcmixer-ialloc.Tpo" ".deps/idjcmixer-ialloc.Po"; else rm -f ".deps/idjcmixer-ialloc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-vorbinfo.o -MD -MP -MF ".deps/idjcmixer-vorbinfo.Tpo" -c -o idjcmixer-vorbinfo.o `test -f 'vorbinfo.c' || echo './'`vorbinfo.c; \
        then mv -f ".deps/idjcmixer-vorbinfo.Tpo" ".deps/idjcmixer-vorbinfo.Po"; else rm -f ".deps/idjcmixer-vorbinfo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-xlplayer.o -MD -MP -MF ".deps/idjcmixer-xlplayer.Tpo" -c -o idjcmixer-xlplayer.o `test -f 'xlplayer.c' || echo './'`xlplayer.c; \
        then mv -f ".deps/idjcmixer-xlplayer.Tpo" ".deps/idjcmixer-xlplayer.Po"; else rm -f ".deps/idjcmixer-xlplayer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-mp4tag.o -MD -MP -MF ".deps/idjcmixer-mp4tag.Tpo" -c -o idjcmixer-mp4tag.o `test -f 'mp4tag.c' || echo './'`mp4tag.c; \
        then mv -f ".deps/idjcmixer-mp4tag.Tpo" ".deps/idjcmixer-mp4tag.Po"; else rm -f ".deps/idjcmixer-mp4tag.Tpo"; exit 1; fi
mp4tag.c:21: warning: ISO C forbids an empty source file
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-rms_calc.o -MD -MP -MF ".deps/idjcmixer-rms_calc.Tpo" -c -o idjcmixer-rms_calc.o `test -f 'rms_calc.c' || echo './'`rms_calc.c; \
        then mv -f ".deps/idjcmixer-rms_calc.Tpo" ".deps/idjcmixer-rms_calc.Po"; else rm -f ".deps/idjcmixer-rms_calc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-sndfileinfo.o -MD -MP -MF ".deps/idjcmixer-sndfileinfo.Tpo" -c -o idjcmixer-sndfileinfo.o `test -f 'sndfileinfo.c' || echo './'`sndfileinfo.c; \
        then mv -f ".deps/idjcmixer-sndfileinfo.Tpo" ".deps/idjcmixer-sndfileinfo.Po"; else rm -f ".deps/idjcmixer-sndfileinfo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-mp4decode.o -MD -MP -MF ".deps/idjcmixer-mp4decode.Tpo" -c -o idjcmixer-mp4decode.o `test -f 'mp4decode.c' || echo './'`mp4decode.c; \
        then mv -f ".deps/idjcmixer-mp4decode.Tpo" ".deps/idjcmixer-mp4decode.Po"; else rm -f ".deps/idjcmixer-mp4decode.Tpo"; exit 1; fi
mp4decode.c:21: warning: ISO C forbids an empty source file
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-flacdecode.o -MD -MP -MF ".deps/idjcmixer-flacdecode.Tpo" -c -o idjcmixer-flacdecode.o `test -f 'flacdecode.c' || echo './'`flacdecode.c; \
        then mv -f ".deps/idjcmixer-flacdecode.Tpo" ".deps/idjcmixer-flacdecode.Po"; else rm -f ".deps/idjcmixer-flacdecode.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-mp3dec.o -MD -MP -MF ".deps/idjcmixer-mp3dec.Tpo" -c -o idjcmixer-mp3dec.o `test -f 'mp3dec.c' || echo './'`mp3dec.c; \
        then mv -f ".deps/idjcmixer-mp3dec.Tpo" ".deps/idjcmixer-mp3dec.Po"; else rm -f ".deps/idjcmixer-mp3dec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-vorbisdec.o -MD -MP -MF ".deps/idjcmixer-vorbisdec.Tpo" -c -o idjcmixer-vorbisdec.o `test -f 'vorbisdec.c' || echo './'`vorbisdec.c; \
        then mv -f ".deps/idjcmixer-vorbisdec.Tpo" ".deps/idjcmixer-vorbisdec.Po"; else rm -f ".deps/idjcmixer-vorbisdec.Tpo"; exit 1; fi
vorbisdec.c: In function ‘vorbisdecode_play’:
vorbisdec.c:106: warning: ‘pcmsamples’ is used uninitialized in this function
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-sndfiledecode.o -MD -MP -MF ".deps/idjcmixer-sndfiledecode.Tpo" -c -o idjcmixer-sndfiledecode.o `test -f 'sndfiledecode.c' || echo './'`sndfiledecode.c; \
        then mv -f ".deps/idjcmixer-sndfiledecode.Tpo" ".deps/idjcmixer-sndfiledecode.Po"; else rm -f ".deps/idjcmixer-sndfiledecode.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic      -I/usr/include/ffmpeg   -I/usr/include/ffmpeg   -g -O2 -MT idjcmixer-avcodecdecode.o -MD -MP -MF ".deps/idjcmixer-avcodecdecode.Tpo" -c -o idjcmixer-avcodecdecode.o `test -f 'avcodecdecode.c' || echo './'`avcodecdecode.c; \
        then mv -f ".deps/idjcmixer-avcodecdecode.Tpo" ".deps/idjcmixer-avcodecdecode.Po"; else rm -f ".deps/idjcmixer-avcodecdecode.Tpo"; exit 1; fi
avcodecdecode.c: In function ‘avcodecdecode_play’:
avcodecdecode.c:145: warning: ‘avcodec_decode_audio’ is deprecated (declared at /usr/local/include/ffmpeg/avcodec.h:2563)
gcc  -g -O2   -o idjcmixer  idjcmixer-idjcmixer.o idjcmixer-kvpdict.o idjcmixer-kvpparse.o idjcmixer-dsp.o idjcmixer-compressor.o idjcmixer-noisegate.o idjcmixer-dbconvert.o idjcmixer-ialloc.o idjcmixer-vorbinfo.o idjcmixer-xlplayer.o idjcmixer-mp4tag.o idjcmixer-rms_calc.o idjcmixer-sndfileinfo.o idjcmixer-mp4decode.o idjcmixer-flacdecode.o idjcmixer-mp3dec.o idjcmixer-vorbisdec.o idjcmixer-sndfiledecode.o idjcmixer-avcodecdecode.o -lpthread -lm -ljack   -lvorbisfile -lvorbis -lm -logg   -lsamplerate   -lFLAC  -lsndfile    -lmad -lm   -lavcodec -lz -lmp3lame -lm -lnut -lxvidcore -lx264 -lfaac -lfaad -lX11 -lXext -lavutil   -lavformat -lavcodec -lz -lmp3lame -lm -lnut -lxvidcore -lx264 -lfaac -lfaad -lX11 -lXext -lavutil
/usr/bin/ld: warning: libFLAC.so.7, needed by /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.1/../../../libsndfile.so, may conflict with libFLAC.so.8
/usr/bin/ld: warning: libxvidcore.so.4, needed by /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.1/../../../libavcodec.so, may conflict with libxvidcore.so.2
/usr/bin/ld: warning: libxvidcore.so.4, needed by /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.1/../../../libavcodec.so, may conflict with libxvidcore.so.2
/usr/bin/ld: warning: libx264.so.54, needed by /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.1/../../../libavcodec.so, may conflict with libx264.so.47
/usr/bin/ld: warning: libx264.so.54, needed by /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.1/../../../libavcodec.so, may conflict with libx264.so.47
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic -pthread -I/usr/include/speex      -g -O2 -MT idjcserver-idjcserver.o -MD -MP -MF ".deps/idjcserver-idjcserver.Tpo" -c -o idjcserver-idjcserver.o `test -f 'idjcserver.c' || echo './'`idjcserver.c; \
        then mv -f ".deps/idjcserver-idjcserver.Tpo" ".deps/idjcserver-idjcserver.Po"; else rm -f ".deps/idjcserver-idjcserver.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic -pthread -I/usr/include/speex      -g -O2 -MT idjcserver-kvpdict.o -MD -MP -MF ".deps/idjcserver-kvpdict.Tpo" -c -o idjcserver-kvpdict.o `test -f 'kvpdict.c' || echo './'`kvpdict.c; \
        then mv -f ".deps/idjcserver-kvpdict.Tpo" ".deps/idjcserver-kvpdict.Po"; else rm -f ".deps/idjcserver-kvpdict.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic -pthread -I/usr/include/speex      -g -O2 -MT idjcserver-kvpparse.o -MD -MP -MF ".deps/idjcserver-kvpparse.Tpo" -c -o idjcserver-kvpparse.o `test -f 'kvpparse.c' || echo './'`kvpparse.c; \
        then mv -f ".deps/idjcserver-kvpparse.Tpo" ".deps/idjcserver-kvpparse.Po"; else rm -f ".deps/idjcserver-kvpparse.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -pedantic -pthread -I/usr/include/speex      -g -O2 -MT idjcserver-metaqueue.o -MD -MP -MF ".deps/idjcserver-metaqueue.Tpo" -c -o idjcserver-metaqueue.o `test -f 'metaqueue.c' || echo './'`metaqueue.c; \
        then mv -f ".deps/idjcserver-metaqueue.Tpo" ".deps/idjcserver-metaqueue.Po"; else rm -f ".deps/idjcserver-metaqueue.Tpo"; exit 1; fi
gcc  -g -O2   -o idjcserver  idjcserver-idjcserver.o idjcserver-kvpdict.o idjcserver-kvpparse.o idjcserver-metaqueue.o -lpthread -lm -lshout -lvorbis -lm -ltheora -lspeex -logg   -ljack   -lvorbis -lm -logg   -lvorbisenc -lvorbis -lm -logg
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/c'
Making all in idjcpython
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
*
* 'idjc-announce.py' will be installed to /usr/local/share/idjc
* you should make a symbolic link to this file in your ~/.xchat2 folder
* e.g. ln -s /usr/local/share/idjc/idjc-announce.py ~/.xchat2/
*
* The application icon idjc.png will be installed to /usr/share/pixmaps
*
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
Making all in artwork
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
Making all in Man
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12'
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12'

Note the additional (hidden) instructions for the idjc-announce.py script!

Capture of "make install":

[root@localhost idjc-0.6.12]# make install
Making install in c
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/c'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/c'
test -z "/usr/local/libexec" || mkdir -p -- "/usr/local/libexec"
  /usr/bin/install -c 'idjcmixer' '/usr/local/libexec/idjcmixer'
  /usr/bin/install -c 'idjcserver' '/usr/local/libexec/idjcserver'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/c'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/c'
Making install in idjcpython
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/idjc" || mkdir -p -- "/usr/local/share/idjc"
 /usr/bin/install -c -m 644 'idjc-announce.py' '/usr/local/share/idjc/idjc-announce.py'
test -z "/usr/local/lib/python2.5/site-packages/idjc" || mkdir -p -- "/usr/local/lib/python2.5/site-packages/idjc"
 /usr/bin/install -c -m 644 'IDJCfree.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCfree.py'
 /usr/bin/install -c -m 644 'IDJCjingles.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCjingles.py'
 /usr/bin/install -c -m 644 'IDJCmedia.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCmedia.py'
 /usr/bin/install -c -m 644 'IDJCmixprefs.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCmixprefs.py'
 /usr/bin/install -c -m 644 'IDJCmultitagger.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCmultitagger.py'
 /usr/bin/install -c -m 644 'IDJCservergui.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCservergui.py'
 /usr/bin/install -c -m 644 'IDJCservdialog.py' '/usr/local/lib/python2.5/site-packages/idjc/IDJCservdialog.py'
 /usr/bin/install -c -m 644 'idjc_config.py' '/usr/local/lib/python2.5/site-packages/idjc/idjc_config.py'
 /usr/bin/install -c -m 644 'langheader.py' '/usr/local/lib/python2.5/site-packages/idjc/langheader.py'
 /usr/bin/install -c -m 644 'popupwindow.py' '/usr/local/lib/python2.5/site-packages/idjc/popupwindow.py'
Byte-compiling python modules...
IDJCfree.py IDJCjingles.py IDJCmedia.py IDJCmixprefs.py IDJCmultitagger.py IDJCservergui.py IDJCservdialog.py idjc_config.py langheader.py popupwindow.py
Byte-compiling python modules (optimized versions) ...
IDJCfree.py IDJCjingles.py IDJCmedia.py IDJCmixprefs.py IDJCmultitagger.py IDJCservergui.py IDJCservdialog.py idjc_config.py langheader.py popupwindow.py
test -z "/usr/local/lib/python2.5/site-packages" || mkdir -p -- "/usr/local/lib/python2.5/site-packages"
 /usr/bin/install -c -m 644 'idjcgui.py' '/usr/local/lib/python2.5/site-packages/idjcgui.py'
Byte-compiling python modules...
idjcgui.py
Byte-compiling python modules (optimized versions) ...
idjcgui.py
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/idjcpython'
Making install in artwork
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/pixmaps" || mkdir -p -- "/usr/share/pixmaps"
 /usr/bin/install -c -m 644 'idjc.png' '/usr/share/pixmaps/idjc.png'
test -z "/usr/local/share/idjc" || mkdir -p -- "/usr/local/share/idjc"
 /usr/bin/install -c -m 644 'add3.png' '/usr/local/share/idjc/add3.png'
 /usr/bin/install -c -m 644 'advance.png' '/usr/local/share/idjc/advance.png'
 /usr/bin/install -c -m 644 'del.png' '/usr/local/share/idjc/del.png'
 /usr/bin/install -c -m 644 'greenphone.png' '/usr/local/share/idjc/greenphone.png'
 /usr/bin/install -c -m 644 'interlude.png' '/usr/local/share/idjc/interlude.png'
 /usr/bin/install -c -m 644 'jack2.png' '/usr/local/share/idjc/jack2.png'
 /usr/bin/install -c -m 644 'led_lit_amber_black_border_64x64.png' '/usr/local/share/idjc/led_lit_amber_black_border_64x64.png'
 /usr/bin/install -c -m 644 'led_lit_green_black_border_64x64.png' '/usr/local/share/idjc/led_lit_green_black_border_64x64.png'
 /usr/bin/install -c -m 644 'led_lit_red_black_border_64x64.png' '/usr/local/share/idjc/led_lit_red_black_border_64x64.png'
 /usr/bin/install -c -m 644 'led_unlit_clear_border_64x64.png' '/usr/local/share/idjc/led_unlit_clear_border_64x64.png'
 /usr/bin/install -c -m 644 'mic4.png' '/usr/local/share/idjc/mic4.png'
 /usr/bin/install -c -m 644 'mic5.png' '/usr/local/share/idjc/mic5.png'
 /usr/bin/install -c -m 644 'next.png' '/usr/local/share/idjc/next.png'
 /usr/bin/install -c -m 644 'note.png' '/usr/local/share/idjc/note.png'
 /usr/bin/install -c -m 644 'pass.png' '/usr/local/share/idjc/pass.png'
 /usr/bin/install -c -m 644 'pause.png' '/usr/local/share/idjc/pause.png'
 /usr/bin/install -c -m 644 'pause_yellow.png' '/usr/local/share/idjc/pause_yellow.png'
 /usr/bin/install -c -m 644 'pbphone.png' '/usr/local/share/idjc/pbphone.png'
 /usr/bin/install -c -m 644 'play2.png' '/usr/local/share/idjc/play2.png'
 /usr/bin/install -c -m 644 'play3.png' '/usr/local/share/idjc/play3.png'
 /usr/bin/install -c -m 644 'prev.png' '/usr/local/share/idjc/prev.png'
 /usr/bin/install -c -m 644 'rec.png' '/usr/local/share/idjc/rec.png'
 /usr/bin/install -c -m 644 'redphone.png' '/usr/local/share/idjc/redphone.png'
 /usr/bin/install -c -m 644 'stop.png' '/usr/local/share/idjc/stop.png'
 /usr/bin/install -c -m 644 'volume2.png' '/usr/local/share/idjc/volume2.png'
 /usr/bin/install -c -m 644 'logo.png' '/usr/local/share/idjc/logo.png'
 /usr/bin/install -c -m 644 'icon.png' '/usr/local/share/idjc/icon.png'
 /usr/bin/install -c -m 644 'speedicon.png' '/usr/local/share/idjc/speedicon.png'
 /usr/bin/install -c -m 644 'crossout.png' '/usr/local/share/idjc/crossout.png'
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/artwork'
Making install in Man
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || mkdir -p -- "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './idjc.1' '/usr/local/share/man/man1/idjc.1'
 /usr/bin/install -c -m 644 './idjcskype.1' '/usr/local/share/man/man1/idjcskype.1'
 /usr/bin/install -c -m 644 './idjcctrl.1' '/usr/local/share/man/man1/idjcctrl.1'
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12/Man'
make[1]: Entering directory `/home/tkramer/idjc/idjc-0.6.12'
make[2]: Entering directory `/home/tkramer/idjc/idjc-0.6.12'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
 /usr/bin/install -c 'idjc' '/usr/local/bin/idjc'
 /usr/bin/install -c 'idjcskype' '/usr/local/bin/idjcskype'
 /usr/bin/install -c 'idjcctrl' '/usr/local/bin/idjcctrl'
test -z "/usr/share/applications" || mkdir -p -- "/usr/share/applications"
 /usr/bin/install -c -m 644 'idjc.desktop' '/usr/share/applications/idjc.desktop'
test -z "/usr/local/share/doc/idjc-0.6.12" || mkdir -p -- "/usr/local/share/doc/idjc-0.6.12"
 /usr/bin/install -c -m 644 'AUTHORS.gz' '/usr/local/share/doc/idjc-0.6.12/AUTHORS.gz'
 /usr/bin/install -c -m 644 'NEWS.gz' '/usr/local/share/doc/idjc-0.6.12/NEWS.gz'
 /usr/bin/install -c -m 644 'README.gz' '/usr/local/share/doc/idjc-0.6.12/README.gz'
 /usr/bin/install -c -m 644 'ChangeLog.gz' '/usr/local/share/doc/idjc-0.6.12/ChangeLog.gz'
make[2]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12'
make[1]: Leaving directory `/home/tkramer/idjc/idjc-0.6.12'

I didn't have much trouble installing this on top of Ubuntu. On Madriva 2007, it's a bit tedious because, even after installation of the binary, a number of other Python modules and utilities need to be installed. (Hint: just keep running "idjc" and watching the complaints on the command line.)


<comments>Installing_IDJC</comments>

Personal tools