After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709343 - // used in orcutils.h, fails to compile with ansi-c
// used in orcutils.h, fails to compile with ansi-c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: orc
git master
Other All
: Normal normal
: 0.4.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-03 09:54 UTC by Morgan Lindqvist
Modified: 2014-06-22 15:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morgan Lindqvist 2013-10-03 09:54:57 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.
Comment 1 Olivier Crête 2013-10-14 19:32:41 UTC
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