|
|
在编译热键的时候:
edu_tsinghua_lumaqq_hotkey_KeyBinder.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jboolean’
edu_tsinghua_lumaqq_hotkey_KeyBinder.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:6: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘java_obj’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:9: error: expected declaration specifiers or ‘...’ before ‘gpointer’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c: In function ‘handler’:
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:10: error: ‘jclass’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:10: error: (Each undeclared identifier is reported only once
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:10: error: for each function it appears in.)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:10: error: expected ‘;’ before ‘cls’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:11: error: ‘jmethodID’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:11: error: expected ‘;’ before ‘mid’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:12: error: ‘mid’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:16: error: ‘jstring’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:16: error: expected ‘;’ before ‘str’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:17: error: ‘java_env’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:17: error: ‘java_obj’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:17: error: ‘str’ undeclared (first use in this function)
edu_tsinghua_lumaqq_hotkey_KeyBinder.c: At top level:
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jboolean’
edu_tsinghua_lumaqq_hotkey_KeyBinder.c:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’
make: *** [libkeybinder.so] 错误 1
这都是哪错了?看不懂 |
|