Travis Waalkens wrote: <snip>
right, I saw it as cp not cd grrr. oh well. anyway, I extracted it and ran the ./configure procedure but when i make
the errors seam to start here.
Making all in codecs make[3]: Entering directory `/home/travis/gaim-0.79-vv-3/plugins/codecs' if /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib/gaim/\" - I../../src -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/ include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/ include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib- 2.0 -I/usr/lib/glib-2.0/include -I/usr/include -g -O2 -Wall -g3 -MT j2k.lo -MD -MP -MF ".deps/j2k.Tpo" \ -c -o j2k.lo `test -f 'j2k.c' || echo './'`j2k.c; \ then mv ".deps/j2k.Tpo" ".deps/j2k.Plo"; \ else rm -f ".deps/j2k.Tpo"; exit 1; \ fi
Important error is below:
j2k.c:49:17: j2k.h: No such file or directory
This means you do not have /usr/include/j2k.h
j2k.c: In function `j2k_decode_data': j2k.c:128: error: `j2k_image_t' undeclared (first use in this function) j2k.c:128: error: (Each undeclared identifier is reported only once j2k.c:128: error: for each function it appears in.) j2k.c:128: error: `img' undeclared (first use in this function) j2k.c:129: error: `j2k_cp_t' undeclared (first use in this function) j2k.c:129: error: `cp' undeclared (first use in this function) j2k.c:139: warning: implicit declaration of function `j2k_decode' j2k.c:175: warning: implicit declaration of function `j2k_release' make[3]: *** [j2k.lo] Error 1 make[3]: Leaving directory `/home/travis/gaim-0.79-vv-3/plugins/codecs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/travis/gaim-0.79-vv-3/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/travis/gaim-0.79-vv-3' make: *** [all] Error 2
haven't got a clue what these mean nor where to start to fix them.
You need to download, compile, and install libj2k available from http://gaim-vv.sourceforge.net/download.html . Unless you can find RPMs for libj2k and libj2k-devel .