installation failure on ubuntu #29
Replies: 2 comments
-
Both the Rocky and the VSG APIs change quite frequently so this is not a buge surprise. Any reason why you are trying to embed the SDK and not just linking to rocky as an external library...? |
Beta Was this translation helpful? Give feedback.
-
Hi Glenn, I put vsg 1.0.9 and vsgXchange 1.0.5. all the dependencies are satisfied with the cmake. And yet I have an error: /home/mich/rocky-main/src/rocky/vsg/engine/IconSystem.cpp:139:26: error: cannot bind non-const lvalue reference of type ‘vsg::Visitor&’ to an rvalue of type ‘vsg::Visitor’ |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm doing some research on Rocky, notably trying to install it on Ubuntu and I can't. But I copied the src/rocky source directory to put it in a CLion project called vsgTerra organized like this:
vsgTerra :
the root cmake:
rocky's cmake :
I have compilation errors at 86%:
It looks like they didn't use your version of vsg. I corrected two includes which were in the wrong place.
Sincerely
Michel Guenin
Beta Was this translation helpful? Give feedback.
All reactions