pi@raspberrypi:~ $ simple2d build triangle.c
/usr/bin/ld: cannot find -lGLESv2
/usr/bin/ld: cannot find -lsmpeg2
collect2: error: ld returned 1 exit status
pi@raspberrypi:~ $ cc triangle.c `simple2d --libs` -o triangle
/usr/bin/ld: cannot find -lGLESv2
/usr/bin/ld: cannot find -lsmpeg2
collect2: error: ld returned 1 exit status
==> Running test (S2D_CreateImage) bad image file path
Error: (S2D_CreateImage) Image file not found
Error: (S2D_CreateImage) Image file not found
Error: (S2D_CreateImage) Image file not found
I know everything compiled, because triangle works fine. I've tried running auto from the test/ directory and changing the image path to an absolute path. Nothing seems to work. Any ideas?
All tests passed!
26 examples, 0 failures