The macro gnome_config_private_has_section is defined: #define gnome_config_private_has_section(Path) \ (_gnome_config_has_section((path),TRUE)) and must be: #define gnome_config_private_has_section(path) \ (_gnome_config_has_section((path),TRUE)) Because of this problem programs that use this macro will not compile.
Fixed in CVS.