How do we compile the cpp-interface-vrep from source? #12
-
Hello everyone, I tried compiling the cpp-interface-vrep from source because I want to to add some new functionalities to it, but some errors occurred when running I did the following steps:
When running
Did I forget any step regarding installing additional dependencies? Any hints on how to compile the cpp-vrep-interface from source? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi everyone, I think I solved the issue in some way. I just copied the simConst.h from the CoppeliaSim directory
Now the cpp-interface-vrep compiles without problems. If anyone has a prettier way of solving this compiling issue, feel free to add to this discussion. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi everyone,
I think I solved the issue in some way. I just copied the simConst.h from the CoppeliaSim directory
coppeliasim-4-5-1-rev4/programming/include/simLib/simConst.h
to the directorycpp-interface-vrep/coppeliarobotics/include/
and changed the include in the extApi.h to be:Now the cpp-interface-vrep compiles without problems.
If anyone has a prettier way of solving this compiling issue, feel free to add to this discussion.
Kind regards,
Marcos