Michael G. - 2017-05-23

I am receiving the following when trying to build on CentOS 7:

[user@localhost xmsvm-1.1.1]$ make
make all-am
make[1]: Entering directory `/home/user/Downloads/xmsvm-1.1.1'
gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -g -O2 -MT xmsvm-xmsvm.o -MD -MP -MF .deps/xmsvm-xmsvm.Tpo -c -o xmsvm-xmsvm.o test -f 'xmsvm.c' || echo './'xmsvm.c
xmsvm.c:51:21: fatal error: Dt/Icon.h: No such file or directory
#include "Dt/Icon.h"
^
compilation terminated.
make[1]: *** [xmsvm-xmsvm.o] Error 1
make[1]: Leaving directory `/home/user/Downloads/xmsvm-1.1.1'
make: *** [all] Error 2
[user@localhost xmsvm-1.1.1]$

 

Last edit: Michael G. 2017-05-23