q*e 发帖数: 1 | 1 I just want to install xfig3.2.4 from http://www.xfig.org/.
I followed their installation instruction. but after I type "make"
it gave me errors:
"./fig.h", line 55: cannot find include file:
"./fig.h", line 56: cannot find include file:
"./fig.h", line 58: cannot find include file:
I checked /usr/include, I didn't see those files. I am using HPUX11.0
Anybody can give me some suggestion? Thanks a lot! | w*******o 发帖数: 32 | 2 add -I/usr/include/X11 to CFLAGS in Makefile
/usr/include/X11 could be /usr/X11R6/include or whatever appropriate
on your system
【在 q*e 的大作中提到】 : I just want to install xfig3.2.4 from http://www.xfig.org/. : I followed their installation instruction. but after I type "make" : it gave me errors: : "./fig.h", line 55: cannot find include file: : "./fig.h", line 56: cannot find include file: : "./fig.h", line 58: cannot find include file: : I checked /usr/include, I didn't see those files. I am using HPUX11.0 : Anybody can give me some suggestion? Thanks a lot!
|
|