making mpeg4ip / libfaad2 on archlinux
#1
Here is my ./configure
http://pastebin.com/m18d8bd52

and here is what i get when trying to make it:
Code:
make -C libfaad2
make[2]: Entering directory `/home/gorus/pkg/xbmc/src/XBMC/XBMC-build/xbmc/cores/dvdplayer/Codecs/libfaad2'
cd . && /bin/sh /home/gorus/pkg/xbmc/src/XBMC/XBMC-build/xbmc/cores/dvdplayer/Codecs/libfaad2/missing --run aclocal-1.10
cd . && /bin/sh /home/gorus/pkg/xbmc/src/XBMC/XBMC-build/xbmc/cores/dvdplayer/Codecs/libfaad2/missing --run automake-1.10 --gnu
/usr/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'
/usr/share/automake-1.10/am/depend2.am:   to `configure.in' and run `aclocal' and `autoconf' again.
plugins/mpeg4ip/Makefile.am: C++ source seen but `CXX' is undefined
plugins/mpeg4ip/Makefile.am:   The usual way to define `CXX' is to add `AC_PROG_CXX'
plugins/mpeg4ip/Makefile.am:   to `configure.in' and run `autoconf' again.
make[2]: *** [Makefile.in] Error 1
make[2]: Leaving directory `/home/gorus/pkg/xbmc/src/XBMC/XBMC-build/xbmc/cores/dvdplayer/Codecs/libfaad2'
make[1]: *** [libfaad2] Error 2
make[1]: Leaving directory `/home/gorus/pkg/xbmc/src/XBMC/XBMC-build/xbmc/cores/dvdplayer/Codecs'
make: *** [dvdpcodecs] Error 2
==> ERROR: Build Failed.
Aborting...

can anybody shed some light on it ?


ok ive done some search and it has something to do with libtool package
Reply

Logout Mark Read Team Forum Stats Members Help
making mpeg4ip / libfaad2 on archlinux0