Partha1b
Partha1b
On Windows 10 using WSL. Using Streisand with AWS. After completion, no folder names generated-docs.
My cmake command is as follows: cmake -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=./Release -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-std=c++11 -O3 -ffast-math -ftree-vectorize" -DCMAKE_ C_FLAGS="-O3 -ffast-math -ftree-vectorize" -DBUNDLED_LENSFUN=OFF .. I am getting the following error: z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/base/photoflow.cc: In...
Still getting errors. :( z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/vips/lensfun.cc: In function 'int vips_lensfun_build(VipsObject_)': z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/vips/lensfun.cc:335:3: error: 'LensFunPar' is not a member of 'PF' PF::LensFunPar_ lfpar = dynamic_castPF::LensFunPar*( lensfun->processor->get_par() ); ^ etc. Do you want the...
OK. I did a verbose Makefile. Here is the log: http://www.partha.com//temp/PotoFlow-Stable-Branch-Build.log
No, sorry. :( I first thought it may be due to -std=c++11 and so I removed that option. It didn't compile. I tried with and without your bundle and still...
I deleted my whole PhotoFlow folder and started fresh. We seemed to have moved passed lensfun.cc!! :) However, the error now is at: z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/dt/iop/clipping.cc:284:65: error: narrowing conversion of '+Inf' from...
Great! We are getting there. I reached 51%. :) Here is the next error: z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/operations/raw_image.cc:136:19: error: 'filename' was not declared in this scope mbstowcs(filen, filename, len); ^ src/CMakeFiles/pfbase.dir/build.make:1783: recipe for...
Hmm, git says I am already update to date. Did you commit to the stable branch? On Tue, Jan 26, 2016 at 7:00 AM, aferrero2707 [email protected] wrote: > Fix committed...
OK! Now the code is all fine though there are a lot of warnings. Perhaps we can clean them up later. :) However I have another issue. Malformed link files....
I took this forward. I removed that text from the files mentioned above and then reran make. I get the following error: z:/src/gimp/plug-ins/Useful-Plugins/PhotoFlow/src/plugin/pfgimp.cc:8:34: fatal error: libgimpbase/gimpbase.h: No such file or...