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...":https://support.plan.io/news/187
Bug #835044
openStop make on tolua errors
0%
Description
Debug tolua packages is pain as it is, and here make just continues even if tolua says there is an error. If the *_gen.[ch] exists from previous compilation, CC tries to use it that may lead to unnoticed errors.
Updated by Marko Lindqvist over 3 years ago
That's problem in tolua. It does not return failure status.
Updated by Marko Lindqvist 9 months ago
- Category changed from General to Bootstrap
Marko Lindqvist wrote:
That's problem in tolua. It does not return failure status.
Don't know if it would be worth making changes to that in our included tolua. Usually one does not use that tolua, but one from the system.
Updated by Alexandro Ignatiev 9 months ago
Can we wrap tolua call in a scriptlet that looks on its output and raises an error?