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

premake5 error #42

Open
bioorg opened this issue Mar 12, 2023 · 2 comments
Open

premake5 error #42

bioorg opened this issue Mar 12, 2023 · 2 comments

Comments

@bioorg
Copy link

bioorg commented Mar 12, 2023

Dear Cherno
How are you, Cherno

I am learning Vulkan with your sources
However, when I tried to build it
by running setup.bat
the error message says (premake5.exe)
Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory

imgui folder was empty so, I copied github source of imgui there
but it still is not working

So, could you please help me with this issue?
Thank you and have a nice day, Cherno

@WongYimkeung
Copy link

Dear Cherno How are you, Cherno

I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory

imgui folder was empty so, I copied github source of imgui there but it still is not working

So, could you please help me with this issue? Thank you and have a nice day, Cherno

May I know how you clone the repository?
Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:

git clone --recursive https://github.com/TheCherno/Walnut.git

Try this again and wish this may help.

@bioorg
Copy link
Author

bioorg commented Mar 17, 2023

Dear Wong:

Oh! Thank you so much for your help and kindness

I missed --recursive as you told me

It is now working perfect and I saw the beautiful imgui menus after I building it

So thank you again and have a great weekend, Wong

Best regards,

Dear Cherno How are you, Cherno
I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory
imgui folder was empty so, I copied github source of imgui there but it still is not working
So, could you please help me with this issue? Thank you and have a nice day, Cherno

May I know how you clone the repository? Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:

git clone --recursive https://github.com/TheCherno/Walnut.git

Try this again and wish this may help.

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