Gentlemen:
After configuring ddd-3.3 without error I was happily making this application
until I received the following;
.
.
.
.
.
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DNDEBUG -O2 -g -W -Wall -trigraphs
-c hostname.C
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DNDEBUG -O2 -g -W -Wall -trigraphs
-c index.C
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DNDEBUG -O2 -g -W -Wall -trigraphs
-c java.C
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DNDEBUG -O2 -g -W -Wall -trigraphs
-c logo.C
In file included from logo.C:40:
Xpm.h:51: xpm.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `logo.o'
Current working directory /home/users/ntwkarch/bjl2778/Downloads/ddd-3.3/ddd
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
I checked for Xpm.h in the ddd subfolder and it is there. What am I doing
wrong?