Re: How to have the last version 1.2.0 (=developpemnt version)
David Monnin <[email protected]> Sun, 5 Sep 2010 12:39:56 +0200
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-1-433323734 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable If I remember the options, you can try the following commands : aclocal -a autoconf -a automake ./configure make sudo make install Good luck, David Envoy=C3=A9 de mon iPhone Le 4 sept. 2010 =C3=A0 22:18, Olivier Girard <[email protected]> a =C3=A9cr= it : > Strangly, i have an error. I will test tomorrow on my other system because= it seems that i have already fetch the sources that i have done a update. >=20 > When i do the autoreconf command, i obtain this error : > | olivier@Triton:~/logsvn/tcforge$ autoreconf -f -v -i > Can't exec "libtoolize": Aucun fichier ou dossier de ce type at /usr/bin/a= utoreconf line 189. > Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf l= ine 189. > autoreconf: Entering directory `.' > autoreconf: configure.in: not using Gettext > autoreconf: running: aclocal --force=20 > autoreconf: configure.in: tracing > autoreconf: configure.in: creating directory autotools > autoreconf: configure.in: not using Libtool > autoreconf: running: /usr/bin/autoconf --force > configure.in:123: error: possibly undefined macro: AC_DISABLE_STATIC > If this token and others are legitimate, please use m4_pattern_allow= . > See the Autoconf documentation. > configure.in:124: error: possibly undefined macro: AC_LIBTOOL_DLOPEN > configure.in:125: error: possibly undefined macro: AC_PROG_LIBTOOL > autoreconf: /usr/bin/autoconf failed with exit status: 1 >=20 > I have yet try the ./configure but i have this output > olivier@Triton:~/logsvn/tcforge$ ./configure > configure: error: cannot find install-sh, install.sh, or shtool in autotoo= ls "."/autotools=20 >=20 > Strange because i have search if i was missing me the autotools, automake a= nd shtool but they are installed.=20 > Perhaps, i should use a special version (the number is not the good) e.g. a= utomake 1.xx instead of 1.yy). Shtool was not installed but the problem is a= lways the same. > An idea ? >=20 > Thanks. >=20 > Best Regards >=20 >=20 > 2010/9/4 Francesco Romani <[email protected]> > On Sat, 2010-09-04 at 11:58 +0200, Olivier Girard wrote: > > Hi Francesco and thanks to reply me. > > > > I have never use HG and how to process for grab and for update the > > development version ? >=20 > Just issuing the command previuosly reported ( > hg clone http://hg.berlios.de/repos/tcforge > ) in a terminal window will fetch the sources. >=20 > > And after the more complicated how to compile it ? You said on your > > website (=3D> tcforge) that the two version can exist, so how do it ? >=20 > Something like that should work: > $ hg clone http://hg.berlios.de/repos/tcforge > $ cd tcforge > $ autoreconf -f -v -i >=20 > after that you're ready to go on the usual route: >=20 > $ ./configure > $ make > # make install >=20 > Bests, >=20 > -- > Francesco Romani // Ikitt > http://fromani.exit1.org ::: transcode homepage > http://tcforge.berlios.de ::: transcode experimental forge >=20 >=20 >=20 >=20 > --=20 > Olivier > Cenwen un elfe sur la banquise/ an elve on the ice > Mon blog perso sur le multim=C3=A9dia, Ubuntu, Linux et OpenShot : http:/= /linuxevolution.wordpress.com/ > Le forum d'Openshot o=C3=B9 vous me trouverez : http://openshotusers.com/ > http://openshotusers.com/forum/index.php --Apple-Mail-1-433323734 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by fries.zyn.de id o85AvLus019149 <html><body bgcolor=3D"#FFFFFF"><div>If I remember the options, you can t= ry the following commands :</div><div>aclocal -a</div><div>autoconf -a</d= iv><div>automake</div><div>./configure</div><div>make</div><div>sudo make= install</div><div><br></div><div>Good luck,</div><div><br></div><div>Dav= id</div><div><br>Envoy=C3=A9 de mon iPhone</div><div><br>Le 4 sept. 2010 = =C3=A0 22:18, Olivier Girard <<a href=3D"mailto:[email protected]">eo= [email protected]</a>> a =C3=A9crit :<br><br></div><div></div><blo= ckquote type=3D"cite"><div>Strangly, i have an error. I will test tomorro= w on my other system because it seems that i have already fetch the sourc= es that i have done a update.<br><br>When i do the autoreconf command, i = obtain this error :<br> | olivier@Triton:~/logsvn/tcforge$ autorecon= f -f -v -i<br> Can't exec "libtoolize": Aucun fichier ou dossier de ce type at /usr/bin/= autoreconf line 189.<br>Use of uninitialized value in pattern match (m//)= at /usr/bin/autoreconf line 189.<br>autoreconf: Entering directory `.'<b= r> autoreconf: <a href=3D"http://configure.in">configure.in</a>: not using G= ettext<br>autoreconf: running: aclocal --force <br>autoreconf: <a href=3D= "http://configure.in">configure.in</a>: tracing<br>autoreconf: <a href=3D= "http://configure.in">configure.in</a>: creating directory autotools<br> autoreconf: <a href=3D"http://configure.in">configure.in</a>: not using L= ibtool<br>autoreconf: running: /usr/bin/autoconf --force<br><a href=3D"ht= tp://configure.in:123">configure.in:123</a>: error: possibly undefined ma= cro: AC_DISABLE_STATIC<br> If this token and others are legitimate, p= lease use m4_pattern_allow.<br> See the Aut= oconf documentation.<br><a href=3D"http://configure.in:124">configure.in:= 124</a>: error: possibly undefined macro: AC_LIBTOOL_DLOPEN<br> <a href=3D"http://configure.in:125">configure.in:125</a>: error: possibly= undefined macro: AC_PROG_LIBTOOL<br>autoreconf: /usr/bin/autoconf failed= with exit status: 1<br><br>I have yet try the ./configure but i have thi= s output<br> olivier@Triton:~/logsvn/tcforge$ ./configure<br>configure: error: cannot = find install-sh, install.sh, or shtool in autotools "."/autotools <br><br= >Strange because i have search if i was missing me the autotools, automak= e and shtool but they are installed. <br> Perhaps, i should use a special version (the number is not the good) e.g.= automake 1.xx instead of 1.yy). Shtool was not installed but the problem= is always the same.<br>An idea ?<br><br>Thanks.<br><br>Best Regards<br><= br> <br><div class=3D"gmail_quote">2010/9/4 Francesco Romani <span dir=3D"ltr= "><<a href=3D"mailto:[email protected]"><a href=3D"mailto:fromani@gmai= l.com">[email protected]</a></a>></span><br><blockquote class=3D"gmail= _quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(20= 4, 204, 204); padding-left: 1ex;"> <div class=3D"im">On Sat, 2010-09-04 at 11:58 +0200, Olivier Girard wrote= :<br> > Hi Francesco and thanks to reply me.<br> ><br> > I have never use HG and how to process for grab and for update the<b= r> > development version ?<br> <br> </div>Just issuing the command previuosly reported (<br> <div class=3D"im">hg clone <a href=3D"http://hg.berlios.de/repos/tcforge"= target=3D"_blank"><a href=3D"http://hg.berlios.de/repos/tcforge">http://= hg.berlios.de/repos/tcforge</a></a><br> </div>) in a terminal window will fetch the sources.<br> <div class=3D"im"><br> > And after the more complicated how to compile it ? You said on your<= br> > website (=3D> tcforge) that the two version can exist, so how do = it ?<br> <br> </div>Something like that should work:<br> $ hg clone <a href=3D"http://hg.berlios.de/repos/tcforge" target=3D"_blan= k"><a href=3D"http://hg.berlios.de/repos/tcforge">http://hg.berlios.de/re= pos/tcforge</a></a><br> $ cd tcforge<br> $ autoreconf -f -v -i<br> <br> after that you're ready to go on the usual route:<br> <br> $ ./configure<br> $ make<br> # make install<br> <br> Bests,<br> <font color=3D"#888888"><br> --<br> </font><div><div></div><div class=3D"h5">Francesco Romani // Ikitt<br> <a href=3D"http://fromani.exit1.org" target=3D"_blank"><a href=3D"http://= fromani.exit1.org">http://fromani.exit1.org</a></a> ::: transcode h= omepage<br> <a href=3D"http://tcforge.berlios.de" target=3D"_blank"><a href=3D"http:/= /tcforge.berlios.de">http://tcforge.berlios.de</a></a> ::: transcode expe= rimental forge<br> <br> </div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Olivier<b= r>Cenwen un elfe sur la banquise/ an elve on the ice<br>Mon blog perso&nb= sp; sur le multim=C3=A9dia, Ubuntu, Linux et OpenShot : <a href=3D"http:/= /linuxevolution.wordpress.com/"><a href=3D"http://linuxevolution.wordpres= s.com/">http://linuxevolution.wordpress.com/</a></a><br> Le forum d'Openshot o=C3=B9 vous me trouverez : <a href=3D"http://opensho= tusers.com/"><a href=3D"http://openshotusers.com/">http://openshotusers.c= om/</a></a><br><a href=3D"http://openshotusers.com/forum/index.php"><a hr= ef=3D"http://openshotusers.com/forum/index.php">http://openshotusers.com/= forum/index.php</a></a><br> </div></blockquote></body></html> --Apple-Mail-1-433323734--