CL rev 3360 compile issue
Posted: Mon Nov 16, 2009 10:42 pm
When compiling rev 3360 of CodeLite, I ran into a compile error. Compiler couldn't find the checkdirtreectrl.h file.
To fix this, change
#include <checkdirtreectrl.h>
into
#include "checkdirtreectrl.h"
in LiteEditor/settersgetterstreectrl.h (line 4 I believe).
To fix this, change
#include <checkdirtreectrl.h>
into
#include "checkdirtreectrl.h"
in LiteEditor/settersgetterstreectrl.h (line 4 I believe).