ESROCOS / gui-vizkit3d_taste

C wrappers of vizkit3d plugins for use in TASTE applications.
4 stars 1 forks source link

'asn1Scc_Vector3d_toAsn1' was not declared in this scope #6

Closed Kynneb closed 6 years ago

Kynneb commented 6 years ago

When trying a fresh install of ESROCOS I get this error - might it be that this is due to the latest update in the types-base_support OpaqueConversions.hpp?

When reverting base_support to 64c922 it seems to work.

RaquelJalvo commented 6 years ago

Now it should be fixed. These functions were added manually and the last time I generated the library I forgot to add it. Thank you!!

Kynneb commented 6 years ago

Thanks for your response - I started a new build and will follow up on how things turned out.

Kynneb commented 6 years ago

That worked fine, thanks again.