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

Debian bullseye 编译错误 #134

Closed
nuaadupuliu opened this issue Mar 6, 2023 · 3 comments
Closed

Debian bullseye 编译错误 #134

nuaadupuliu opened this issue Mar 6, 2023 · 3 comments

Comments

@nuaadupuliu
Copy link

nuaadupuliu commented Mar 6, 2023

环境:Debian bullseye
Linux version 5.10.0-21-amd64 ([email protected]) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.162-1 (2023-01-21)

按照debian安装步骤,执行到:
tool/notepad--$ cd build && make -j 出现如下错误:

notepad--/src/qscint/src/qscilexerr.cpp:2:10: fatal error: Qsci/qsciLexerr.h: No such file or directory
    2 | #include "Qsci/qsciLexerr.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/qscint/CMakeFiles/qscint.dir/build.make:719: src/qscint/CMakeFiles/qscint.dir/src/qscilexerr.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 21%] Building CXX object src/qscint/CMakeFiles/qscint.dir/src/qscilexervb.cpp.o
[ 21%] Building CXX object src/qscint/CMakeFiles/qscint.dir/src/qscilexerxml.cpp.o
[ 21%] Building CXX object src/qscint/CMakeFiles/qscint.dir/src/qscilexerverilog.cpp.o
[ 22%] Building CXX object src/qscint/CMakeFiles/qscint.dir/src/qscilexervhdl.cpp.o
notepad--/src/qscint/src/qscilexerasm.cpp: In member function ‘virtual const char* QsciLexerAsm::keywords(int)’:
notepad--/src/qscint/src/qscilexerasm.cpp:218:1: warning: control reaches end of non-void function [-Wreturn-type]
  218 | }
      | ^
make[1]: *** [CMakeFiles/Makefile2:194: src/qscint/CMakeFiles/qscint.dir/all] Error 2
make: *** [Makefile:171: all] Error 2
@stringinging
Copy link

ubuntu22.04同样的问题

@cxasm
Copy link
Owner

cxasm commented Mar 26, 2023

不解决编译问题,编译是开发者需要关注的事情。

@cxasm cxasm closed this as completed Mar 26, 2023
@littzhch
Copy link
Contributor

#109 解决了这个问题

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

4 participants