Bug 115063 - Compile error on Solaris 8 kfile-plugins/mpeg/kfile_mpeg.cpp uses stdint.h, which is not available
Summary: Compile error on Solaris 8 kfile-plugins/mpeg/kfile_mpeg.cpp uses stdint.h, w...
Status: RESOLVED FIXED
Alias: None
Product: kdemultimedia
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 13:53 UTC by Steve Evans
Modified: 2005-10-25 17:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Evans 2005-10-25 13:53:59 UTC
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
Comment 1 Allan Sandfeld 2005-10-25 14:28:35 UTC
The version in SVN does not include stdint.h. 
Just might have an incorrectly patched verison
Comment 2 Steve Evans 2005-10-25 14:41:10 UTC
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
Comment 3 Allan Sandfeld 2005-10-25 17:33:23 UTC
Ahh, turned out I had uncommited changes lying around.