Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177670 - dev-games/cegui does not support Lua 5.1.x
Summary: dev-games/cegui does not support Lua 5.1.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 17:10 UTC by Devils-Hawk
Modified: 2007-05-22 17:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch CEGUI for lua 5.1.x support (cegui_lua51.patch,3.70 KB, patch)
2007-05-08 17:12 UTC, Devils-Hawk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devils-Hawk 2007-05-08 17:10:53 UTC
Current CEGUI ( 0.5.0b-r1 ) cannot be build with Lua 5.1.x support, because of a small initialization difference between 5.0.x and 5.1.x.

Reproducible: Always
Comment 1 Devils-Hawk 2007-05-08 17:12:23 UTC
Created attachment 118584 [details, diff]
patch CEGUI for lua 5.1.x support

Attached patch adds configure time detection for lua 5.1 and modifies the necessary init sequence (trivial, could be broken out if 5.0.x support is not desired).
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2007-05-22 17:36:51 UTC
thanks