[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mash for Linux + Notes - The revenge :)
Hi Chema,
What version of tcl/tk did you try to build? When you
say that 'in my tcl "include" directory I only got the
tcl.h and tk.h header files, not the remain ones...",
what other header files are you referring to?
Did you build Otcl and then TclCL? Which versions of
these packages did you use? I'm asking because in my
experience there were problems with different versions
not working together. On Linux, I used:
Tcl/Tk version 8.0.5
OTcl version 1.0a5 (NOTE: 1.0a3 gave me many
problems)
TclCL version 1.0b9
Mash version 5.0b2 (I didn't try mash-1)
If you followed Mason's build notes, then you added
"-ldl" to the link command for mash, right? Did you
double-check that paths to Tcl/Tk, OTcl were correct?
And I guess you replaced "#include <oscfn.h>" with
"#include <unistd.h>" in the files Mason noted (e.g.,
ps/ps.cc, ps/ps-file.cc, net/tcpchan.cc), right?
(You must have done that because mash wouldn't have
built if you hadn't).
I was able to make vic under Linux, but it didn't
recognize my capture card... that was the only
problem that I could recall. (And Mason is working
on that.
Can you redirect the 'make import' to a file and
look at the output? It would be nice to see where
it failed.
--Marcia