aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
309 stars 36 forks source link

Build error in src/operations/convert_colorspace.hh #89

Closed Joermungand closed 8 years ago

Joermungand commented 8 years ago

Package fails to build unless I replace #include <string> with #include <cstring> in src/operations/convert_colorspace.hh. It is only the latter that provides memcpy (which otherwise throws ‘undefined’ errors).

aferrero2707 commented 8 years ago

I've just pushed the proposed fix to the stable branch.

Thanks!

Joermungand commented 8 years ago

Great! Updated in AUR. Thanks!

On 18/04/16 13:04, aferrero2707 wrote:

I've just pushed the proposed fix to the stable branch.

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/aferrero2707/PhotoFlow/issues/89#issuecomment-211307653

aferrero2707 commented 8 years ago

Very good! Closing the issue then...