fletch
fletch copied to clipboard
Computer Vision Software Development Environment
I have encounter below error while building libkml. Dependecy is install at: ls /lib/x86_64-linux-gnu/*expat* /lib/x86_64-linux-gnu/libexpat.so.1 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 echo $LD_LIBRARY_PATH /lib/x86_64-linux-gnu Scanning dependencies of target libkml [ 42%] Creating directories for 'libkml'...
Seems related to these errors: 1. https://bugs.orfeo-toolbox.org/view.php?id=1306 2. https://ubuntuforums.org/showthread.php?t=1703770 When OPENGL_GLU_FOUND OPENGL_GLU_FOUND and GLUT_FOUND libtiff forces HAVE_OPENGL to be true. This caused me to encounter the error: `GLUT_Xmu_LIBRARY NOTFOUND` Ideally,...
This patch fixes one of the two issues mentioned in issue #178. The patch fixes and issue with the command line argument for an HDF5 test. The line is too...
[1/76] Removing build stamp file for build update (forcebuild). [2/76] Performing build step for 'fletch' FAILED: build/src/fletch-stamp/fletch-build cd /home/matt/Dev/viame/ninja-test/build/src/fletch-build && /usr/local/bin/cmake --build . && /usr/local/bin/cmake -E touch /home/matt/Dev/viame/ninja-test/build/src/fletch-stamp/fletch-build [1/82] Performing...
This fletch OpenCV3 patch (https://github.com/Kitware/fletch/commit/1a97ac33668eec1402c62f9e2ba03683db1550b8) with its if() section containing "FIND_LIBRARY(BZIP2_LIBRARIES NAMES bz2 bzip2)" apparently presumes that FFmpeg will have been built incorporating bz2 support, when that support is only...
There are still 2 things I know I need to improve on this branch at a minimum 1) Install python packages to correct directories 2) It would be desirable to...
Goal : Fix fletch/python bugs for release generation Changes : - Fix: - Fix python include path - Remove installation of python packages The changed above are tested to build...