On Sun, 2004-10-17 at 12:28 -0300, Patrick Boutilier wrote: > > Travis Waalkens wrote: > <snip> > > I researched that but I don't understand how to install it. > > These are the instructions > > I know up to step 2. I think step 3 means to make a backup but it would > > be nice to say that I guess. anyway, I don't know what to do with step 4 > > on so I was never able to install it. > > > > Step 3 means change directory into the directory just created by > extracting the tar file. > > > > > gaim-vv installation: > > > > 1) Download and save to your home directory > > 2) Extract it by doing tar xvfj <filename> > > 3) cd gaim-0.79-vv* > > 4) ./configure --with-libj2k=/usr --enable-linphone --enable-msn-vv -- prefix=/usr && make > > 5) su > > 6) make install > > > 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 j2k.c:49:17: j2k.h: No such file or directory 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.