高级全屏调试器在“make”过程中安装失败

高级全屏调试器在“make”过程中安装失败

我需要安装一个名为 Advanced FullScreen Debugger 的软件来进行汇编代码调试,但在运行时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

相关内容