Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Somehow, from one build to another, FreeImage.h is lost?

$
0
0

@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 directory

However, file is there:

$ find openFrameworks/ -name FreeImage.h
openFrameworks/libs/FreeImage/include/FreeImage.h

I can see that openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk has:

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

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles