You're just missing libtool ('sudo apt-get install libtool' will
probably solve the issue)
I think we should add to the Bino "download" page a list of required
packages to compile from sources, and their exact names on Debian,
Ubuntu and Fedora, which are widespread Linux distributions.
On Ubuntu:
You basically need all the autotools (autoconf, automake, libtool),
texinfo (for making the manual), ffmpeg (*), libglewmx1.6-dev,
libqt4-dev, libass-dev
ffmpeg: on Ubuntu, I use Jon Severinsson's launchpad, because it always
contains up-to-date versions:
https://launchpad.net/~jon-severinsson/+archive/ffmpeg
you may try the ffmpeg from the official repository, but I don't know if
it works.
You need to install at least the packages: libavcodec-dev libswscale-dev
libavformat-dev
fred
Le 9 mai 2012 à 13:31, C. Meyer a écrit :
Hey Martin,
I think it is more problematic that compiling Bino did not work for
you. It should be very simple, and binaries should not be necessary
in most cases.
I completly agree - the more frustrating is it, that compiling is not
working for me!
What exactly went wrong? It should just be 'configure; make; sudo make
install', and the configure script should tell you if there are
packages missing.
address@hidden:~/Downloads$ git clone
git://git.savannah.nongnu.org/bino.git
Cloning into 'bino'...
remote: Counting objects: 5572, done.
remote: Compressing objects: 100% (2311/2311), done.
remote: Total 5572 (delta 4237), reused 4263 (delta 3226)
Receiving objects: 100% (5572/5572), 1.77 MiB | 780 KiB/s, done.
Resolving deltas: 100% (4237/4237), done.
address@hidden:~/Downloads$ cd bino/
address@hidden:~/Downloads/bino$ autoreconf -i
Can't exec "libtoolize": Datei oder Verzeichnis nicht gefunden at
/usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at
/usr/bin/autoreconf line 196.
autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not
AM_GNU_GETTEXT_VERSION
address@hidden:~/Downloads/bino$
So, what's wrong?
Thanks
Christian