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 772062 - Build error: nm-utils.c:4574:3: error: unknown type name ‘g_size’
Build error: nm-utils.c:4574:3: error: unknown type name ‘g_size’
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: API
git master
Other All
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-09-27 14:41 UTC by Pellaeon Lin
Modified: 2016-09-27 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (424 bytes, patch)
2016-09-27 14:41 UTC, Pellaeon Lin
none Details | Review
new patch (804 bytes, patch)
2016-09-27 14:55 UTC, Pellaeon Lin
none Details | Review

Description Pellaeon Lin 2016-09-27 14:41:33 UTC
Created attachment 336364 [details] [review]
patch

Error:

/home/ubuntu/gnome/source/NetworkManager/libnm-core/nm-utils.c: In function ‘nm_utils_is_json_object’:
/home/ubuntu/gnome/source/NetworkManager/libnm-core/nm-utils.c:4574:3: error: unknown type name ‘g_size’
   g_size l;
   ^

Detail: http://paste.ubuntu.com/23242162/
Comment 1 Pellaeon Lin 2016-09-27 14:55:55 UTC
Created attachment 336366 [details] [review]
new patch