[Digikam-devel] [Bug 274432] New: build fails due to UINT32 ...
tropikhajma
tropikhajma at gmail.com
Sun May 29 15:04:08 BST 2011
https://bugs.kde.org/show_bug.cgi?id=274432
Summary: build fails due to UINT32 ...
Product: digikam
Version: 2.0.0
Platform: Compiled Sources
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Portability
AssignedTo: digikam-devel at kde.org
ReportedBy: tropikhajma at gmail.com
Version: 2.0.0 (using KDE 4.6.2)
OS: Solaris
on Solaris 11e/amd64, using gcc4.5.2, the build fails with the below messages
This is because the UINT* types are defined in C99, but not in the C++
standard, so they are not present on Solaris.
...
/home/test/packages/BUILD/digikam-2.0.0-beta5/i386/digikam-2.0.0-beta5/core/libs/3rdparty/libpgf/PGFtypes.h:100:2:
error: 'UINT8' does not name a type
/home/test/packages/BUILD/digikam-2.0.0-beta5/i386/digikam-2.0.0-beta5/core/libs/3rdparty/libpgf/PGFtypes.h:108:2:
error: 'UINT32' does not name a type
/home/test/packages/BUILD/digikam-2.0.0-beta5/i386/digikam-2.0.0-beta5/core/libs/3rdparty/libpgf/PGFtypes.h:116:2:
error: 'UINT32' does not name a type
...
Reproducible: Always
--
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