gcc 3.2.2
kernel 2.4.28
I have been trying subversion vlc in hopes I would eventually find the fixes for a few things in vlc 0.8.2 that affect me (hotkeys only go forward in files, not backwards, gui playlist doesn't loop), but now compiling the subversion I get a doomsday message, a compiler error. It always takes me weeks to track down and resolve the annoying major and minor difficulties when I migrate to a new release version of my distro. I may not do it this time. That means that by the time 0.8.4 comes out, I'll just have to wave as you pass by; gcc 3.2.2 will be officially too antiquated. Somehow makes me feel old.
--snip--
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags builtin i420_rgb_mmx` -Wsign-compare -Wall -pipe -MT libi420_rgb_mmx_a-i420_rgb16.o -MD -MP -MF ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" \
-c -o libi420_rgb_mmx_a-i420_rgb16.o `test -f 'i420_rgb16.c' || echo './'`i420_rgb16.c; \
then mv ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo" ".deps/libi420_rgb_mmx_a-i420_rgb16.Po"; \
else rm -f ".deps/libi420_rgb_mmx_a-i420_rgb16.Tpo"; exit 1; \
fi
i420_rgb16.c: In function `I420_RGB16__i420_rgb_mmx':
i420_rgb16.c:414: Internal compiler error in find_reloads_toplev, at reload.c:4437
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [libi420_rgb_mmx_a-i420_rgb16.o] Error 1
--snip--