gconf / gconf-client.h가 없습니다.


8

다음 지침을 사용하여 Evolution 플러그인을 설치하려고합니다.

Ubuntu의 시스템 트레이로의 진화를 최소화하려면 어떻게합니까?

에서 sudo make단계, 나는 다음과 같은 출력을 얻을 :

make  all-recursive
make[1]: Entering directory `/home/gilnaa/Downloads/evolution-tray-0.0.8'
Making all in src
make[2]: Entering directory `/home/gilnaa/Downloads/evolution-tray-0.0.8/src'
make  all-am
make[3]: Entering directory `/home/gilnaa/Downloads/evolution-tray-0.0.8/src'
  CC     tray.lo
tray.c:28:32: fatal error: gconf/gconf-client.h: No such file or directory
compilation terminated.
make[3]: *** [tray.lo] Error 1
make[3]: Leaving directory `/home/gilnaa/Downloads/evolution-tray-0.0.8/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/gilnaa/Downloads/evolution-tray-0.0.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gilnaa/Downloads/evolution-tray-0.0.8'
make: *** [all] Error 2

다음 줄을 참조하십시오.

tray.c:28:32: fatal error: gconf/gconf-client.h: No such file or directory

이 문제를 어떻게 해결할 수 있습니까?


1
나는 정확히 같은 문제가 있습니다 !!!!
andrewmh20 2016

답변:


1

이것은 gconf 용 C 헤더 파일 (일명 개발 라이브러리)을 설치해야 함을 의미합니다. 패키지를 설치 한 libgconf2-dev다음 다시 시도하십시오.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.