Re: [blfs-support] Phonon-backend-vlc-0.7.1 DOES NOT COMPILE

2014-03-10 Thread Bruce Dubbs
m...@pc-networking-services.com wrote: > Hello, > > when trying to install phonon-backend-vlc by what is PUBLISHED in the book: > -- Found LibVLCcore library path:/usr/lib/libvlccore.so > -- Found LibVLC version: 2.1.3 (searched for: 0.0) > -- Building against Phonon 4.2 API > CMake Error at src/C

[blfs-support] Phonon-backend-vlc-0.7.1 DOES NOT COMPILE

2014-03-10 Thread me
Hello, when trying to install phonon-backend-vlc by what is PUBLISHED in the book: mkdir build && cdbuild && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make You get the following ERROR

[blfs-support] Phonon-backend-vlc-0.7.1 DOES NOT COMPILE

2014-03-10 Thread me
Hello, when trying to install phonon-backend-vlc by what is PUBLISHED in the book: mkdir build && cdbuild && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make You get the following ERROR

Re: [blfs-support] iptables

2014-03-10 Thread Richard Melville
Thanks for the help Bruce and AK -- that's a lot clearer. Richard -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] Gcr-3.10.1 need to set correct path for successful compilation

2014-03-10 Thread me
> m...@pc-networking-services.com wrote: >> Hello, >> >> While I was attempting to compile Gcr-3.10.1 from the stable BLFS-7.5 >> book >> I was not able to do so until I did the following: >> >> XDG_DATA_HOME=/usr/share >> export XDG_DATA_HOME >> >> XDG_DATA_DIRS=/usr/share/ >> export XDG_DATA_DIRS