[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ns in Linux?
The latest release of ns works just fine on RedHat5.2.
"../generic/tk.h:74: X11/Xlib.h: No such file or directory"
is saying that Xlib.h is missing. Therefore, you need to install a package
which includes that file. This is likely to be the X11 development libraries
package.
rik
--
ATM-Multimedia Group | tel: +44(0)113 2336589 -o)
School of Computer Studies | fax: +44(0)113 2335468 /\\
University of Leeds | web: http://www.scs.leeds.ac.uk/atm-mm _\_v
Leeds, LS2 9JT, UK | WYLUG: http://www.scs.leeds.ac.uk/wylug Linux
On Fri, 16 Apr 1999, Rafa Berenguer wrote:
>cc -c -O -I. -I./../generic -I./../bitmaps -I/root/ns/tcl8.0/generic
>-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1
>-DTIME_WITH_SYS_TIME=1 ./tkAppInit.c
>In file included from ./tkAppInit.c:16:
>../generic/tk.h:74: X11/Xlib.h: No such file or directory