Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 177670

Summary: dev-games/cegui does not support Lua 5.1.x
Product: Gentoo Linux Reporter: Devils-Hawk <dev>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: trivial CC: mabi
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch CEGUI for lua 5.1.x support

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