Still got problems compiling....

Bob Tanner kde-cygwin@mail.kde.org
Fri, 15 Nov 2002 17:00:28 -0600


On Thursday 14 November 2002 08:00 pm, Bob Tanner wrote:
> Got past the TRAP problem in configure, but I'm still getting compiler
> errors.

Found another mismatch between headers and implementation.

make[2]: Entering directory `/home/Administrator/projects/qt-3/src'
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -DQT_SHARED=20
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_NIS=20
-DQT_NO_XINERAMA -DQT_NO_XFTFREETYPE -DQT_NO_XKB -DQT_NO_IMAGEIO_MNG=20
-DQT_NO_IMAGEIO_JPEG -DQT_BUILTIN_GIF_READER=3D1 -DQT_NO_STYLE_MAC=20
-DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP=20
-DQT_NO_STYLE_COMPACT -I/home/Administrator/projects/qt-3/include=20
-I/usr/X11R6/include -I.moc/release-mt/=20
-I/home/Administrator/projects/qt-3/mkspecs/cygwin-g++ -o=20
=2Eobj/release-mt/qapplication_x11.o kernel/qapplication_x11.cpp
kernel/qapplication_x11.cpp: In member function `bool=20
   QETWidget::translateKeyEvent(const XEvent*, bool)':
kernel/qapplication_x11.cpp:5636: `class QInputContext' has no member nam=
ed `
   lastcompose'
kernel/qapplication_x11.cpp:5637: `class QInputContext' has no member nam=
ed `
   lastcompose'
make[2]: *** [.obj/release-mt/qapplication_x11.o] Error 1
make[2]: Leaving directory `/home/Administrator/projects/qt-3/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/home/Administrator/projects/qt-3'
make: *** [init] Error 2

5636: if (qic && qic->composing && ! qic->lastcompose.isNull() &&
5637:            qic->lastcompose =3D=3D text) {

looking in the  src/kernel/qinputcontext_p.h, I do not see a lastcompose=20
member variable.

Under linux/qt-3.04 src/kernel/qinputcontext_p.h

    QString text, lastcompose;

Under cygwin/qt-3.04  src/kernel/qinputcontext_p.h

   QString text;


--=20
Bob Tanner <tanner@real-time.com>       | Phone : (952)943-8700
http://www.mn-linux.org                 | Fax   : (952)943-8500
Key fingerprint =3D 02E0 2734 A1A1 DBA1 0E15  623D 0036 7327 93D9 7DA3