EXT API

Typically: "How do I... ", "How can I... " questions
Post Reply
AsadAli
Posts: 36
Joined: 24 Dec 2014, 09:25

EXT API

Post by AsadAli »

The following error ocurr when i try to build bubbleRobClient program , from other directory rather than in the Vrep programming folder . Please help me resolve that error.

/usr/local/include/extApi.h:34:25: fatal error: v_repConst.h: No such file or directory
#include "v_repConst.h"
^
And Please tell me how to define no matlab parsing .

AsadAli
Posts: 36
Joined: 24 Dec 2014, 09:25

Re: EXT API

Post by AsadAli »

Hey the error is being updated and now something like that in the make file.
gcc: error: ../remoteApi/extApi.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[1]: *** [all] Error 4
make: *** [all] Error 2

coppelia
Site Admin
Posts: 10368
Joined: 14 Dec 2012, 00:25

Re: EXT API

Post by coppelia »

See the reply to your other question. But basically look here.

The simplest would be to put your remote API client project into the programming folder, as was done with the many examples located in there.

Cheers

Post Reply