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 787305 - vala 0.38.0 FTBFS
vala 0.38.0 FTBFS
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Valadoc
0.38.x
Other OpenBSD
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-05 11:08 UTC by Jasper Lievisse Adriaanse
Modified: 2017-09-06 05:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rename variable to fix build issue (1.22 KB, patch)
2017-09-05 11:08 UTC, Jasper Lievisse Adriaanse
committed Details | Review

Description Jasper Lievisse Adriaanse 2017-09-05 11:08:11 UTC
Created attachment 359173 [details] [review]
Rename variable to fix build issue

Due to the fact that 'stderr' is used as variable name it clashes with the definition in stdio.h, at least on OpenBSD. The attached patch fixes this.
Comment 1 Rico Tzschichholz 2017-09-05 15:47:37 UTC
commit 09bbbfb62654f4c94b587656c3f3bc278effdd42
Author: Jasper Lievisse Adriaanse <jasper@openbsd.org>
Date:   Tue Sep 5 13:07:25 2017 +0200

    valadoc: Don't use 'stderr' as variable name
    
    It might clash with the definition in stdio.h, e.g. on OpenBSD.
Comment 2 Jasper Lievisse Adriaanse 2017-09-06 05:41:35 UTC
Thanks for the quick merge!