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 659625 - mingw32: Update the build script to compile 1.8.0
mingw32: Update the build script to compile 1.8.0
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-20 17:19 UTC by Damien Lespiau
Modified: 2011-09-21 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mingw32: Update the build script to compile 1.8.0 (2.73 KB, patch)
2011-09-20 17:19 UTC, Damien Lespiau
accepted-commit_now Details | Review
mingw-fetch-dependencies: Mirror the changes made to the Cogl version (2.48 KB, patch)
2011-09-21 12:44 UTC, Neil Roberts
none Details | Review

Description Damien Lespiau 2011-09-20 17:19:48 UTC
* Updated dependencies, glib 2.28 and cogl 1.8.0
* Mesa has removed mesa_wgl.h from its headers
* added -I$ROOT_DIR/include to the CFLAGS to include the headers from
  our prefix (say <GL/gl.h>) before the system ones
Comment 1 Damien Lespiau 2011-09-20 17:19:50 UTC
Created attachment 197095 [details] [review]
mingw32: Update the build script to compile 1.8.0
Comment 2 Emmanuele Bassi (:ebassi) 2011-09-21 12:14:32 UTC
Review of attachment 197095 [details] [review]:

looks good to me. I assume you tested it and/or Neil reviewed it.

feel free to apply to master and cherry-pick to the clutter-1.8 branch.
Comment 3 Neil Roberts 2011-09-21 12:44:14 UTC
Created attachment 197150 [details] [review]
mingw-fetch-dependencies: Mirror the changes made to the Cogl version

The patch looks good to me. Thanks.

We could also take the opportunity to sync up with some other changes
in the Cogl version of the script. Here's an extra patch to do that.
Comment 4 Damien Lespiau 2011-09-21 12:51:19 UTC
Attachment 197095 [details] pushed as 7d8c482 - mingw32: Update the build script to compile 1.8.0
Attachment 197150 [details] pushed as 7fb8fc6 - mingw-fetch-dependencies: Mirror the changes made to the Cogl version