GNOME Bugzilla – Bug 656967
aisleriot-3.1.1 fails to build due to undeclared AR_RUNTIME_GAME_HELP_DIRECTORY
Last modified: 2011-08-22 03:21:18 UTC
aisletiot-3.1.1 fails to build because it uses the undeclared AR_RUNTIME_GAME_HELP_DIRECTORY in src/lib/ar-help.c: CC libaisleriot_la-ar-help.lo ar-help.c: In function ‘ar_help_display_full’: ar-help.c:75:40: error: ‘AR_RUNTIME_GAME_HELP_DIRECTORY’ undeclared (first use in this function) ar-help.c:75:40: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [libaisleriot_la-ar-help.lo] Error 1 Presumably, it should be replaced with AR_RUNTIME_HELP_DIRECTORY (declared in ar-runtime.h).
Created attachment 194303 [details] [review] trivial patch to use AR_RUNTIME_HELP_DIRECTORY in ar-help.c
Thanks! Please commit to master.
(In reply to comment #2) > Thanks! Please commit to master. I can't, I don't have gnome commit rights.
Fixed on master. Just curious, is there any special reason you're building --with-help-method=file instead of the default (ghelp) ?
(In reply to comment #4) > Just curious, is there any special reason you're building > --with-help-method=file instead of the default (ghelp) ? I was experimenting with building an aisleriot package without gnome integration, and therefore tried --with-platform=gtk-only --with-help-method=file.