Tks! =) Beginner error!
-------------------------------- Diego Rabatone Oliveira On Mon, Mar 15, 2010 at 4:23 PM, jamesmikedup...@googlemail.com < jamesmikedup...@googlemail.com> wrote: > http://docwiki.gumstix.org/Buildroot#Makeinfo_.22Missing.22 > > check you have : > makeinfo --version > > > > > On Mon, Mar 15, 2010 at 8:14 PM, Diego Rabatone <dir...@diraol.eng.br>wrote: > >> Hi guys, i've downloaded the sourcecode and tried to compile the code, but >> it returned me an error: >> >> ====== >> make[1]: Entrando no diretório `/home/diraol/devel/libredwg/doc' >> restore=: && backupdir=".am$$" && \ >> am__cwd=`pwd` && cd . && \ >> rm -rf $backupdir && mkdir $backupdir && \ >> if (/bin/bash /home/diraol/devel/libredwg/build-aux/missing --run >> makeinfo --version) >/dev/null 2>&1; then \ >> for f in LibreDWG.info LibreDWG.info-[0-9] LibreDWG.info-[0-9][0-9] >> LibreDWG.i[0-9] LibreDWG.i[0-9][0-9]; do \ >> if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ >> done; \ >> else :; fi && \ >> cd "$am__cwd"; \ >> if /bin/bash /home/diraol/devel/libredwg/build-aux/missing --run >> makeinfo -I . \ >> -o LibreDWG.info LibreDWG.texi; \ >> then \ >> rc=0; \ >> cd .; \ >> else \ >> rc=$?; \ >> cd . && \ >> $restore $backupdir/* `echo "./LibreDWG.info" | sed 's|[^/]*$||'`; \ >> fi; \ >> rm -rf $backupdir; exit $rc >> /home/diraol/devel/libredwg/build-aux/missing: line 54: makeinfo: comando >> não encontrado >> WARNING: `makeinfo' is missing on your system. You should only need it if >> you modified a `.texi' or `.texinfo' file, or any other file >> indirectly affecting the aspect of the manual. The spurious >> call might also be the consequence of using a buggy `make' (AIX, >> DU, IRIX). You might want to install the `Texinfo' package or >> the `GNU make' package. Grab either from any GNU archive site. >> make[1]: ** [LibreDWG.info] Erro 1 >> make[1]: Saindo do diretório `/home/diraol/devel/libredwg/doc' >> make: ** [all-recursive] Erro 1 >> ======== >> >> Am i doing something wrong? I've done: >> "sh autogen.sh" >> "./configure" >> "sudo make" >> >> >> Tks >> >> -------------------------------- >> Diego Rabatone Oliveira >> Engenharia de Computação - Escola Politécnica - Universidade de São Paulo >> Grupo de Estudos de Software Livre da Poli-USP (PoliGNU) - >> http://polignu.org >> diraol_arroba_polignu.org >> Twitter: @diraol >> "Hacking for the Freedom!" >> > >