Hi,
Don’t know if this is the proper channel to post a bug report. Anyway…
I had a problem compiling the code and examples when the installation path had spaces in it. A possible fix would be to change the line:
APPNAME = $(shell basename `pwd`)
by the line:
APPNAME = $(shell basename "`pwd`")
in the file libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk
Hope it helps.