@sdaau wrote:
I am building my project for the most of the day from the command line (make Debug), and it was building fine (Ubuntu Linux). Then I tried adding some define variables to config.make, it didn't quite turn out as I wanted (although it did build), so I restored files from git. And now, suddenly, I cannot compile anymore:
... /path/to/openFrameworks/libs/openFrameworks/graphics/ofImage.cpp:5:23: fatal error: FreeImage.h: No such file or directoryHowever, file is there:
$ find openFrameworks/ -name FreeImage.h openFrameworks/libs/FreeImage/include/FreeImage.hI can see that
openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mkhas:PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/FreeImage/%... which means it should be excluded? But, that file is like that, untouched?
What could have possibly happened?
EDIT: Now I can't even compile via:
cd openFrameworks/scripts/linux/ ./compileOF.sh... with the same error - and usually that was the first thing that worked?
What the hell happened...
Posts: 1
Participants: 1