For anyone else that might run into this problem, I updated VLC to a newer version, and got the compile error "loop
initial declarations are only allowed in C99 or C11 mode".
I got it working by changing:
BUILDCC=gcc ./configure --prefix=/usr \
to:
BUILDCC="gcc -std=gnu99" ./configure --prefix=/usr \
Wayne Sallee
[email protected]
http://www.WayneSallee.com
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page