피카부 RSS 태그 관리 글쓰기 방명록 다시 시작하는 개발 블로그
2014-11-19 17:48:55
python에서 PIL을 이용하기 위해 이것저것 해보던 중 제목과 같은 에러가 나왔다. 에러 내용은 대략 아래와 같다.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/clude/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found

#       include 

                ^

1 error generated.

error: command 'cc' failed with exit status 1

이것저것 구글링해본결과 아래의 방법으로 해결
xcode-select --install