Hello,

I've succeeded to build the package on current debian testing (stretch) with the patch below. The trick is to remove the "using namespace std" in some files to avoid mix between std::tuple and pam/tuple. I've also changed an implicit conversion from bool(false) to NULL that generated an error.


photoprint-0.4.2~pre2/effects/ppeffect.cpp
116c116
<                    tmp=false;
---
                        tmp=NULL;

photoprint-0.4.2~pre2/imagesource/imagesource_bmp.h
18,19d17
< using namespace std;
<
32c30
<    fstream file;
---
        std::fstream file;

photoprint-0.4.2~pre2/imagesource/imagesource_jpeg.h
18,19d17
< using namespace std;
<

photoprint-0.4.2~pre2/imagesource/imagesource_pnm.h
34,35d33
< using namespace std;
<


Let me know if you need more help to update the package.

Best Regards,
Francois Mazen

Reply via email to