Code: Select all
media-video/vlc -xvid -mozilla dvd nls xv bidi truetype wxwindows imlib matroska faad pngCode: Select all
# reason why:
# looks for xpidl in /usr/lib/mozilla/xpidl
# and doesn't find it there because it's
# in /usr/bin! - ChrisWhite
use mozilla && \
sed -e "s:^XPIDL = .*:XPIDL = /usr/bin/xpidl:" -i mozilla/Makefile \
|| die "could not fix XPIDL path"
Code: Select all
vlc configuration
--------------------
vlc version : 0.8.1
system : linux
architecture : i686 mmx
build flavour : optim devel
vlc aliases : wxvlc
You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type `make'.
!!! ERROR: media-video/vlc-0.8.1 failed.
!!! Function src_compile, Line 176, Exitcode 1
!!! could not fix XPIDL path
!!! If you need support, post the topmost build error, NOT this status message.
Anyone know why this is happening?

