Hi,

I am trying to configure Qt-5.5.0 for arm architecture with debug mode,but I am facing some issues.

"../../../../3rdparty/xcb/xcb-util-wm/icccm.c:796:30: error: 'XCB_ATOM_ATOM' undeclared (first use in this function)"
This is error it is throwing when I am trying to compile with debug mode.

I configure as follows...
./configure -commercial -confirm-license -opengl es2 -device linux-imx6-g++ -device-option CROSS_COMPILE=/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi- -sysroot /u01/rootfs -no-gcc-sysroot -I/u01/rootfs/usr/include -lz -qt-freetype -qt-xcb -debug -hostprefix /usr/local/Qt-5.5.0

Please give me solution how to configure qt with debug mode.

Thanks in advance!!!!!