Page 2 of 2

Re: V-REP crash (running several instances of V-REP with several remote API clients)

Posted: 25 Jun 2019, 17:39
by fferri
Uli_v wrote: 25 Jun 2019, 16:56 How do I compile the plugin in debug mode?
If it is based on CMake, then pass option -DCMAKE_BUILD_TYPE=Debug to cmake.

If it is based on QMake, then pass CONFIG+=debug to qmake.

Re: V-REP crash (running several instances of V-REP with several remote API clients)

Posted: 26 Jun 2019, 16:17
by Uli_v
I git cloned: https://github.com/CoppeliaRobotics/v_repExtRemoteApi

I then I tried:

Code: Select all

cmake -DCMAKE_BUILD_TYPE=Debug
But there is no CMakeLists.txt.

What are all the steps necessary to build/cmake the RemoteApi plugin? Thanks.

Re: V-REP crash (running several instances of V-REP with several remote API clients)

Posted: 26 Jun 2019, 18:47
by fferri
Uli_v wrote: 26 Jun 2019, 16:17 I git cloned: https://github.com/CoppeliaRobotics/v_repExtRemoteApi

I then I tried:

Code: Select all

cmake -DCMAKE_BUILD_TYPE=Debug
But there is no CMakeLists.txt.

What are all the steps necessary to build/cmake the RemoteApi plugin? Thanks.
That's a QMake based plugin

Re: V-REP crash (running several instances of V-REP with several remote API clients)

Posted: 26 Jun 2019, 19:09
by Uli_v
So what are the steps to make this via qmake?