gtk 를 설치하는데 다음과 같은 에러가납니다..

crazygun22의 이미지

glib 는 이미 깔고 그다음 gtk 를 깔았습니다.

내용을 보면 glib-2.0.pc 디렉토리를

PKG_CONFIG_PATH 에 추가하라는것 같군요.

그런데 어디에다가 어떻게 추가해야되는지요..?

리눅스 초보라서 ^^ 답변 부탁드립니다..

에러의 내용다음과 같습니다.

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure: error: Library requirements (glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.8.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

hys545의 이미지

crazygun22 wrote:
glib 는 이미 깔고 그다음 gtk 를 깔았습니다.

내용을 보면 glib-2.0.pc 디렉토리를

PKG_CONFIG_PATH 에 추가하라는것 같군요.

그런데 어디에다가 어떻게 추가해야되는지요..?

리눅스 초보라서 ^^ 답변 부탁드립니다..

에러의 내용다음과 같습니다.

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure: error: Library requirements (glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.8.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


/usr/lib/pkgconfig이 기본입니다.

즐린

익명 사용자의 이미지

hys545 wrote:
crazygun22 wrote:
glib 는 이미 깔고 그다음 gtk 를 깔았습니다.

내용을 보면 glib-2.0.pc 디렉토리를

PKG_CONFIG_PATH 에 추가하라는것 같군요.

그런데 어디에다가 어떻게 추가해야되는지요..?

리눅스 초보라서 ^^ 답변 부탁드립니다..

에러의 내용다음과 같습니다.

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
configure: error: Library requirements (glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.8.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


/usr/lib/pkgconfig이 기본입니다.