Version: (using KDE KDE 3.4.2) Installed from: Unspecified Linux Compiler: gcc4 OS: Linux Compiling kdebindings on amd64 with gcc4 I get the following error: QPointArray.cpp:279: error: cast from 'QPoint*' to 'jint' loses precision QPointArray.cpp: In function 'jint Java_org_kde_qt_QPointArray_end(JNIEnv*, _jobject*)': QPointArray.cpp:285: error: cast from 'QPoint*' to 'jint' loses precision pointer types are 64bit, I guess jint is 32bit. don't know why a pointer return value has to be converted into a integer type in the first place This gcc4 error type has been fixed in other packages but there is no general fix since it depends on what the cast is meant to do.
*** This bug has been marked as a duplicate of 115104 ***