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

imgui not downloading with trunk checkout - imgui.h missing error #173

Closed
macxcool opened this issue Feb 17, 2017 · 7 comments
Closed

imgui not downloading with trunk checkout - imgui.h missing error #173

macxcool opened this issue Feb 17, 2017 · 7 comments

Comments

@macxcool
Copy link

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?

@sweetkristas
Copy link
Contributor

try using
git submodule update --init --recursive

@macxcool
Copy link
Author

I get an "Permission denied (publickey)."

@sweetkristas
Copy link
Contributor

sweetkristas commented Feb 18, 2017 via email

@macxcool
Copy link
Author

OK. Thanks for your help. This isn't a bug, so go ahead and close it. I'll work it out.
Thanks for working on Anura ;-). Frogatto is awesome.

@hagabaka
Copy link
Contributor

Maybe the submodule should use https://github.com/sweetkristas/imgui.git rather than git@github.com:sweetkristas/imgui.git as the source, so that people without ssh can get it.

@ghost
Copy link

ghost commented Aug 19, 2017

Neither combination of git submodule update giving anything.

Cloning imgui from @sweetkristas and putting it (or symlinking) where the placeholder is does the trick (for Xcode at least) and is being easier if I am not doing something wrong...

@ghost
Copy link

ghost commented Aug 20, 2017

Oh so that is what git submodule update --init --recursive does too (for me only when using https://github.com/sweetkristas/imgui.git as submodule URL as @hagabaka tells).

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

3 participants