alibaba / alibaba/weex_js_engine

compiled failed

Open
#9 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
250
Forks
66
PR merge metrics
No merged PRs in 30d

Description

```js
/develop/android/githubSource/weex_js_engine/jni/v8core/com_taobao_weex_bridge_WXBridge.cpp:123:37: error:
use of undeclared identifier 'strlen'
v8::V8::SetFlagsFromString(str, strlen(str));
^
/develop/android/githubSource/weex_js_engine/jni/v8core/com_taobao_weex_bridge_WXBridge.cpp:403:22: error:
use of undeclared identifier 'strlen'
int strLen = strlen(ToCString(str));
^
/develop/android/githubSource/weex_js_engine/jni/v8core/com_taobao_weex_bridge_WXBridge.cpp:411:22: error:
use of undeclared identifier 'strlen'
int strLen = strlen(*tasks);
^
/develop/android/githubSource/weex_js_engine/jni/v8core/com_taobao_weex_bridge_WXBridge.cpp:470:22: error:
use of undeclared identifier 'strlen'
int strLen = strlen(ToCString(str));
^
```

@zhuzhaoyuan @sospartan @JacksonTian @luics @oldratlee

Contributor guide

No contributing guide indexed for this repository

Research direction

Inspect jni/v8core/com_taobao_weex_bridge_WXBridge.cpp at lines 123, 403, 411, and 470, using the compiler errors as the starting point. Determine why strlen is undeclared, then rerun the relevant compilation to confirm those errors are resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.