We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried running make and it failed
make
make -C dpf/dgl ../build/libdgl-cairo.a make[1]: Entering directory '/home/reed/Desktop/string-machine/dpf/dgl' Compiling src/ApplicationPrivateData.cpp In file included from src/ApplicationPrivateData.cpp:20: src/pugl.hpp:44:10: fatal error: pugl-upstream/include/pugl/pugl.h: No such file or directory 44 | #include "pugl-upstream/include/pugl/pugl.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:180: ../build/dgl/ApplicationPrivateData.cpp.o] Error 1 make[1]: Leaving directory '/home/reed/Desktop/string-machine/dpf/dgl' make: *** [Makefile:26: dgl] Error 2
I already have libpugl-dev installed. Using Ubuntu 22.04.
libpugl-dev
The text was updated successfully, but these errors were encountered:
You have to use git submodule update --init --recursive before make.
git submodule update --init --recursive
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
tried running
make
and it failedI already have
libpugl-dev
installed. Using Ubuntu 22.04.The text was updated successfully, but these errors were encountered: