[Digikam-devel] [Bug 198531] New: compilation error in libpgf [PATCH]
Thomas Klausner
tk at giga.or.at
Wed Jul 1 13:57:41 BST 2009
https://bugs.kde.org/show_bug.cgi?id=198531
Summary: compilation error in libpgf [PATCH]
Product: digikam
Version: 1.0.0-beta1
Platform: NetBSD pkgsrc
OS/Version: NetBSD
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: tk at giga.or.at
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.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list