ฉันพยายามติดตั้งปลั๊กอิน 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