Hi
If you are on Debian, you should always try the Debian package first, this should keep you out of all the compilation trouble. If you are not happy with the precompiled version (it doesn't have avi support, because libavifile is not cross platform) let me know. I will do my best to make good packages. As long as noboy complains I assume the packages are working perfectly.
If you want to compile gem by hand, Debian offers you some help for finding the correct libraries.
# apt-get build-dep gem
will install all the libraries you need to compile gem. (you have to install libavifile-dev by hand, though)
# apt-get install libavifile-dev
Then compile gem either the standard way, or automatically with
# apt-get source --build gem
Guenter
On Sat, 24 Jul 2004, Ian Smith-Heisters wrote:
Hi,
I'm also having some problems compiling Gem. I've tried both the CVS version and the .90 release. ./configure keeps resulting in this:
building pix_filmFFMPEG checking for dv_init in -ldv... no checking alternate -ldv in ../../../GemLibs/ /usr/local/lib /usr/local/src... configure: error: library dv not available - try makeauxlibs
I've run makeauxlibs and it finishes successfully. I ran configure with these options:
./configure --prefix=$HOME --libdir=/usr/lib --includedir=usr/lib:../../../GemLibs:/usr/include --enable-mmx --with-ftgl --with-mpeg --with-mpeg3 --with-quicktime --with-avi --with-aviplay --with-avcodec=~/pd/externals/pidip/ffmpeg/libavcodec/libavcodec.a --with-avformat=~/pd/externals/pidip/ffmpeg/libavformat/libavformat.a --with-ieee1394 --with-x
because /usr/lib has libdv.a .la .so .so.2 .so.2.1.0 .so.4 .so.4.0.0. Since using the modified includedir and libdir didn't seem to change anything I tried editing the configure file, replacing every instance of /usr/local/lib with /usr/lib, but that still doesn't change anything.
Thank you for any help.
-Ian SMith-Heisters
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list