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
315 stars 36 forks source link

Problem autobuild - after switch to rawspeed? #57

Closed salvadhor closed 8 years ago

salvadhor commented 8 years ago

Since rawspeed is bundled with PhotoFlow (am I right?), there should be no new dependencies. But autocompile (photoflow-git) fails with error:

In file included from /«BUILDDIR»/photoflow-git-2.4+git20151213/src/external/rawspeed/RawSpeed/CameraSensorInfo.cpp:1:0: /«BUILDDIR»/photoflow-git-2.4+git20151213/src/external/rawspeed/RawSpeed/StdAfx.h:103:23: fatal error: pugixml.hpp: No such file or directory

include "pugixml.hpp"

aferrero2707 commented 8 years ago

Yes, pugixml should be added as a dependency. I've also dropped you a message on g+ about that... can this be easily fixed in both stable and got packages? Thanks! Il 14/dic/2015 15:11, "salvadhor" notifications@github.com ha scritto:

Since rawspeed is bundled with PhotoFlow (am I right?), there should be no new dependencies But autocompile (photoflow-git) fails with error:

In file included from /«BUILDDIR»/photoflow-git-24+git20151213/src/external/rawspeed/RawSpeed/CameraSensorInfocpp:1:0: /«BUILDDIR»/photoflow-git-24+git20151213/src/external/rawspeed/RawSpeed/StdAfxh:103:23: fatal error: pugixmlhpp: No such file or directory

include "pugixmlhpp"

— Reply to this email directly or view it on GitHub https://github.com/aferrero2707/PhotoFlow/issues/57.

salvadhor commented 8 years ago

Ok, no problem.