micmacIGN / micmac

Free open-source photogrammetry software tools
http://micmac.ensg.eu
Other
720 stars 155 forks source link

Failing compilation on Debian 9 #70

Closed livmion closed 6 years ago

livmion commented 6 years ago

Hi all,

When I try to build the very last version of MicMac, I get this error:

`[ 91%] Building CXX object src/CMakeFiles/elise.dir/RegTIRVIS/RegTIRVIS.cpp.o /home/livmion/git/micmac/src/RegTIRVIS/RegTIRVIS.cpp:1:24: fatal error: cregtirvis.h: No such file or directory

include "cregtirvis.h"

                    ^

compilation terminated. src/CMakeFiles/elise.dir/build.make:19950: recipe for target 'src/CMakeFiles/elise.dir/RegTIRVIS/RegTIRVIS.cpp.o' failed make[2]: [src/CMakeFiles/elise.dir/RegTIRVIS/RegTIRVIS.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... CMakeFiles/Makefile2:279: recipe for target 'src/CMakeFiles/elise.dir/all' failed make[1]: [src/CMakeFiles/elise.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: [all] Error 2 `

It seems it is missing one file.

Thank you in advance.

erupnik commented 6 years ago

Thanks, we identified the pb and will fix it tomorrow;

livmion commented 6 years ago

Thank you Ewelina, it’s all already solved. You can close the bug.

alexmyczko commented 6 years ago

Do you have plans to create an official debian package?