From: Rocky B. <ro...@gn...> - 2012-01-13 03:03:37
|
On Thu, Jan 12, 2012 at 8:35 AM, Basile Starynkevitch < ba...@st...> wrote: > On Wed, Jan 11, 2012 at 09:52:01PM -0500, Rocky Bernstein wrote: > > On Wed, Jan 11, 2012 at 9:37 AM, Basile Starynkevitch < > > ba...@st...> wrote: > > > > > Hello All, > > > > > > I am not able to compiling the latest GIT remake > > > > Read README.md which also appears in https://github.com/rocky/remake > > Thanks for the tip. I followed the instructions there > I have updated them now to deal with the problems you've noticed. Reread that or look at the commit log for what's changed. The sucky thing about the way things stand is partly because we are keeping closer to the GNU make code. And currently "make update" is broken because of translators sites or something. The doc weirdness is sort of my fault, although the wacky way that autoconf works doesn't help matters. > > $ autoreconf -i > $ ./configure > $ make -k update > $ make && make check && sudo make install > > And I am getting > > pcbasile.x86_64 src/Tools/remake 14:34 % make -w > make: Entering directory `/usr/src/Tools/remake' > make all-recursive > make[1]: Entering directory `/usr/src/Tools/remake' > Making all in glob > make[2]: Entering directory `/usr/src/Tools/remake/glob' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/glob' > Making all in config > make[2]: Entering directory `/usr/src/Tools/remake/config' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/config' > Making all in po > make[2]: Entering directory `/usr/src/Tools/remake/po' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/Tools/remake/po' > Making all in doc > make[2]: Entering directory `/usr/src/Tools/remake/doc' > restore=: && backupdir=".am$$" && \ > rm -rf $backupdir && mkdir $backupdir && \ > if (/bin/bash /usr/src/Tools/remake/config/missing --run makeinfo > --version) >/dev/null 2>&1; then \ > for f in remake.info remake.info-[0-9] remake.info-[0-9][0-9] > remake.i[0-9] remake.i[0-9][0-9]; do \ > if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ > done; \ > else :; fi && \ > if /bin/bash /usr/src/Tools/remake/config/missing --run makeinfo > -I . \ > -o remake.info `test -f 'remake.texi' || echo './'`remake.texi; \ > then \ > rc=0; \ > else \ > rc=$?; \ > $restore $backupdir/* `echo "./remake.info" | sed 's|[^/]*$||'`; > \ > fi; \ > rm -rf $backupdir; exit $rc > remake.texi:35: @include `version-remake.texi': No such file or directory. > remake.texi:78: warning: undefined flag: EDITION. > remake.texi:78: warning: undefined flag: UPDATED-MONTH. > remake.texi:129: warning: undefined flag: EDITION. > remake.texi:129: warning: undefined flag: UPDATED-MONTH. > makeinfo: Removing output file `remake.info' due to errors; use --force > to preserve. > make[2]: *** [remake.info] Error 1 > make[2]: Leaving directory `/usr/src/Tools/remake/doc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/Tools/remake' > make: *** [all] Error 2 > make: Leaving directory `/usr/src/Tools/remake' > > > Cheers. > -- > Basile STARYNKEVITCH http://starynkevitch.net/Basile/ > email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 > 8, rue de la Faiencerie, 92340 Bourg La Reine, France > *** opinions {are only mines, sont seulement les miennes} *** > |