GNOME Bugzilla – Bug 709343
// used in orcutils.h, fails to compile with ansi-c
Last modified: 2014-06-22 15:00:54 UTC
The file orcutils.h now make use of the characters // to comment out code. This results in that the code does not build when the -ansi flag is set.
Fixed, will be in 0.4.19 commit 07c01cafbbfd4c18bd63f644946fd6ce7b384280 Author: Olivier Crête <olivier.crete@collabora.com> Date: Mon Oct 14 15:25:14 2013 -0400 Make it ANSI-C Use /* */ instead of // Define _GNU_SOURCE in the ORC_CFLAGS