From kde-bugs-dist Thu May 17 16:29:18 2007 From: stevee () zuken ! co ! uk Date: Thu, 17 May 2007 16:29:18 +0000 To: kde-bugs-dist Subject: [Bug 145570] New: Compile error on Solaris 8 - Message-Id: <20070517182916.145570.stevee () zuken ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117941936201668 ------- 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.