ไม่มี gconf / gconf-client.h


8

ฉันพยายามติดตั้งปลั๊กอิน Evolution โดยใช้คำแนะนำเหล่านี้:

ฉันจะย่อขนาด 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

คำตอบ:


1

ซึ่งหมายความว่าคุณต้องติดตั้งไฟล์ส่วนหัว C (aka ห้องสมุดการพัฒนา) สำหรับ gconf ลองติดตั้งแพคเกจlibgconf2-devแล้วลองอีกครั้ง

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.