GUILE_WARN_DEPRECATED=detailed make check cut ============= PASS: test-load-c FAIL: test-load-scm PASS: test-gwrapped-c PASS: test-scm-module FAIL: test-scm-multi FAIL: test-load-deps
On Fri, Nov 11, 2011 at 10:33 AM, Geert Janssens <janssens-ge...@telenet.be>wrote: > On vrijdag 11 november 2011, Ted Creedon wrote: > > here's what I did, it it correct? > > > > git clone git://github.com/Gnucash/gnucash.git > > cd gnucash/ > > ./autogen.sh > > ./configure --enable-debug --disable-error-on-warning #won't > > compile without this disable switch > > make > > > > gnucash --version > > gnc.bin-Message: main: binreloc relocation support was disabled at > > configure time. > > > > GnuCash 2.4.99 development version > > Built 2011-11-08 from r872d437+ > > > This is not the most recent git commit, but recent enough. It does have the > maxdepth bug fix. > > git checkout trunk > git-update (the perl script you displayed before) > should get you to the latest commit. > > I'll have to investigate the new errors you report below. > > Geert > > > > > rm -rf /root/.cache/guile/;GUILE_AUTO_COMPILE=0 gnucash --debug --extra > > --log="gnc.scm=debug" > > gnc.bin-Message: main: binreloc relocation support was disabled at > > configure time. > > > > This is a development version. It may or may not work. > > Report bugs and other problems to gnucash-devel@gnucash.org. > > You can also lookup and file bug reports at http://bugzilla.gnome.org > > The last stable version was GnuCash 2.4.7 > > The next stable version will be GnuCash 2.6 > > > > WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported > from > > both (sw_engine) and (gnucash engine) > > WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path' > > imported from both (sw_engine) and (gnucash core-utils) > > WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from > > both (sw_engine) and (gnucash engine) > > WARNING: (gnucash report report-system): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report report-system): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from > > both (sw_engine) and (gnucash engine) > > WARNING: (gnucash report report-system): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from > > both (sw_engine) and (gnucash engine) > > WARNING: (gnucash report report-system): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report stylesheet-plain): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report stylesheet-fancy): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report stylesheet-footer): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report stylesheet-easy): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports daily-reports): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports account-summary): imported > module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports general-journal): imported > module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports advanced-portfolio): imported > > module (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports advanced-portfolio): > > `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine) > > WARNING: (gnucash report standard-reports balance-sheet): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports category-barchart): imported > > module (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports budget-barchart): imported > module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports price-scatter): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports sx-summary): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports average-balance): imported > module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports equity-statement): imported > > module (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports transaction): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports budget-flow): imported module > > (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash report standard-reports account-piecharts): imported > > module (gnucash app-utils) overrides core binding `N_' > > WARNING: (gnucash business-utils): imported module (gnucash app-utils) > > overrides core binding `N_' > > WARNING: (gnucash business-utils): imported module (gnucash app-utils) > > overrides core binding `N_' > > WARNING: (gnucash report hello-world): imported module (gnucash > app-utils) > > overrides core binding `N_' > > WARNING: (gnucash report view-column): imported module (gnucash > app-utils) > > overrides core binding `N_' > > WARNING: (gnucash report welcome-to-gnucash): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report report-gnome): imported module (gnucash > app-utils) > > overrides core binding `N_' > > WARNING: (gnucash report business-reports): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report fancy-invoice): imported module (gnucash > > app-utils) overrides core binding `N_' > > WARNING: (gnucash report invoice): imported module (gnucash app-utils) > > overrides core binding `N_' > > WARNING: (gnucash report easy-invoice): imported module (gnucash > app-utils) > > overrides core binding `N_' > > ice-9/psyntax.scm:1326:30: In procedure chi-macro: > > ice-9/psyntax.scm:1326:30: Syntax error: > > unknown location: source expression failed to match any pattern in form > do > > > > On Fri, Nov 11, 2011 at 9:39 AM, John Ralls <jra...@ceridwen.us> wrote: > > > On Nov 11, 2011, at 8:39 AM, Ted Creedon wrote: > > > > Whats the correct incantation? > > > > > > To do what? > > > > > > Regards, > > > John Ralls > > > > _______________________________________________ > > gnucash-devel mailing list > > gnucash-devel@gnucash.org > > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > > _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel