Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.

Problem while building jevoisbase. [closed]

0 votes
Hi,

I have successfully built the jevois library for host computer but having problem while building jevoisbase app for host . The error is-

[ 88%] Building CXX object CMakeFiles/DemoNeon.dir/src/Modules/DemoNeon/DemoNeon.C.o
/home/rahul/jevoisbase/src/Modules/DarknetSaliency/DarknetSaliency.C: In member function ‘virtual void DarknetSaliency::process(jevois::InputFrame&&, jevois::OutputFrame&&)’:
/home/rahul/jevoisbase/src/Modules/DarknetSaliency/DarknetSaliency.C:398:9: error: ‘convertCvRGBtoCvYUYV’ is not a member of ‘jevois::rawimage’
         jevois::rawimage::convertCvRGBtoCvYUYV(displayroi, itsRawInputCv);
         ^~~~~~
CMakeFiles/DarknetSaliency.dir/build.make:62: recipe for target 'CMakeFiles/DarknetSaliency.dir/src/Modules/DarknetSaliency/DarknetSaliency.C.o' failed
make[2]: *** [CMakeFiles/DarknetSaliency.dir/src/Modules/DarknetSaliency/DarknetSaliency.C.o] Error 1
CMakeFiles/Makefile2:568: recipe for target 'CMakeFiles/DarknetSaliency.dir/all' failed
make[1]: *** [CMakeFiles/DarknetSaliency.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 89%] Linking CXX shared library DemoNeon.so
[ 89%] Built target DemoNeon
[ 89%] Linking CXX shared library MarkersCombo.so
[ 89%] Built target MarkersCombo

 And it gets stucked.

Any suggestion?

Thanks.
closed with the note: Built successfully
asked Nov 20, 2017 in Programmer Questions by sharmarahul98 (320 points)
closed Nov 28, 2017 by sharmarahul98
...