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
- 알고리즘 분석의 실례
- 이진 탐색
- trivial solution
- 빅세타
- 코틀린 Hello World!
- 빅오메가
- includepdf
- 배열 섞기
- python
- homogeneous linear system
- linear dependence
- NumPy
- Big-O 예제
- Big-Oh notation
- nontrivial solution
- 랜덤 순서 배열
- 빅오 표기법
- recursive algorithms
- itertools
- nonhomogeneous linear system
- one-to-one
- 코틀린 시작하기
- 재귀함수
- 일차변환
- Big Omega
- Big-Oh 예제
- Big Theta
- matrix fo a linear transformation
- matrix trnasformations
- 페이지 겹칩
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