string-machine icon indicating copy to clipboard operation
string-machine copied to clipboard

Build failed (missing pugl)

Open ghost opened this issue 3 years ago • 1 comments

tried running make and it failed

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.

ghost avatar Oct 04 '22 20:10 ghost

You have to use git submodule update --init --recursive before make.

kassoulet avatar Nov 22 '22 13:11 kassoulet