On Tuesday 10 August 2010, Mike Evans wrote: > dialog-file-access.c: In function 'gnc_ui_file_access': > dialog-file-access.c:286: error: 'GCONF_DIR_OPEN_SAVE' undeclared (first > use in this function) > dialog-file-access.c:286: error: (Each undeclared identifier is reported > only once > dialog-file-access.c:286: error: for each function it appears in.) > dialog-file-access.c:300: error: 'GCONF_DIR_EXPORT' undeclared (first use > in this function) > make[5]: *** [dialog-file-access.lo] Error 1 > Are you sure your working copy is fully up to date ?
GCONF_DIR_OPEN_SAVE and GCONF_DIR_EXPORT are defined in gnc-ui-util.h, which is included in line 32 of dialog-file-access.c in my working copy. Both changes were introduced in r19408. Geert _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
