There needs to be a one character fix in cmake/CMakeLists.txt to change an underscore to a dash. Could a committer please make this change for me (in maint, then merge to master)? Or I could do a PR if necessary.
Thanks, Rob diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 9e1e2cbed..a8651da48 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -19,7 +19,7 @@ SET(schema-targets business-gnome-gschema csv-exp-gschema csv-imp-gschema generic-import-gschema gnome-gschema gnome-utils-gschema ofx-gschema qif-imp-gschema) IF (WITH_AQBANKING) - LIST(APPEND schema_targets aqb-gschema) + LIST(APPEND schema-targets aqb-gschema) ENDIF (WITH_AQBANKING) SET(SCHEMA_DIRECTORY ${DATADIR_BUILD}/glib-2.0/schemas) On Sun, Jul 16, 2017 at 4:30 PM, John Ralls <jra...@ceridwen.us> wrote: > > > On Jul 16, 2017, at 8:42 AM, Geert Janssens <geert.gnuc...@kobaltwit.be> > wrote: > > > > That is the same error I was having last week when building with > aqbanking. > > > > John recently made building with aqbanking the default. But clearly > there is something missing for it. > > > > Until this is fixed you can disable building with aqbanking by setting > an option to cmake > > > > Regards > > > > Geert > > > > Robert Fewell <14ubo...@gmail.com> schreef op 16 juli 2017 13:27:31 > CEST: > >> I having trouble with the latest master, it will not build for the > >> following reason... > >> > >> I the build directory _build/src/import-export/aqb/gschemas there > >> should be > >> three gschema files but they are missing. One file is in the source > >> directory and I think the other two are created but I can not see why > >> they > >> are not. > >> I assume there is some cmake stuff that is missing but can not see it > >> at > >> the moment. > > Yeah, I don't see the problem either after staring at it for a bit. The > cmake option to bypass it is -DWITH_AQBANKING=No . > > 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