alibaba / alibaba/weex_js_engine
-Dxxx Compile Error
Open
- Dominant language
- C++
- Stars
- 250
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
发现是**jni/v8core/build/android.gypi**下面的宏定义出现问题:
_make[3]: -DANDROID: Command not found_
如果注销掉ANDROID,后面的宏仍然会出现上面的问题:
_make[3]: -DV8_ANDROID_LOG_STDOUT: Command not found_
用了几个不同版本的NDK都试过了:r11c, r12b, r14b
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with jni/v8core/build/android.gypi and reproduce the Android build using the reported NDK versions if available. Trace why -DANDROID and -DV8_ANDROID_LOG_STDOUT are being treated as commands; done means the Android build proceeds without these command-not-found errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100