Qt4-preview-feedback Archive, January 2005
Compiling
Message 1 in thread
I tried to compile qt-x11-beta-4.0.0-b2-snapshot-20050124 on Solaris 2.6
with g++ 3.4.3 and got following error
kernel/qapplication_x11.cpp:4059: Fehler: `XK_SingleCandidate' was not
declared in this scope
kernel/qapplication_x11.cpp:4060: Fehler: `XK_MultipleCandidate' was not
declared in this scope
kernel/qapplication_x11.cpp:4061: Fehler: `XK_PreviousCandidate' was not
declared in this scope
kernel/qapplication_x11.cpp:4091: Fehler: `XK_Zen_Koho' was not declared in
this scope
kernel/qapplication_x11.cpp:4092: Fehler: `XK_Mae_Koho' was not declared in
this scope
kernel/qapplication_x11.cpp:4136: Fehler: `XK_dead_belowdot' was not
declared in this scope
make[3]: *** [.obj/debug-shared/qapplication_x11.o] Error 1
make[3]: Leaving directory
`/home/qt4/qt-x11-beta-4.0.0-b2-snapshot-20050124/src/gui'
make[2]: *** [debug-all] Error 2
make[2]: Leaving directory
`/home/qt4/qt-x11-beta-4.0.0-b2-snapshot-20050124/src/gui'
make[1]: *** [sub-gui-all-ordered] Error 2
make[1]: Leaving directory
`/home/qt4/qt-x11-beta-4.0.0-b2-snapshot-20050124/src'
make: *** [sub-src-all-ordered] Error 2
Compilation exited abnormally with code 2 at Mon Jan 24 16:52:40
Egon Schhal
Message 2 in thread
Hi,
> I tried to compile qt-x11-beta-4.0.0-b2-snapshot-20050124 on Solaris 2.6
> with g++ 3.4.3 and got following error
>
> kernel/qapplication_x11.cpp:4059: Fehler: `XK_SingleCandidate' was not
> declared in this scope
> kernel/qapplication_x11.cpp:4060: Fehler: `XK_MultipleCandidate' was not
> declared in this scope
> kernel/qapplication_x11.cpp:4061: Fehler: `XK_PreviousCandidate' was not
> declared in this scope
> kernel/qapplication_x11.cpp:4091: Fehler: `XK_Zen_Koho' was not declared in
> this scope
> kernel/qapplication_x11.cpp:4092: Fehler: `XK_Mae_Koho' was not declared in
> this scope
> kernel/qapplication_x11.cpp:4136: Fehler: `XK_dead_belowdot' was not
> declared in this scope
These should be defined in file:
/usr/openwin/include/X11/keysymdef.h
Isn't that the case in Solaris 2.6?
--
[ signature omitted ]