| Summary: | dngconverter fix endian detection [patch] | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Mark Purcell <msp> |
| Component: | Plugin-Bqm-DngConverter | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, meldavid |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 1.2.0 | |
| Sentry Crash Report: | |||
| Attachments: | Fix compilation on Windows | ||
|
Description
Mark Purcell
2010-02-03 16:55:05 UTC
SVN commit 1084997 by cgilles: apply patch from Mark Purcel to fix endianess detection with Debian BUGS: 225407 M +2 -1 NEWS M +6 -35 dngconverter/dngwriter/extra/dng_sdk/dng_flags.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1084997 *** Bug 192545 has been marked as a duplicate of this bug. *** This breaks compilation for me on Windows. I don't have an endian.h file. Mark, For windows stuff, please use #ifdef WIN32 to solve this issue. Look there for ex : http://lxr.kde.org/source/extragear/graphics/kipi-plugins/removeredeyes/libcvblobs/Blob.h#38 Gilles Caulier Created attachment 40559 [details]
Fix compilation on Windows
This patch removes the inclusion of endian.h on Windows. It solves the problem for me.
SVN commit 1086017 by cgilles: apply patch #40559 CCBUGS: 225407 M +2 -0 dng_flags.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1086017 |