1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| make: « libxml2.a » est à jour.
make: « libxslt.a » est à jour.
g++ ... -c -g -MD -Wall -Wno-sign-compare -Wno-long-long -Wuninitialized -DNDEBUG -O2 -m32 -DMAKE_UBUNTU -Wno-deprecated -Wno-reorder -Wno-non-virtual-dtor ../java.cxx
In file included from ../java.cxx:37:0:
../z_com.h: In function bool zschimmer::com::variant_is_empty(const zschimmer::com::Variant&):
../z_com.h:836:60: warning: suggest parentheses around && within ||
../java.cxx: In member function void zschimmer::javabridge::Vm::start():
../java.cxx:655:7: warning: suggest explicit braces to avoid ambiguous else
../java.cxx: In function void zschimmer::javabridge::throw_java_ret(int, const std::string&, const std::string&):
../java.cxx:1147:14: error: JNI_ENOMEM was not declared in this scope
../java.cxx:1148:14: error: JNI_EEXIST was not declared in this scope
../java.cxx:1149:14: error: JNI_EINVAL was not declared in this scope
../java.cxx: In member function int zschimmer::javabridge::Method::int_call(__jobject*, const zschimmer::javabridge::Parameter_list&) const:
../java.cxx:2076:92: error: invalid conversion from const jvalue* to jvalue*
../java.cxx:2076:92: error: initializing argument 3 of jint _Jv_JNIEnv::CallIntMethodA(__jobject*, _jmethodID*, jvalue*)
../java.cxx: In member function __jobject* zschimmer::javabridge::Method::jobject_call(__jobject*, const zschimmer::javabridge::Parameter_list&) const:
../java.cxx:2132:99: error: invalid conversion from const jvalue* to jvalue*
../java.cxx:2132:99: error: initializing argument 3 of __jobject* _Jv_JNIEnv::CallObjectMethodA(__jobject*, _jmethodID*, jvalue*)
../java.cxx: In member function std::string zschimmer::javabridge::Method::string_call(__jobject*, const zschimmer::javabridge::Parameter_list&) const:
../java.cxx:2146:106: error: invalid conversion from const jvalue* to jvalue*
../java.cxx:2146:106: error: initializing argument 3 of __jobject* _Jv_JNIEnv::CallObjectMethodA(__jobject*, _jmethodID*, jvalue*)
../java.cxx: In member function int zschimmer::javabridge::Static_method::int_call(__jclass*, const zschimmer::javabridge::Parameter_list&) const:
../java.cxx:2248:93: error: invalid conversion from const jvalue* to jvalue*
../java.cxx:2248:93: error: initializing argument 3 of jint _Jv_JNIEnv::CallIntMethodA(__jobject*, _jmethodID*, jvalue*)
make: *** [java.o] Erreur 1 |
Partager