[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Problem in compiling nam-1.0a5
Hi,
Thank you for the tips. I had nam-1.0a5 compiled successfully.
However when I try to exec the nam trace file in my simulation script, it
failed and asking for Tk4.2 instead of Tk8.0. I installed nam-1.0a5 with
Tclcl-1.0b6, otcl-1.0a3 and Tcl/Tk8.0. This is given in the
installation manual http://www-mash.cs.berkeley.edu/nam/nam.html.
I got the following error mesg,
: version conflict for package "Tk": have 8.0, need 4.2
while executing
"package require -exact Tk 4.2"
tks,
shuqian
On Thu, 8 Oct 1998, Mena, Art wrote:
>
>
> > Take a look at
> > http://www-mash.cs.berkeley.edu/dist/archives/ns-users/9809/0093.html
> > - I believe this is the page for Art's fix - otherwise change the
> > following
> > listed below.
> >
> >
> > Art's fix:
> > Add this to the file xwd.c as line 92
> > #define SIZEOF(x) sz_##x
> >
> > Comment out, or delete, line 59 of the file config.h.
> > /* typedef signed char int8_t; */
> >
> > Comment out, or delete, line 45 in random.cc
> > /* extern "C" int srandom(...); */
> >
> then do a make and enjoy.
>
> Tiki is correct, but for some reason the lines in my message got an extra
> carriage return inserted in them. (A new feature with MS Exchange?) I've
> posted them again above in a narrower format.
>
> Art Mena
> Boeing
> USC
>
>