[OE-core] [PATCH 1/1] qt4: fix qt4-native build failure on SLED-11

2012-08-01 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This issue is that with C++ compiler process an old version of kernel header file, coincidently that file has a variable named 'new': * 'embedded/qkbdtty_qws.cpp' include 'linux/vt.h'; * '/usr/include/linux/vt.h' has below code on SLED-11.x: +

Re: [OE-core] [PATCH 1/1] qt4: fix qt4-native build failure on SLED-11

2012-08-01 Thread Paul Eggleton
On Wednesday 01 August 2012 19:50:02 wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com This issue is that with C++ compiler process an old version of kernel header file, coincidently that file has a variable named 'new': * 'embedded/qkbdtty_qws.cpp' include