Error when compiling Photoflow

Hi all!
I’m trying to compile PhotoFlow on linux, and I got error message, I think at the end of the process:

    -- include dir='/home/sysop/Devel/PhotoFlow/build/src/external/rawspeed/src'
    -- include dir='/home/sysop/Devel/PhotoFlow/build'
    -- include dir='/home/sysop/Devel/PhotoFlow/src'
    -- include dir='/home/sysop/Devel/PhotoFlow/build/src/external/lensfun/include'
    -- library dir='/home/sysop/Devel/PhotoFlow/build/VIPS/Release/lib'
    -- Configuring incomplete, errors occurred!
    See also "/home/sysop/Devel/PhotoFlow/build/CMakeFiles/CMakeOutput.log".
    See also "/home/sysop/Devel/PhotoFlow/build/CMakeFiles/CMakeError.log".
    Building PhotoFlow finished with return code 1.

I installed all dependencies, and ran “bash ./build_all.sh”. VIPS compiled correctly, I think (I see binaries in build/VIPS/Release/bin).
What can I do?
Thanks

What do the cmake logs say?

I would need the full terminal output of the cmake command, not just the last few lines, because the error occurs much before…

CMakeOutput.log and CMakeError.log are two big files full of stuff that I don’t understand… Can I send them to someone that is able to decipher?

I should be able to dechiper them… also , please redirect the output of the build command like this

bash ./build_all.sh >& build.log

and send it as well.

Thanks!

Building PhotoFlow finished with return code 0.

thanks @Carmelo_DrRaw

1 Like