------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=145570 Summary: Compile error on Solaris 8 - runtime/kioslave/nfs/mount_xdr.c includes which does not exist Product: kio Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: nfs AssignedTo: neundorf kde org ReportedBy: stevee zuken co uk Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.4.6 OS: Solaris I get this compile error on Solaris: [ 7%] Building C object runtime/kioslave/nfs/CMakeFiles/kio_nfs.dir/mount_xdr.o /cad4/stevee/kde-svn/kdebase/runtime/kioslave/nfs/mount_xdr.c:11:20: stdint.h: No such file or directory distcc[7475] ERROR: compile /cad4/stevee/kde-svn/kdebase/runtime/kioslave/nfs/mount_xdr.c on rooster/3 failed Adding a check for the existence of stdint.h to ConfigureChecks.cmake and then guarding the use of stdint.h in mount_xdr.c fixes it.