Daniel Espinosa wrote: > > Sorry I forget to add that you need to use #ifdef GDA (or any variable > you set using configure.in in gnucash) the the code you want to be > missed at compile time, please see at the code where you set the URI > handler (may exist other files I don't remember for the moment may > Phill could help here). > I haven't looked at the code for the URI handler, but it seems to be pretty intelligent about it.
When I passed --disable-gda to my patched configure script, gnucash (gda-dev svn 15277) compiled successfully. It also ran fine. As expected, it cannot parse a gda://xxx URL. Also as expected, it loaded a data file. This confirms the patched configure script has a properly functioning option to enable (default) or disable the gda backend. No #ifdef's were required anywhere in the code. Impressive. Mark _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel