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 761981 - "gcc -print-search-dirs" not always use ';' as path separator
"gcc -print-search-dirs" not always use ';' as path separator
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks: 658126
 
 
Reported: 2016-02-13 08:21 UTC by Nicola Fontana
Modified: 2016-02-16 21:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed solution (900 bytes, patch)
2016-02-13 09:14 UTC, Nicola Fontana
none Details | Review
Include bug description into the commit description (1.02 KB, patch)
2016-02-13 14:32 UTC, Nicola Fontana
committed Details | Review

Description Nicola Fontana 2016-02-13 08:21:55 UTC
resolve_windows_libs() uses `gcc -print-search-dirs`. When we are cross-compiling with MinGW on linux, gcc uses ':' as path separator, not ';'.
Comment 1 Nicola Fontana 2016-02-13 09:14:57 UTC
Created attachment 321061 [details] [review]
Proposed solution
Comment 2 Colin Walters 2016-02-13 12:20:49 UTC
Review of attachment 321061 [details] [review]:

Can you include the text from the bug in the git commit message?
Comment 3 Nicola Fontana 2016-02-13 14:32:38 UTC
Created attachment 321071 [details] [review]
Include bug description into the commit description

> Can you include the text from the bug in the git commit message?

Sure.