This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem met in building insight-5.3 under redhat 9.0


I am trying to build a insight-6.0 whose target is mips-elf under redhat linux 9.0 as the followings:

$ ../src/configure --target=mips-elf
$ make

An error is met during compiling the source codes, it is described as the followings:

make[2]: Entering directory `/home/stanley/insight-6.0/insight/tk/unix'
gcc -c -g -O2 -Wall -Wconversion -Wno-implicit-int -fPIC -I/home/stanley/insight-6.0/src/tk/unix
-I/home/stanley/insight-6.0/src/tk/unix/../generic -I/home/stanley/insight-6.0/src/tk/unix/../bitmaps -I/home/stanley/insight-6.0/src/tcl/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DSTATIC_BUILD=1 -DPEEK_XCLOSEIM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1      -DTCL_NO_DEPRECATED   /home/stanley/insight-6.0/src/tk/unix/../generic/tk3d.c
In file included from /home/stanley/insight-6.0/src/tk/generic/tkInt.h:21,
                 from /home/stanley/insight-6.0/src/tk/generic/tk3d.h:18,
                 from /home/stanley/insight-6.0/src/tk/generic/tk3d.c:16:
/home/stanley/insight-6.0/src/tk/generic/tk.h:96:29: X11/Xlib.h: No such file or directory
 
I also tried to build insight-5.3 and insight-5.2 and met the same problem. 

Can anyone help me solve this problem?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]