Search found 2 matches

by fabien
25 Nov 2015, 23:57
Forum: Bug reports
Topic: fix for vrep.py
Replies: 1
Views: 3380

fix for vrep.py

Hi, In 3.2.3, on Mac OS X, the `vrep.py` file from `remoteApiBindings/python/python` contains these lines: from ctypes import * libsimx = None try: if platform.system() =='Windows': libsimx = CDLL("./remoteApi.dll") elif platform.system() == 'Darwin': libsimx = CDLL(os.path.abspath(os.path...
by fabien
25 Nov 2015, 03:52
Forum: Bug reports
Topic: funcDebug.h not found
Replies: 1
Views: 2501

funcDebug.h not found

When compiling the mesh plugin (on V-REP 3.2.2), the compilation complains about funcDebug.h missing (with gcc 4.8.2). -bash-4.1$ qmake ../v_repExtMeshCalc.pro -bash-4.1$ make g++ -c -pipe -O3 -Wall -Wno-unused-parameter -Wno-strict-aliasing -Wno-empty-body -Wno-write-strings -Wno-unused-but-set-var...