Summary: | Compiling sqlite for a Big Endian Platform on Little Endian x86-64 processor | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Marcin Garski <mgarski> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.7.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcin Garski
2005-09-13 13:40:57 UTC
SVN commit 460772 by pahlibar: oops. that should have been 64-bit and not big endian BUGS: 112526 M +1 -1 sqliteInt.h --- trunk/extragear/graphics/digikam/sqlite/sqliteInt.h #460771:460772 @@ -115,7 +115,7 @@ # define INTPTR_TYPE int # else # define INTPTR_TYPE long long -#warning "WARNING: Compiling sqlite for a Big Endian Platform." +#warning "WARNING: Compiling sqlite for a 64 bit Platform." #warning "WARNING: If you know this isn't true, please file a bugreport." # endif #endif |