gnome2 branch does not build on my gentoo box

Derek Atkins warlord at MIT.EDU
Sat Jul 23 10:40:34 EDT 2005


Have you read README.cvs?  You should never run configure by hand when building
from CVS.  You should run ./autogen.sh and pass that your configure options.

Your build script looks like complete garbage.  Run:

  ./autogen.sh [configure options]
  make
  make install

-derek

Quoting Michael Wahlbrink <linux.wali at gmx.de>:

> hi,
> yes I know the gnome2 branch is still in heavy development and 'is not
> guaranteed to build ;-)
> I've tried today to get it on my gentoo-box running, but the compile
> bails out with some texinfo errors. So my question is here 1. is it a
> known error with a known workaround ;-) or is there something wrong with
>  the gentoo installation (which is not detected by .configure)...
> any hints (where to look for the error) are welcome!
> cheers
> micha
> 
> my configure line:
> ./configure \rm -rf $backupdir && mkdir $backupdir && \
> for f in gnucash-design.info gnucash-design.info-[0-9]
> gnucash-design.info-[0-9][0-9] gnucash-design.i[0-9]
> gnucash-design.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> cd "$am__cwd"; \
> if /bin/sh
> /home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16/missing --run
> makeinfo   -I . \
>  -o gnucash-design.info gnucash-design.texinfo; \
> then \
>   rc=0; \
>   cd .; \
> else \
>   rc=$?; \
>   cd . && \
>   $restore $backupdir/* `echo "./gnucash-design.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> gnucash-design.texinfo:9: @include `version.texi': No such file or
> directory.
> gnucash-design.texinfo:27: warning: undefined flag: EDITION.
> gnucash-design.texinfo:27: warning: undefined flag: UPDATED.
> gnucash-design.texinfo:28: warning: undefined flag: VERSION.
> gnucash-design.texinfo:71: warning: undefined flag: EDITION.
> gnucash-design.texinfo:71: warning: undefined flag: UPDATED.
> gnucash-design.texinfo:72: warning: undefined flag:
> VERSION.
>
/home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16/src/doc/design//engine.texinfo:249:
> warning: @strong{Note...} produces a spurious cross-reference in Info;
> reword to avoid that.
> makeinfo: Removing output file `gnucash-design.info' due to errors; use
> --force to preserve.
> make[4]: *** [gnucash-design.info] Error 1
> make[4]: Leaving directory
>
`/home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16/src/doc/design'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16/src/doc'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/micha/develop/gnucash/build/gnucash-g2-2005-07-23_15-16'
> make: *** [all] Error 2
> --prefix=/home/micha/develop/gnucash/bin/gnucash-g2-2005-07-23_15-16 \
> --enable-opt-style-install --enable-hbci --disable-html-docs
> 
> the last lines before it stops:
> [...]
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> 


-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list