-
Notifications
You must be signed in to change notification settings - Fork 80
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
imgui not downloading with trunk checkout - imgui.h missing error #173
Comments
try using |
I get an "Permission denied (publickey)." |
I suspect you are using a DSA key. I suggest making a new 2048-bit RSA key
and loading that onto your github account and trying again.
…On 19 February 2017 at 06:26, macxcool ***@***.***> wrote:
I get an "Permission denied (publickey)."
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABcWQocplEBMkTIonNc2Rx3klIo11ZS4ks5rdym5gaJpZM4MEgpa>
.
|
OK. Thanks for your help. This isn't a bug, so go ahead and close it. I'll work it out. |
Maybe the submodule should use |
Neither combination of Cloning |
Oh so that is what |
I'm using the anura-git package from the AUR in archlinux. It just checks out the 'trunk' branch from git and does 'make'
I get:
Building: src/kre/imgui_impl_sdl_gl3.cpp src/kre/imgui_impl_sdl_gl3.cpp:13:19: fatal error: imgui.h: No such file or directory #include "imgui.h" ^ compilation terminated. make: *** [Makefile:223: build/kre/imgui_impl_sdl_gl3.o] Error 1
I don't know too much about how to use git, but it looks like the imgui folder isn't coming down with the rest. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: