Skip to content
New issue

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

Error when compiling script_engine.cpp #508

Closed
vpelcak opened this issue Nov 3, 2019 · 2 comments
Closed

Error when compiling script_engine.cpp #508

vpelcak opened this issue Nov 3, 2019 · 2 comments
Labels
Build issue The issue in the build-time. External (3rd party) This issue is related to external component used by our project. Question

Comments

@vpelcak
Copy link

vpelcak commented Nov 3, 2019

Describe the bug
A clear and concise description of what the bug is.

/xray-16/src/xrScriptEngine/script_engine.cpp: In static member function ‘static void luajit::allow_escape_sequences(bool)’:
/home/vita/!files/programy/xray-16/src/xrScriptEngine/script_engine.cpp:912:9: error: ‘lj_allow_escape_sequences’ was not declared in this scope
lj_allow_escape_sequences(allowed ? 1 : 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
/xray-16/src/xrScriptEngine/script_engine.cpp:912:9: note: suggested alternative: ‘allow_escape_sequences’
lj_allow_escape_sequences(allowed ? 1 : 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
allow_escape_sequences
make[2]: *** [src/xrScriptEngine/CMakeFiles/xrScriptEngine.dir/build.make:176: src/xrScriptEngine/CMakeFiles/xrScriptEngine.dir/script_engine.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2641: src/xrScriptEngine/CMakeFiles/xrScriptEngine.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Additional context
Gentoo, I used latest Git version of X-Ray.

@vpelcak vpelcak added the Bug The issue in the run-time. label Nov 3, 2019
@Xottab-DUTY
Copy link
Member

Your LuaJIT submodule is outdated

@vpelcak
Copy link
Author

vpelcak commented Nov 3, 2019

You're right.
Sorry.

@vpelcak vpelcak closed this as completed Nov 3, 2019
@Xottab-DUTY Xottab-DUTY added Build issue The issue in the build-time. External (3rd party) This issue is related to external component used by our project. and removed Bug The issue in the run-time. labels Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build issue The issue in the build-time. External (3rd party) This issue is related to external component used by our project. Question
Projects
None yet
Development

No branches or pull requests

2 participants