Eu preciso instalar um software chamado depuração de código Advanced FullScreen Debugger for Assembly, mas ao executar make
, estou recebendo este erro.
Estou no Ubuntu 12.04, 32 bits.
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
Tags make installation ubuntu