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 667675 - Fix build with lua 5.2
Fix build with lua 5.2
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2012-01-11 08:56 UTC by Vincent Untz
Modified: 2012-04-05 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with lua 5.2 by not using API deprecated in 5.1 already (1.36 KB, patch)
2012-01-11 08:56 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2012-01-11 08:56:54 UTC
The code is using some API already deprecated in 5.1, and removed in 5.2. This patch just uses the new API (according to the doc I found, at least).

It builds fine with 5.1 too, fwiw.
Comment 1 Vincent Untz 2012-01-11 08:56:57 UTC
Created attachment 205002 [details] [review]
Fix build with lua 5.2 by not using API deprecated in 5.1 already
Comment 2 Øyvind Kolås (pippin) 2012-04-05 14:45:09 UTC
Thank you :)


commit a14a29c39352c60f003a65b721c9af8a1d8d20df
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jan 11 09:52:25 2012 +0100

    Fix build with lua 5.2 by not using API deprecated in 5.1 already
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667675