Skip to content

Instantly share code, notes, and snippets.

@AppWerft
Created January 21, 2019 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AppWerft/c0704e4d8183072063dfed32133ee592 to your computer and use it in GitHub Desktop.
Save AppWerft/c0704e4d8183072063dfed32133ee592 to your computer and use it in GitHub Desktop.
[DEBUG] Running: /Users/fuerst/Library/Android/ndk/ndk-build TI_MOBILE_SDK=/Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA NDK_PROJECT_PATH=/Users/fuerst/Documents/APPC_WORKSPACE/FIN/Ti.Fidel/android/build/generated NDK_APPLICATION_MK=/Users/fuerst/Documents/APPC_WORKSPACE/FIN/Ti.Fidel/android/build/generated/Application.mk PYTHON=python V=0
[ERROR] Failed to run ndk-build
[ERROR]
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] jni/ti.fidel.TifidelModule.cpp: In static member function 'static v8::Local<v8::FunctionTemplate> ti::fidel::TifidelModule::getProxyTemplate(v8::Isolate*)':
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:117:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_IRELAND", fieldValueCOUNTRY_IRELAND);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:117:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_IRELAND", fieldValueCOUNTRY_IRELAND);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:117:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_IRELAND", fieldValueCOUNTRY_IRELAND);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:122:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_JAPAN", fieldValueCOUNTRY_JAPAN);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:122:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_JAPAN", fieldValueCOUNTRY_JAPAN);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:122:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_JAPAN", fieldValueCOUNTRY_JAPAN);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:132:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_KINGDOM", fieldValueCOUNTRY_UNITED_KINGDOM);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:132:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_KINGDOM", fieldValueCOUNTRY_UNITED_KINGDOM);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:132:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_KINGDOM", fieldValueCOUNTRY_UNITED_KINGDOM);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:137:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_SWEDEN", fieldValueCOUNTRY_SWEDEN);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:137:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_SWEDEN", fieldValueCOUNTRY_SWEDEN);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:137:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_SWEDEN", fieldValueCOUNTRY_SWEDEN);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:142:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_STATES", fieldValueCOUNTRY_UNITED_STATES);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:142:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_STATES", fieldValueCOUNTRY_UNITED_STATES);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:142:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "COUNTRY_UNITED_STATES", fieldValueCOUNTRY_UNITED_STATES);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] In file included from jni/ti.fidel.TifidelModule.cpp:16:0:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:50: error: expected ')' before string constant
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:147:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "FIDEL_LINK_CARD_RESULT_CARD", fieldValueFIDEL_LINK_CARD_RESULT_CARD);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: error: no matching function for call to 'v8::String::NewFromUtf8(v8::Isolate*&, _jobject*&)'
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:147:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "FIDEL_LINK_CARD_RESULT_CARD", fieldValueFIDEL_LINK_CARD_RESULT_CARD);
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:23:52: note: candidates are:
[ERROR] v8::String::NewFromUtf8(isolate, string_literal "")
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:27:3: note: in definition of macro 'DEFINE_CONSTANT'
[ERROR] value, static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete))
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/V8Util.h:36:41: note: in expansion of macro 'STRING_NEW'
[ERROR] DEFINE_CONSTANT(isolate, target, name, STRING_NEW(isolate, value))
[ERROR] ^
[ERROR] jni/ti.fidel.TifidelModule.cpp:147:3: note: in expansion of macro 'DEFINE_STRING_CONSTANT'
[ERROR] DEFINE_STRING_CONSTANT(isolate, prototypeTemplate, "FIDEL_LINK_CARD_RESULT_CARD", fieldValueFIDEL_LINK_CARD_RESULT_CARD);
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:26:0,
[ERROR] from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: static v8::Local<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::String::NewStringType, int)
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2668:21: note: no known conversion for argument 2 from 'jobject {aka _jobject*}' to 'const char*'
[ERROR] Local<String> NewFromUtf8(Isolate* isolate, const char* data,
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8config.h:340:48: note: in definition of macro 'V8_DEPRECATE_SOON'
[ERROR] #define V8_DEPRECATE_SOON(message, declarator) declarator
[ERROR] ^
[ERROR] In file included from /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/Proxy.h:11:0,
[ERROR] from jni/ti.fidel.TifidelModule.h:12,
[ERROR] from jni/ti.fidel.TifidelModule.cpp:10:
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: static v8::MaybeLocal<v8::String> v8::String::NewFromUtf8(v8::Isolate*, const char*, v8::NewStringType, int)
[ERROR] static V8_WARN_UNUSED_RESULT MaybeLocal<String> NewFromUtf8(
[ERROR] ^
[ERROR] /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/7.1.0.GA/android/native/include/v8.h:2674:51: note: candidate expects 4 arguments, 2 provided
[ERROR] At global scope:
[ERROR] cc1plus: warning: unrecognized command line option "-Wno-deprecated-register"
[ERROR] cc1plus: warning: unrecognized command line option "-Wno-tautological-compare"
[ERROR] make: *** [/Users/fuerst/Documents/APPC_WORKSPACE/FIN/Ti.Fidel/android/build/generated/obj/local/arm64-v8a/objs/ti.fidel/ti.fidel.TifidelModule.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment