I just reinstalled Jessie with Stretch on my Raspberry Pi. I had been using AJStarks openvg prior ( just Jessie) to reinstalling the os without problem. But now that I have installed the new OS.
I started with
sudo apt-get install libjpeg8-dev indent libfreetype6-dev ttf-dejavu-core
followed by
git clone git://github.com/ajstarks/openvg
cd openvg
make
from make I get
gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -fPIC -c libshapes.c
gcc -L/opt/vc/lib -lEGL -lGLESv2 -ljpeg -shared -o libshapes.so oglinit.o libshapes.o
Makefile:35: recipe for target 'library' failed
this is the output after already having run make previously - I think it had more statements before.
Any ideas on what I am doing wrong?
Thanks,
David