-
Notifications
You must be signed in to change notification settings - Fork 135
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
compile environment #432
Comments
thanks
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年2月6日(星期天) 上午8:21
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Fluorohydride/ygopro-core] compile environment (Issue #432)
try https://github.com/lllyasviel/YGOProUnity_V2/tree/master/AI_core_vs2017solution and Fluorohydride/ygopro#2399
I'm using vs2019.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Now I’m using vs2019 enterprise. I tried to run premake4 in root directory. It showed "cannot open D:/Projects/CPP/ygopro-master/ocgcore/premake4.lua: No such file or directory".
So I tried to run cmake. Cmake worked.
Project irrlicht cannot build. It can build in vs2012 and vs2013. Thera were lots of error logs. Head of them are below.
Project ocgcore cannot build. Head of error logs are below.
There is sth wrong with my config?
------------------ 原始邮件 ------------------
发件人: "Fluorohydride/ygopro-core" ***@***.***>;
发送时间: 2022年2月6日(星期天) 上午8:21
***@***.***>;
***@***.******@***.***>;
主题: Re: [Fluorohydride/ygopro-core] compile environment (Issue #432)
try https://github.com/lllyasviel/YGOProUnity_V2/tree/master/AI_core_vs2017solution and Fluorohydride/ygopro#2399
I'm using vs2019.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
premake4 和 cmake 现在都没有人维护了,可以试试premake5 |
谢谢
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年2月6日(星期天) 下午4:46
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Fluorohydride/ygopro-core] compile environment (Issue #432)
premake4 和 cmake 现在都没有人维护了,可以试试premake5
https://github.com/mercury233/ygopro/wiki/windows%E7%BC%96%E8%AF%91
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
For some reason, when i try to run premake5 in the ygopro root folder, return a thing like: |
Are you using the premake utility? |
Yes i am, i have it compiled in my machine. |
Maybe you can try to add and be sure to follow https://github.com/Fluorohydride/ygopro/wiki/Building-on-Ubuntu generally |
which version of visual studio can build the project? I try 2012 2013 2019. All failed. The error log seem to be about c++ 11.
The text was updated successfully, but these errors were encountered: