Re: How to have the last version 1.2.0 (=developpemnt version)

Olivier Girard <[email protected]> Mon, 6 Sep 2010 21:25:11 +0200
Newsgroups gmane.comp.video.transcode.user
Message-ID <[email protected]>
--00163630ff413467b9048f9c3d0b
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,

Thanks a lot for your answers.

@David
i'll test tomorrow on another system (Ubuntu Karmic 32 bits ) your tip.

@Francesco
libtool was already installed and so i have just done a rebuild of my
package (# apt-get build-dep transcode)
it seems me that that have worked (i have had none error).
How can i be sure that i have this version 1.2.0 installed ?
I have done a :
#sudo apt-cache policy transcode
and it seems that i have only the 1.1.5 installed.
I have missed something or doing something wrong ?

Thanks.

@+


2010/9/5 David Monnin <[email protected]>

> 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=E9 de mon iPhone
>
> Le 4 sept. 2010 =E0 22:18, Olivier Girard <[email protected]> a =E9crit =
:
>
> Strangly, i have an error. I will test tomorrow on my other system becaus=
e
> it seems that i have already fetch the sources that i have done a update.
>
> 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/autoreconf line 189.
> Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
> line 189.
> autoreconf: Entering directory `.'
> autoreconf: configure.in: not using Gettext
> autoreconf: running: aclocal --force
> 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_allo=
w.
>       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
>
> 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
> autotools "."/autotools
>
> Strange because i have search if i was missing me the autotools, automake
> and shtool but they are installed.
> 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.
> An idea ?
>
> Thanks.
>
> Best Regards
>
>
> 2010/9/4 Francesco Romani < <[email protected]>[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 ?
>>
>> Just issuing the command previuosly reported (
>> hg clone <http://hg.berlios.de/repos/tcforge>
>> http://hg.berlios.de/repos/tcforge
>> ) in a terminal window will fetch the sources.
>>
>> > 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 ?
>>
>> Something like that should work:
>> $ hg clone <http://hg.berlios.de/repos/tcforge>
>> http://hg.berlios.de/repos/tcforge
>> $ cd tcforge
>> $ autoreconf -f -v -i
>>
>> after that you're ready to go on the usual route:
>>
>> $ ./configure
>> $ make
>> # make install
>>
>> Bests,
>>
>> --
>> Francesco Romani // Ikitt
>>  <http://fromani.exit1.org>http://fromani.exit1.org  ::: transcode
>> homepage
>>  <http://tcforge.berlios.de>http://tcforge.berlios.de ::: transcode
>> experimental forge
>>
>>
>
>
> --
> Olivier
> Cenwen un elfe sur la banquise/ an elve on the ice
> Mon blog perso  sur le multim=E9dia, Ubuntu, Linux et OpenShot :
> <http://linuxevolution.wordpress.com/>http://linuxevolution.wordpress.com=
/
> Le forum d'Openshot o=F9 vous me trouverez : <http://openshotusers.com/>
> http://openshotusers.com/
> <http://openshotusers.com/forum/index.php>
> http://openshotusers.com/forum/index.php
>
>


--=20
Olivier
Cenwen un elfe sur la banquise/ an elve on the ice
Mon blog perso  sur le multim=E9dia, Ubuntu, Linux et OpenShot :
http://linuxevolution.wordpress.com/
Le forum d'Openshot o=F9 vous me trouverez : http://openshotusers.com/
http://openshotusers.com/forum/index.php

--00163630ff413467b9048f9c3d0b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,<br><br>Thanks a lot for your answers.<br><br>@David <br>i&#39;ll test t=
omorrow on another system (Ubuntu Karmic 32 bits ) your tip.<br><br>@France=
sco<br>libtool was already installed and so i have just done a rebuild of m=
y package (# apt-get build-dep transcode)<br>
it seems me that that have worked (i have had none error).<br>How can i be =
sure that i have this version 1.2.0 installed ? <br>I have done a :<br>#sud=
o apt-cache policy transcode <br>and it seems that i have only the 1.1.5 in=
stalled.<br>
I have missed something or doing something wrong ? <br><br>Thanks.<br><br>@=
+<br>
<br><br><div class=3D"gmail_quote">2010/9/5 David Monnin <span dir=3D"ltr">=
&lt;<a href=3D"mailto:[email protected]">[email protected]</a>&gt;</s=
pan><br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8e=
x; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div bgcolor=3D"#FFFFFF"><div>If I remember the options, you can try the fo=
llowing commands :</div><div>aclocal -a</div><div>autoconf -a</div><div>aut=
omake</div><div>./configure</div><div>make</div><div>sudo make install</div=
>
<div><br></div><div>Good luck,</div><div><br></div><div>David</div><div><br=
>Envoy=E9 de mon iPhone</div><div><br>Le 4 sept. 2010 =E0 22:18, Olivier Gi=
rard &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">eolinwen@g=
mail.com</a>&gt; a =E9crit=A0:<br>
<br></div><div><div></div><div class=3D"h5"><div></div><blockquote type=3D"=
cite"><div>Strangly, i have an error. I will test tomorrow on my other syst=
em because it seems that i have already fetch the sources that i have done =
a update.<br>
<br>When i do the autoreconf command, i obtain this error :<br>=A0| olivier=
@Triton:~/logsvn/tcforge$ autoreconf -f -v -i<br>
Can&#39;t exec &quot;libtoolize&quot;: Aucun fichier ou dossier de ce type =
at /usr/bin/autoreconf line 189.<br>Use of uninitialized value in pattern m=
atch (m//) at /usr/bin/autoreconf line 189.<br>autoreconf: Entering directo=
ry `.&#39;<br>

autoreconf: <a href=3D"http://configure.in" target=3D"_blank">configure.in<=
/a>: not using Gettext<br>autoreconf: running: aclocal --force <br>autoreco=
nf: <a href=3D"http://configure.in" target=3D"_blank">configure.in</a>: tra=
cing<br>
autoreconf: <a href=3D"http://configure.in" target=3D"_blank">configure.in<=
/a>: creating directory autotools<br>
autoreconf: <a href=3D"http://configure.in" target=3D"_blank">configure.in<=
/a>: not using Libtool<br>autoreconf: running: /usr/bin/autoconf --force<br=
><a href=3D"http://configure.in:123" target=3D"_blank">configure.in:123</a>=
: error: possibly undefined macro: AC_DISABLE_STATIC<br>

=A0=A0=A0=A0=A0 If this token and others are legitimate, please use m4_patt=
ern_allow.<br>=A0=A0=A0=A0=A0 See the Autoconf documentation.<br><a href=3D=
"http://configure.in:124" target=3D"_blank">configure.in:124</a>: error: po=
ssibly undefined macro: AC_LIBTOOL_DLOPEN<br>

<a href=3D"http://configure.in:125" target=3D"_blank">configure.in:125</a>:=
 error: possibly undefined macro: AC_PROG_LIBTOOL<br>autoreconf: /usr/bin/a=
utoconf failed with exit status: 1<br><br>I have yet try the ./configure bu=
t i have this output<br>

olivier@Triton:~/logsvn/tcforge$ ./configure<br>configure: error: cannot fi=
nd install-sh, install.sh, or shtool in autotools &quot;.&quot;/autotools <=
br><br>Strange because i have search if i was missing me the autotools, aut=
omake and shtool but they are installed. <br>

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 =
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">=
&lt;<a href=3D"mailto:[email protected]" target=3D"_blank"></a><a href=3D"m=
ailto:[email protected]" target=3D"_blank">[email protected]</a>&gt;</span>=
<br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; b=
order-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>On Sat, 2010-09-04 at 11:58 +0200, Olivier Girard wrote:<br>
&gt; Hi Francesco and thanks to reply me.<br>
&gt;<br>
&gt; I have never use HG and how to process for grab and for update the<br>
&gt; development version ?<br>
<br>
</div>Just issuing the command previuosly reported (<br>
<div>hg clone <a href=3D"http://hg.berlios.de/repos/tcforge" target=3D"_bla=
nk"></a><a href=3D"http://hg.berlios.de/repos/tcforge" target=3D"_blank">ht=
tp://hg.berlios.de/repos/tcforge</a><br>
</div>) in a terminal window will fetch the sources.<br>
<div><br>
&gt; And after the more complicated how to compile it ? You said on your<br=
>
&gt; website (=3D&gt; 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"_blank"=
></a><a href=3D"http://hg.berlios.de/repos/tcforge" target=3D"_blank">http:=
//hg.berlios.de/repos/tcforge</a><br>
$ cd tcforge<br>
$ autoreconf -f -v -i<br>
<br>
after that you&#39;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>Francesco Romani // Ikitt<br>
<a href=3D"http://fromani.exit1.org" target=3D"_blank"></a><a href=3D"http:=
//fromani.exit1.org" target=3D"_blank">http://fromani.exit1.org</a> =A0::: =
transcode homepage<br>
<a href=3D"http://tcforge.berlios.de" target=3D"_blank"></a><a href=3D"http=
://tcforge.berlios.de" target=3D"_blank">http://tcforge.berlios.de</a> ::: =
transcode experimental forge<br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Olivier<br>=
Cenwen un elfe sur la banquise/ an elve on the ice<br>Mon blog perso=A0 sur=
 le multim=E9dia, Ubuntu, Linux et OpenShot : <a href=3D"http://linuxevolut=
ion.wordpress.com/" target=3D"_blank"></a><a href=3D"http://linuxevolution.=
wordpress.com/" target=3D"_blank">http://linuxevolution.wordpress.com/</a><=
br>

Le forum d&#39;Openshot o=F9 vous me trouverez : <a href=3D"http://openshot=
users.com/" target=3D"_blank"></a><a href=3D"http://openshotusers.com/" tar=
get=3D"_blank">http://openshotusers.com/</a><br><a href=3D"http://openshotu=
sers.com/forum/index.php" target=3D"_blank"></a><a href=3D"http://openshotu=
sers.com/forum/index.php" target=3D"_blank">http://openshotusers.com/forum/=
index.php</a><br>

</div></blockquote></div></div></div></blockquote></div><br><br clear=3D"al=
l"><br>-- <br>Olivier<br>Cenwen un elfe sur la banquise/ an elve on the ice=
<br>Mon blog perso=A0 sur le multim=E9dia, Ubuntu, Linux et OpenShot : <a h=
ref=3D"http://linuxevolution.wordpress.com/">http://linuxevolution.wordpres=
s.com/</a><br>
Le forum d&#39;Openshot o=F9 vous me trouverez : <a href=3D"http://openshot=
users.com/">http://openshotusers.com/</a><br><a href=3D"http://openshotuser=
s.com/forum/index.php">http://openshotusers.com/forum/index.php</a><br>

--00163630ff413467b9048f9c3d0b--