我需要安裝一個名為“高級全螢幕調試器”的軟體來進行彙編程式碼調試,但在運行時make
出現此錯誤。
我使用的是 Ubuntu 12.04,32 位元。
afd_load.c:61:32: fatal error: X11/Xaw/StripChart.h: No such file or directory
compilation terminated.
make[5]: *** [afd_load.o] Error 1
make[5]: Leaving directory `/home/vevin1986/Downloads/afd-1.4.4-2/src/UI/Motif/afd_load'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/vevin1986/Downloads/afd-1.4.4-2/src/UI/Motif'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/vevin1986/Downloads/afd-1.4.4-2/src/UI'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vevin1986/Downloads/afd-1.4.4-2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vevin1986/Downloads/afd-1.4.4-2'
make: *** [all] Error 2