I'm trying to install NaoQI C++ SDK on Linux 18.04.1 (VirtualBox). I followed this installation instruction: http://doc.aldebaran.com/2-1/dev/cpp/install_guide.html
My problem is in Part E. Step.3, when I'm trying to run "qibuild make"
I get this error while I'm trying to build the helloworld example:
CMakeFiles/testhelloworld.dir/testhelloworld.cpp.o: In function
main': /home/nounou/Documents/SDKfolder/naoqi-sdk/doc/dev/cpp/examples/core/helloworld/testhelloworld.cpp:35: undefined reference to
AL::ALBroker::createBroker(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, int, std::__cxx11::basic_string, std::allocator > const&, int, int, std::__cxx11::basic_string, std::allocator >, bool)' /home/nounou/Documents/SDKfolder/naoqi-sdk/doc/dev/cpp/examples/core/helloworld/testhelloworld.cpp:38: undefined reference toAL::ALProxy::ALProxy(boost::shared_ptr<AL::ALBroker>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, int)' CMakeFiles/testhelloworld.dir/testhelloworld.cpp.o: In function
qi::log::LogStream::~LogStream()':
....
CMakeFiles/testhelloworld.dir/build.make:113: recipe for target 'sdk/bin/testhelloworld' failed make[2]: * [sdk/bin/testhelloworld] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/testhelloworld.dir/all' failed make[1]: * [CMakeFiles/testhelloworld.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2
[ERROR]: BuildFailed Error occurred when building project hello world
Please, help me if you have any idea about what the problem is. Thank you!