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.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

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
...