Summary: | build fails due to UINT32 ... | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tropikhajma <tropikhajma> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, rschweizer |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
tropikhajma
2011-05-29 16:04:07 UTC
fix: --- /home/test/packages/BUILD/digikam-2.0.0-beta5/i386/digikam-2.0.0-beta5/core/libs/3rdparty/libpgf/PGFplatform.h.orig 2011-05-29 16:24:17.529398824 +0200 +++ /home/test/packages/BUILD/digikam-2.0.0-beta5/i386/digikam-2.0.0-beta5/core/libs/3rdparty/libpgf/PGFplatform.h 2011-05-29 17:08:06.563051231 +0200 @@ -315,6 +315,12 @@ #define __POSIX__ #endif // __APPLE__ +//------------------------------------------------------------------------------- +// SOLARIS +//------------------------------------------------------------------------------- +#ifdef __sun +#define __POSIX__ +#endif // SOLARIS //------------------------------------------------------------------------------- // LINUX / GLIBC Raphael, I CC you to this file because patch attached touch libpgf source code, to be compiled fine under Solaris. I will apply it on digiKam core. Please include it for next libpgf release. Thanks in advance Gilles Caulier Git commit b6c8d32b1bbe34541a261bd5bcee3e68dd6ec0e7 by Gilles Caulier. Committed on 06/06/2011 at 10:46. Pushed by cgilles into branch 'master'. apply patch to compile fine libpgf under SOLARIS BUGS: 274432 M +6 -0 libs/3rdparty/libpgf/PGFplatform.h http://commits.kde.org/digikam/b6c8d32b1bbe34541a261bd5bcee3e68dd6ec0e7 Thanks. Applied to our repo. - Raphael |