Version: 1.0.0-beta1 (using KDE 4.2.4) Compiler: gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120) OS: NetBSD Installed from: NetBSD pkgsrc Compilation fails on NetBSD-5.99.14/amd64 in libpgf. UINT* are missing; I worked around it by defining __POSIX__ for NetBSD. Then it fails because of missing off64_t and lseek64 -- NetBSD's off_t and lseek are 64-bit ready, there is no need for off64_t and lseek64 and thus they don't exist; so I defined them away. See attached patch.
Created attachment 34971 [details] Patch fixing the compilation problem Possible solution. Could be improved by testing for appropriate symbols instead.
SVN commit 990017 by cgilles: compile under NetBSD BUG: 198531 M +11 -0 PGFplatform.h WebSVN link: http://websvn.kde.org/?view=rev&revision=990017