Bug #1761
problem with tango7 and RGB24
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
29/10/2013
Due date:
% Done:
0%
Description
if we compile a tango device with Lima there is an issue with a #define RGB24 which is also defines by tango < 8.1.2c
Lima define an Enum in Constants.h which contian also a RGB24
this cause a FTBFS (fail to build from the source)
So the question is what is the good way to solve this issue
should we undef this RGB24 right after the #include <tango.h>
or just before the Enum in Lima by putting a #undef RGB24
thanks
Fred