Open zfedoran opened 5 years ago
Could not find file '/tmp/buckaroo-test-glfw-glfw/buckaroo.toml'.
Is there a buckaroo.toml
file in the directory where you run buckaroo resolve
?
Please can you link to the repo also?
My mistake, though this issue was on the main repo. 2 secs...
I have updated this sample to the latest Buckaroo (2.2.0
). Hopefully it works now!
Thanks @njlr!
That does help, I am able to get a bit further now. I guess the same issue exists on the sfml test repo.
For glfw, I think I may be missing some more dependencies, perhaps related to glad.
😠11:42 am:buckaroo-test-glfw-glfw $ buck run :boing
Not using buckd because watchman isn't installed.
Using additional configuration options from .buckconfig.d/.buckconfig.buckaroo
In file included from deps/glad.c:26:
deps/glad/glad.h:87:10: fatal error: 'KHR/khrplatform.h' file not found
#include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
Parsing buck files: finished in 2.1 sec
Building: finished in 1.5 sec (100%) 18/39 jobs, 18 updated
Total time: 4.2 sec
Command failed with exit code 1.
stderr: In file included from deps/glad.c:26:
deps/glad/glad.h:87:10: fatal error: 'KHR/khrplatform.h' file not found
#include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
When running <c preprocess_and_compile>.
When building rule buckaroo.github.buckaroo-pm.glfw//deps:glad#compile-glad.c.o506cccc8,macosx-x86_64.
What platform are you on? I only tested on Ubuntu x64
@njlr Mac OSX version 10.14.5 (18F132)
Mojave.
Perhaps I'm not sure what I'm doing, but the instructions don't seem to work for me. I'm getting similar results for the
sfml
test project as well...Followed by
Please let me know what I might be doing wrong.