[Digikam-devel] [Bug 112526] Compiling sqlite for a Big Endian Platform on Little Endian x86-64 processor
Renchi Raju
renchi.raju at kdemail.net
Thu Sep 15 07:50:37 BST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=112526
renchi.raju kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From renchi.raju kdemail net 2005-09-15 08:50 -------
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
More information about the Digikam-devel
mailing list