We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lj-lua-stacks.sxx keeps saying semantic error: type definition 'lua_State' not found, which is probably due to the lack of debug symbols
lj-lua-stacks.sxx
semantic error: type definition 'lua_State' not found
I tried compile OpenResty with --with-debug, --with-cc-opt='-g' but no luck. compile log says luajit is indeed compiled with CCDEBUG=-g
--with-debug
--with-cc-opt='-g'
CCDEBUG=-g
precompiled OpenResty-dbgsm package works, but I need to modify some of the code, thus I have to compile it by myself
OpenResty-dbgsm
thank you
The text was updated successfully, but these errors were encountered:
@XIAZY It is compiled with -g by default.
-g
Sorry, something went wrong.
No need to specify --with-debug at all. That's for very different things.
No branches or pull requests
lj-lua-stacks.sxx
keeps sayingsemantic error: type definition 'lua_State' not found
, which is probably due to the lack of debug symbolsI tried compile OpenResty with
--with-debug
,--with-cc-opt='-g'
but no luck. compile log says luajit is indeed compiled withCCDEBUG=-g
precompiled
OpenResty-dbgsm
package works, but I need to modify some of the code, thus I have to compile it by myselfthank you
The text was updated successfully, but these errors were encountered: