Version: Release 3.5 RC1 kdeutils (using KDE KDE 3.4.91) Installed from: Compiled From Sources Compiler: gcc-3.4.4 OS: Linux All the rest of KDE compiled fine from source except utils. Here is the errror; if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/lunar/kde/3/include -I/opt/lunar/qt/3/include -I/usr/X11R6/include -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/python2.4 -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mmmx -msse -msse2 -m3dnow -mfpmath=sse,387 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT meter_python.o -MD -MP -MF ".deps/meter_python.Tpo" -c -o meter_python.o meter_python.cpp; \ then mv -f ".deps/meter_python.Tpo" ".deps/meter_python.Po"; else rm -f ".deps/meter_python.Tpo"; exit 1; fi meter_python.cpp: In function `PyObject* QString2PyString(QString)': meter_python.cpp:129: error: cannot convert `Py_UNICODE*' to `const wchar_t*' for argument `1' to `PyObject* PyUnicodeUCS2_FromWideChar(const wchar_t*, int)' make[3]: *** [meter_python.o] Error 1 make[3]: Leaving directory `/usr/src/kdeutils-3.5.0/superkaramba/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/kdeutils-3.5.0/superkaramba' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/kdeutils-3.5.0' Now I tired updating superkaramba to 0.37-RC1 and recompiled Python. Neither had an effect.
Well, from the looks of it this has already been fixed in SVN. At least that is what's noted here - http://dot.kde.org/1131747786/.
*** This bug has been marked as a duplicate of 116244 ***