Victor-Haefner / polyvr

PolyVR - a shortcut to virtual reality
http://www.imi.kit.edu/46_2274.php
GNU General Public License v3.0
39 stars 20 forks source link

Build Failure #85

Closed EdoFZI closed 6 years ago

EdoFZI commented 6 years ago

Not able to build PolyVR. Affected file: src/core/networking/VROPCUA.cpp line: #include <opc/ua/node.h>

Error: fatal error: opc/ua/node.h: No such file or directory.

Folder is up to date with remote repository, correctly installed using <sudo ./install>.

Victor-Haefner commented 6 years ago

I guess the sub repo did not update correctly? Check this with: cd pathToPolyVR/dependencies sudo git pull

If this fails then try sudo git pull origin master

which operating system are you working on?

EdoFZI commented 6 years ago

This solved the problem. Thanks