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 788975 - Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
2.54.x
Other Windows
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-10-14 07:25 UTC by Kouhei Sutou
Modified: 2017-10-16 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix this bug (683 bytes, patch)
2017-10-14 07:25 UTC, Kouhei Sutou
committed Details | Review

Description Kouhei Sutou 2017-10-14 07:25:25 UTC
Created attachment 361571 [details] [review]
Fix this bug

We can't find zlib.h when we build GLib with Meson + Visual Studio (= meson --backend vs) + subprojects/zlib (= no system zlib build).

Because subprojects/zlib isn't referred correctly because of a typo in meson.build. See the attachment for the detail.
Comment 1 Fan, Chun-wei 2017-10-14 22:24:46 UTC
Review of attachment 361571 [details] [review]:

Hi Kouhei,

This is clearly my fault, d'oh... Please push.

With blessings, thank you!