From: Lauters M. <meh...@gm...> - 2012-05-21 21:09:49
|
Hi, I'm trying for a while to compile openvxi on a recent linux distribution, with libmozjs.1.8.5-1.0.0ubuntu8 but i get an error In file included from openvxi-3.4/src/jsi/SBjsi.cpp:48:0: openvxi-3.4/src/jsi/JsiRuntime.hpp:90:17: erreur: expected ‘;’ at end of member declaration openvxi-3.4/src/jsi/JsiRuntime.hpp:90:77: erreur: ISO C++ forbids declaration of ‘GCCallback’ with no type [-fpermissive] and this is this line: static JSBool JS_DLL_CALLBACK GCCallback (JSContext *cx, JSGCStatus status); What could be wrong? Thanks |