Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- nontrivial solution
- 빅세타
- 재귀함수
- Big-O 예제
- 일차변환
- 페이지 겹칩
- nonhomogeneous linear system
- 코틀린 시작하기
- NumPy
- includepdf
- matrix fo a linear transformation
- 이진 탐색
- Big-Oh 예제
- recursive algorithms
- trivial solution
- 배열 섞기
- 랜덤 순서 배열
- matrix trnasformations
- linear dependence
- 빅오메가
- Big Omega
- python
- 코틀린 Hello World!
- Big-Oh notation
- one-to-one
- 알고리즘 분석의 실례
- itertools
- Big Theta
- homogeneous linear system
- 빅오 표기법
Archives
- Today
- Total
코딩 연습
(Emacs) pdf-tools-install build failed 본문
반응형
이런 경우에는
~/.emacs.d/.local/straight/build-x/pdf-tools/build/server/autobuild
파일에서
eval "./configure -q $(quote "$prefix") && make clean && make -s || exit_fail"
위 부분을
eval "./configure CXXFLAGS='-std=c++17' -q $(quote "$prefix") && make clean && make -s || exit_fail"
로 바꾸면 된다.
반응형
'잡다한 것들' 카테고리의 다른 글
(Doom Emacs) 폰트 설정하기 (0) | 2022.08.08 |
---|---|
wifi 목록에서 우리집 공유기만 사라졌다. (0) | 2022.06.18 |
spacevim 의 julia layer 에서 recursive mapping 문제 해결 (0) | 2022.01.12 |
neovim 활용법 (0) | 2021.11.18 |
tmux 에서 vim colorscheme 이 이상할 때 (0) | 2021.10.30 |
Comments