Bug#544581: libtolua-dev: tolua generated code doesn't anymore build for modules (like it did for To/Lua v4)

2009-09-16 Thread Eero Tamminen
Can you try your test case with the current testing/unstable version 5.1.2-1? This involves a new minor upstream release. That seems to work, i.e. the bug is specific to Debian stable. Also please be more explicit about the commands you're running. -- $ cat test.h

Bug#544581: libtolua-dev: tolua generated code doesn't anymore build for modules (like it did for To/Lua v4)

2009-09-06 Thread Jimmy Kaplowitz
Hi Eero, On Tue, Sep 01, 2009 at 08:17:50PM +0300, Eero Tamminen wrote: Package: libtolua-dev Version: 5.1b-3 Severity: normal Can you try your test case with the current testing/unstable version 5.1.2-1? This involves a new minor upstream release. Also please be more explicit about the

Bug#544581: libtolua-dev: tolua generated code doesn't anymore build for modules (like it did for To/Lua v4)

2009-09-01 Thread Eero Tamminen
Package: libtolua-dev Version: 5.1b-3 Severity: normal If tolua is given a cleaned up header file for a module which contains multiple typedef struct... declarations that have members with same names, like this: module test { typedef struct { int x; int