HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #780047
Meson: Generate common/scriptcore/tolua_*_gen.* files
Start date:
Due date:
% Done:
0%
Estimated time:
Related issues
History
#1
Updated by Marko Lindqvist almost 4 years ago
- File 0018-meson-Add-tolua-generator-object.patch 0018-meson-Add-tolua-generator-object.patch added
- Status changed from New to Resolved
Attached patch adds tolua generator object. It's not used yet as generated sources depend on other source files. They all (both generated and static ones) need to be added at once in a future ticket.
#2
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to In Progress
'-n' option needs to be passed to tolua, or all the generated source files contain functions with the same name leading to 'multiple definition of...' errors.
#3
Updated by Marko Lindqvist almost 4 years ago
- Blocks Feature #780151: Meson: Include common/ source files to libfreeciv added
#4
Updated by Marko Lindqvist almost 4 years ago
- File 0010-meson-Add-tolua-generator-object.patch 0010-meson-Add-tolua-generator-object.patch added
- Status changed from In Progress to Resolved
- Pass '-n' '<name>' options to tolua
#5
Updated by Marko Lindqvist almost 4 years ago
- Rebased to changes in meson patch stack
#6
Updated by Marko Lindqvist almost 4 years ago
- Rebased to changes in meson patch stack
#7
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist