Hi Haris,<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 10:59 AM, Haris Ibrahim K. V. <span dir="ltr"><<a href="mailto:blucalvin@gmail.com">blucalvin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="ltr">Hi David,<br><br>I found some errors while trying to compile tuxtype.<br><br>1) When I ran autoreconf, it gave the following output:<br></div></blockquote><div><br></div><div>You should run "autoreconf -i" (shorthand for "autoreconf --install").  I think the problem is that a lot of these boilerplate files need to be copied in by automake and autoconf, and just running automake by hand only took care of some of them.  That's why you are still getting the error about the missing po/<a href="http://Makefile.in.in">Makefile.in.in</a>.</div>
<div><br></div><div>The latest git checkout of the master branch builds without errors on my machine.  Try this</div><div>1.  clone and checkout tuxtype into some location (most likely you have done this already).</div><div>
2. From the top level tuxtype directory, do:</div><div><br></div><div>mkdir build</div><div>cd build</div><div>autoreconf -i ..</div><div>../configure</div><div>make</div><div>sudo make install</div><div>tuxtype -f</div><div>
<br></div><div>and you should have tuxtype running so you can test it.</div><div><br></div><div>(it is cleaner to do builds from a separate build directory like this to avoid cluttering the source tree with object files and other generated files).</div>
<div><br></div></div>Also, please send questions like this to the dev mailing list so the answers can be googled in the future.<br clear="all"><div><br></div>-- <br>David Bruce<br><br>For all your software needs, visit The Apt Store:<br>
deb <a href="http://ftp.us.debian.org/debian" target="_blank">http://ftp.us.debian.org/debian</a> stable main<br>