Version: (using KDE KDE 3.4.92) Installed from: Compiled From Sources Compiler: gcc 3.4.3 OS: Solaris if /bin/bash ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde/include -I/opt/qt/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 -I/gorbag/exta/cad/externals/SOLARIS/include -DQT_THREAD_SUPPORT -I/opt/kde/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 -I/gorbag/exta/cad/externals/SOLARIS/include -I/opt/qt/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -I/opt/kde/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 -I/gorbag/exta/cad/externals/SOLARIS/include -I/opt/qt/include -O2 -fomit-frame-pointer -DNeedVarargsPrototypes=1 -DNeedFunctionPrototypes=1 -pipe -fno-exceptions -mcpu=ultrasparc -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 kfile_mpeg.lo -MD -MP -MF ".deps/kfile_mpeg.Tpo" -c -o kfile_mpeg.lo kfile_mpeg.cpp; \ then mv -f ".deps/kfile_mpeg.Tpo" ".deps/kfile_mpeg.Plo"; else rm -f ".deps/kfile_mpeg.Tpo"; exit 1; fi kfile_mpeg.cpp:39:20: stdint.h: No such file or directory See bug 114821 for a similar error in kdepim
The version in SVN does not include stdint.h. Just might have an incorrectly patched verison
Looking at the SVN source on http://websvn.kde.org stdint.h appears to be still in the file, in both the trunk and 3.5 branch. Perhaps http://websvn.kde.org is not up to date with the actual SVN repository? Unfortunately I am behind a firewall that prevents me from doing my own checkout to check :-) The version of the file on http://websvn.kde.org is: 3.5: 438982 trunk: 435550
Ahh, turned out I had uncommited changes lying around.