I followed the "Easy Install Option" after at "Compiling JeVois library and base apps for host computer" I got the following message for the command "./rebuild-host.sh":
david@ud1:~$ cd jevois
david@ud1:~/jevois$ sudo ./rebuild-host.sh
[sudo] password for david:
CMake Warning at CMakeLists.txt:34 (message):
You should set JEVOIS_SRC_ROOT environment variable to the root of your
jevois source tree, needed to find the linux kernel, buildroot,
cross-compilers, etc to install on the platform hardware. Using default:
/home/david/jevois
-- JEVOIS_LDEBUG_ENABLE: OFF
-- JEVOIS_TRACE_ENABLE: OFF
-- JEVOIS_USE_SYNC_LOG: OFF
-- JEVOIS_LOG_TO_FILE: OFF
-- HOST_IS_RPI3: OFF
CMake Warning at CMakeLists.txt:74 (message):
You should set JEVOIS_ROOT environment variable to the root of where JeVois
modules and config files will be installed. Using default: /jevois
-- JeVois version 1.0
-- JEVOIS_SRC_ROOT: /home/david/jevois
-- JEVOIS_PLATFORM: OFF
-- JEVOIS_VENDOR: JeVois
-- Install prefix for executables: /usr/local
-- Host path to jevois modules root: /jevois
-- The C compiler identification is GNU 6.2.0
-- The CXX compiler identification is GNU 6.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake-3.5/Modules/FindSubversion.cmake:110 (message):
Command "/usr/bin/svn info /home/david/jevois" failed with output:
svn: E155007: '/home/david/jevois' is not a working copy
Call Stack (most recent call first):
CMakeLists.txt:250 (Subversion_WC_INFO)
-- Configuring incomplete, errors occurred!
See also "/home/david/jevois/hbuild/CMakeFiles/CMakeOutput.log".
david@ud1:~/jevois$