Hallo I’m trying to setup openframeworks 0.10 for gcc6 on Ubuntu 16.04
Executing :
cd OF/scripts/linux/ubuntu
sudo ./install_dependencies.sh
I got the problem:
Installing libgl1-mesa-dev-hwe-16.04
E: Unable to locate package libgl1-mesa-dev-hwe-16.04
I read about this Problem but I dont know if this has influence on the compile process?
Then I try the next step:
cd OF/scripts/linux
./compileOF.sh -j3
I got this Problem:
/home/alphi/OF/libs/openFrameworks/utils/ofUtils.cpp:16:27: fatal error: uriparser/Uri.h: No such file or directory
#include “uriparser/Uri.h”
^
compilation terminated.
makefileCommon/compile.core.mk:238: recipe for target ‘/home/alphi/OF/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/utils/ofUtils.o’ failed
make[1]: *** [/home/alphi/OF/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/utils/ofUtils.o] Error 1
make[1]: *** Waiting for unfinished jobs…
makefileCommon/compile.core.mk:212: recipe for target ‘Debug’ failed
make: *** [Debug] Error 2
there has been a problem compiling Debug OF library
please report this problem in the forums
I search for the uriparser/Uri.h" and find it a the path /home/alphi/OF/libs/uriparser/include/uriparser/Uri.h
Any suggestions ?
Thx