Page 1 of 1

CL rev 3360 compile issue

Posted: Mon Nov 16, 2009 10:42 pm
by cenix
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).

Re: CL rev 3360 compile issue

Posted: Mon Nov 16, 2009 10:51 pm
by eranif
Fixed. ( I found it strange that the compiler cant find it...)

Anyeays, committed to trunk.

Eran

Re: CL rev 3360 compile issue

Posted: Mon Nov 16, 2009 11:09 pm
by cenix
Maybe its irrelevant, but I'm using gcc 4.4.1 for ubuntu, on a x64 machine.

g++ (Ubuntu 4.4.1-4ubuntu8) 4.4.1.

Didn't test it on other machines though, it was an easy fix :mrgreen: