I am having trouble building juce on Dev-Cpp (4.9.9.2). I have tried juce versions 1.30, 1.32 and 1.36, all have the same problem. Dev-Cpp has trouble finding several of the include files, for example:
E:\libs\juce\juce_1_36\src\juce_appframework\gui\graphics\fonts\juce_Typeface.h …/…/…/…/juce_core/containers/juce_ReferenceCountedObject.h: No such file or directory.
I have been able to compile the library by manually changing all the troublesome include statements, but: is this a known problem, or is there something wrong in my environment?
It seems to be include statements containing “…/…/…/…/” that cause the trouble :?