高度なフルスクリーン デバッガーが「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

関連情報