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

luajit #1

Open
zxcvbnm3057 opened this issue Apr 25, 2023 · 5 comments
Open

luajit #1

zxcvbnm3057 opened this issue Apr 25, 2023 · 5 comments

Comments

@zxcvbnm3057
Copy link

哥们,看你也在弄luajit,可以联系一下吗

https://github.com/CN-DST-DEVELOPER/Faster_DST

这个是我前段时间弄得,但是只支持linux

@Akarinnnnn
Copy link
Owner

Akarinnnnn commented Apr 25, 2023 via email

@zxcvbnm3057
Copy link
Author

zxcvbnm3057 commented Apr 25, 2023

谢谢,不过我可能不太需要这个,你能发布一个64位编译的lua51.dll吗,msvc9已经没有编译工具独立包发布了

@Akarinnnnn
Copy link
Owner

lj_err.c
lj_err.c(235) : error C2061: 语法错误 : 标识符“PUNWIND_HISTORY_TABLE”
lj_err.c(238) : error C2059: 语法错误 : “}”
lj_err.c(260) : error C2143: 语法错误 : 缺少“)”(在“”的前面)
lj_err.c(260) : error C2081: “UndocumentedDispatcherContext”: 形参表中的名称非法
lj_err.c(260) : error C2143: 语法错误 : 缺少“{”(在“
”的前面)
lj_err.c(260) : error C2059: 语法错误 : “)”
lj_err.c(261) : error C2054: 在“dispatch”之后应输入“(”
lj_err.c(327) : error C2065: “UNWIND_HISTORY_TABLE”: 未声明的标识符
lj_err.c(327) : error C2146: 语法错误 : 缺少“;”(在标识符“hist”的前面)
lj_err.c(327) : error C2065: “hist”: 未声明的标识符
lj_err.c(329) : error C2065: “hist”: 未声明的标识符
lj_err.c(329) : error C2065: “hist”: 未声明的标识符
lj_err.c(334) : warning C4013: “RtlLookupFunctionEntry”未定义;假设外部返回 int
lj_err.c(334) : error C2065: “hist”: 未声明的标识符
lj_err.c(334) : warning C4047: “初始化”: “PRUNTIME_FUNCTION”与“int”的间接级别不同
lj_err.c(345) : warning C4013: “RtlVirtualUnwind”未定义;假设外部返回 int
lj_err.c(345) : error C2065: “UNW_FLAG_NHANDLER”: 未声明的标识符

@Akarinnnnn
Copy link
Owner

Akarinnnnn commented Apr 25, 2023 via email

@zxcvbnm3057
Copy link
Author

我没有找到msvc9编译工具,所以我做的是linux下的,在linux环境下我的编译正常,也可以正常启动,由于生成sign需要相同编译器编译出的lua51,而我没有msvc9所以没法做Windows下的,你的fork中不需要64的lua51吗?只要是lua5.1.5就行,我没有做修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants