On Tuesday 09 July 2002 11:13 pm, Net Llama! espoused with vigour: > I've built just about all of that stuff without too much grief. So, odds > are your system is putting libraries in very non-standard locations that > the RPMs aren't finding. So, let's take this one package at a time > (avifile, mjpegtools etc). Provide the errors that you're seeing, and we > can work from there.
Lonnie, thanks agin for the assist: Ok, I said that I would do Avifile first but something happened so as botht it and Mjpegtools compiled at last. I did a 'autogen.sh' , the result said not to use Automake 1.6 which I was. I downloaded 1.5 and did a make clean 'bingo' it worked and so did Mjpegtools. However Linuxvideostudio and MPLayer have make problems still. Seeing that they are relatively small errors I am including both here. I will see if ImageMagick now compiles later on. studio: -L/usr/X11R6/lib -lXv -lpng -ljpeg /usr/lib/libpng.a(png.o): In function `png_reset_crc': png.o(.text+0x180): undefined reference to `crc32' /usr/lib/libpng.a(png.o): In function `png_calculate_crc': png.o(.text+0x1e6): undefined reference to `crc32' /usr/lib/libpng.a(png.o): In function `png_reset_zstream': png.o(.text+0x953): undefined reference to `inflateReset' /usr/lib/libpng.a(pngwrite.o): In function `png_write_flush': pngwrite.o(.text+0xc12): undefined reference to `deflate' /usr/lib/libpng.a(pngwrite.o): In function `png_write_destroy': pngwrite.o(.text+0xda1): undefined reference to `deflateEnd' /usr/lib/libpng.a(pngwutil.o): In function `png_text_compress': pngwutil.o(.text+0x28a): undefined reference to `deflate' pngwutil.o(.text+0x3aa): undefined reference to `deflate' /usr/lib/libpng.a(pngwutil.o): In function `png_write_compressed_data_out': pngwutil.o(.text+0x5b9): undefined reference to `deflateReset' /usr/lib/libpng.a(pngwutil.o): In function `png_write_IHDR': pngwutil.o(.text+0x8c8): undefined reference to `deflateInit2_' /usr/lib/libpng.a(pngwutil.o): In function `png_write_finish_row': pngwutil.o(.text+0x2117): undefined reference to `deflate' pngwutil.o(.text+0x21b6): undefined reference to `deflateReset' /usr/lib/libpng.a(pngwutil.o): In function `png_write_filtered_row': pngwutil.o(.text+0x3071): undefined reference to `deflate' make[2]: *** [stv] Error 1 make[2]: Leaving directory `/build/linuxvideostudio-0.1.5/src' Mplayer: -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -Lvidix -lvidix libmpdemux/libmpdemux.a(demux_ogg.o): In function `demux_ogg_read_packet': demux_ogg.o(.text+0x5e): undefined reference to `vorbis_packet_blocksize' make: *** [mplayer] Error 1 It is obvious even to me that studio had png problems, but waht. -- Keith Antoine (GANDALF) aka 'skippy' 18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161 Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
