지우너

[Mac vscode] a space is required between conzsecutive right angle brackets (use '> >') 본문

카테고리 없음

[Mac vscode] a space is required between conzsecutive right angle brackets (use '> >')

지옹 2024. 3. 6. 17:32

vscode mac c++ 설정하기

 

https://headf1rst.github.io/c++/clang-c++17/#tasksjson-설정

 

[VS Code] Mac Clang C++17 컴파일러 환경 설정

mac의 경우 clang 컴파일러를 사용하여 cpp파일을 컴파일 한다.

headf1rst.github.io

https://areumdawoon.tistory.com/20

 

<VSCode 를 C++ IDE로 쓰기> Mac에서 C++ 개발하기

일반적으로 C++ 개발한다고하면 대표적으로 쓰는 IDE가 Visual Studio이지만, 맥에서는 Visual Studio가 C++ 개발환경을 지원해주지 않는다. 그래서 대체제로 많이 쓰는게 VSCode다. ▼▼▼ VS Code 설치는 요

areumdawoon.tistory.com

 

위의 블로그를 보면서 C++17 설정을 다시 했습니다.

저의 문제는

① xcode 삭제(필요없는 줄 알고 정리했었는데, 그게 문제였다...)

  • 바탕화면에서 command+스페이스바 눌러서 터미널 검색
  • 터미널에 clang --version 이라고 치기. clang이 설치되어있지 않다고 뜰 경우 xcode를 확인...

task.json 파일에 "args" 부분에 "-std=c++17" , "-stdlib=libc++" 가 없었다. 

c_cpp_properties.json 파일에 "compilerArgs": ["-std=c++17", "-stdlib=libc++"] 없었음