Yes, that worked, thanks Marcus.<div><br></div><div>By the way, for some reason on linux (I use ubuntu 10.10), I installed gtk-doc-tools, but it didn&#39;t work at first... Then I restarted the shell and it worked...</div>
<div>On mac (mac os x 10.6.8), as there are quite many libraries gtkdocize depends on, I just used macports to install it (package gtk-doc in macports). Worked right away.<br><br>Now to the coding :)</div><div><br></div><div>
Eduardo<br><br><div class="gmail_quote">On Wed, Jan 11, 2012 at 2:08 PM, Marcus Lundblad <span dir="ltr">&lt;<a href="mailto:ml@update.uu.se">ml@update.uu.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ons 2012-01-11 klockan 12:37 +0100 skrev Eduardo Bezerra:<br>
<div class="im">&gt; Maybe this is a dumb question, but here it goes anyway... How do you<br>
&gt; compile libnice from the source?<br>
&gt; I&#39;ve checked out libnice from the git repository, and followed the<br>
&gt; instruction in INSTALL, but I didn&#39;t manage to compile it:<br>
&gt;<br>
<br>
</div>Hi.<br>
<br>
You would need to run ./autogen.sh to set up the build system when<br>
building straight from git (the tarball releases will be &quot;pre-generated&quot;<br>
so that you only have to issue ./configure).<br>
<br>
You would also need gtkdocize it seems (I don&#39;t have the source tree at<br>
hand right now).<br>
<br>
After this you should be able to run ./configure, make, make install as<br>
usual.<br>
<br>
//Marcus<br>
<div class="im"><br>
&gt;<br>
&gt; eduardo@tetris:~/repositories/libnice$ cd nice<br>
&gt; eduardo@tetris:~/repositories/libnice/nice$ ./configure<br>
&gt; -bash: ./configure: Arquivo ou diretório não encontrado ( = file/dir<br>
&gt; not found)<br>
&gt; eduardo@tetris:~/repositories/libnice/nice$ cd ..<br>
&gt; eduardo@tetris:~/repositories/libnice$ ./configure<br>
&gt; -bash: ./configure: Arquivo ou diretório não encontrado<br>
&gt; eduardo@tetris:~/repositories/libnice$ make<br>
&gt; make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.<br>
&gt;  Pare. (no target indicated and no make file found. stop.)<br>
&gt; eduardo@tetris:~/repositories/libnice$ ./autogen.sh<br>
&gt; ./autogen.sh: 5: gtkdocize: not found<br>
&gt; eduardo@tetris:~/repositories/libnice$<br>
&gt;<br>
&gt;<br>
&gt; Thanks again<br>
&gt;<br>
&gt;<br>
&gt; Eduardo<br>
</div>&gt; _______________________________________________<br>
&gt; Nice mailing list<br>
&gt; <a href="mailto:Nice@lists.freedesktop.org">Nice@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>
<br>
<br>
_______________________________________________<br>
Nice mailing list<br>
<a href="mailto:Nice@lists.freedesktop.org">Nice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>
</blockquote></div><br></div>