Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev] Cannot compile at windows (undefined symbol) #929

Closed
TsinamLeung opened this issue Jan 30, 2023 · 3 comments
Closed

[dev] Cannot compile at windows (undefined symbol) #929

TsinamLeung opened this issue Jan 30, 2023 · 3 comments

Comments

@TsinamLeung
Copy link

CMake Version: 3.25.2
IDE: Android-Studio
OS: windows 11

in rime_jni.cc

ld: error: undefined symbol: rime_require_module_octagram()
@Ret0xBuff
Copy link

感觉是这三个rime_require_module_lua()、rime_require_module_charcode()、rime_require_module_octagram()未实现

注释该无效引用,重新编译即可
trime/app/src/main/jni/librime_jni/rime_jni.cc

第153行注释掉
// declare_librime_module_dependencies();

@TsinamLeung
Copy link
Author

感觉是这三个rime_require_module_lua()、rime_require_module_charcode()、rime_require_module_octagram()未实现

注释该无效引用,重新编译即可 trime/app/src/main/jni/librime_jni/rime_jni.cc

第153行注释掉 // declare_librime_module_dependencies();

The issue solved after putting the trime-librime-plugin into librime plugins.

@caseone
Copy link

caseone commented Sep 26, 2023

感觉是这三个rime_require_module_lua()、rime_require_module_charcode()、rime_require_module_octagram()未实现
注释该无效引用,重新编译即可 trime/app/src/main/jni/librime_jni/rime_jni.cc
第153行注释掉 // declare_librime_module_dependencies();

The issue solved after putting the trime-librime-plugin into librime plugins.

@TsinamLeung where is trime-librime-plugin ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants