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 #780178
Meson: Call tolua_..._open() functions by the name they are generated with
Start date:
Due date:
% Done:
0%
Estimated time:
Description
/* Tolua adds 'tolua_' prefix to _open() function names, * and we can't pass it a basename where the original * 'tolua_' has been stripped when generating from meson. */
When building with meson, those functions have names like tolua_tolua_..._open(). My plan is to solve this, for now at least, by introducing MESON_BUILD macro to fc_config.h, and to really call those tolua_tolua_..._open() functions.
Related issues
History
#1
Updated by Marko Lindqvist almost 4 years ago
- File 0020-Meson-Call-tolua_._open-functions-by-the-name-they-a.patch 0020-Meson-Call-tolua_._open-functions-by-the-name-they-a.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist almost 4 years ago
- Blocks Feature #780179: Meson: Minimal server build added
#3
Updated by Marko Lindqvist almost 4 years ago
- File 0012-Meson-Call-tolua_._open-functions-by-the-name-they-a.patch 0012-Meson-Call-tolua_._open-functions-by-the-name-they-a.patch added
- Rebased
#4
Updated by Marko Lindqvist almost 4 years ago
- Blocked by Feature #780419: Meson: Make common/ tolua generated headers accessible for other components added
#5
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to In Progress
#6
Updated by Marko Lindqvist almost 4 years ago
- File 0011-meson-Call-tolua_._open-functions-by-the-name-they-a.patch 0011-meson-Call-tolua_._open-functions-by-the-name-they-a.patch added
- Status changed from In Progress to Resolved
- Adjust to the fact that Feature #780419 reimplements code generation in most cases so that there's no double 'tolua_' prefix
#7
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist