Hi,

Thanks for your reply.

I changed "mf->SetToolSupportsColor(false);" to 
"mf->SetToolSupportsColor(true);" but it does not change
anything in Eclipse console (it works as before).

Cheers,
Jean.




[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/02/08 21:14
Please respond to
[email protected]


To
[email protected]
cc

Subject
CMake Digest, Vol 46, Issue 11




Message: 6
Date: Mon, 4 Feb 2008 20:40:51 +0100
From: Alexander Neundorf <[EMAIL PROTECTED]>
Subject: Re: [CMake] Makefile colors and CDT generator
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;  charset="iso-8859-6"

On Thursday 31 January 2008, Jean Lepropre wrote:
> Hi,
>
> When using the CDT generator how can I get colored output in the eclipse
> console? I checked that the
> CMAKE_COLOR_MAKEFILE option is ON but it didn't change anything.

Please have a look at CMake/Sources/cmExtraEclipseGenerator.cxx (or 
similar), 
there will be a line which disabled the colors.
Enabled it and see if it breaks the output in Eclipse or not (it may be 
possible that Eclipse isn't able to handle the color escape sequences), 
and 
let us know how it works.

Alex
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to