fatal error: chardet.h: No such file or directory #3291
Unanswered
Zwei1996
asked this question in
Q&A | 问答板块
Replies: 1 comment 6 replies
-
补充一下,是deepin-reader的安装 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i was in the make procedure, i got this issue fatal error: chardet.h: No such file or directory,could you please tell me how to solve it? 我查了一下,这个貌似是个python模块,网上的c头文件几乎没有,有的的话,make出来就是dpdfglobal.cpp:42:5: error: ‘DetectObj’ was not declared in this scope
42 | DetectObj *obj = detect_obj_init();
,注释掉问题代码又会提示我缺少chardet的动态链接库,请问如何解决
Beta Was this translation helpful? Give feedback.
All reactions