Re: [Tclpro-dev] Building TclPro on Lunix
by Larry W. Virden other posts by this author
Nov 1 2004 3:49PM messages near this date
[Tclpro-dev] Tcl/Tk 2005 First Call for papers
|
[Tclpro-dev] Building TclPro on Lunix
1. There is no "support@ajubasolutions.com" any longer.
Ajuba has been gone for a few years.
2. What's the date on the cvs repository? I don't remember whether
anyone is still updating this code or not. You may have to
juggle a few versions of Tcl to find one that works with it.
3. Okay, when you get to:
% sh ../configure.in
../configure.in: line 7: syntax error near unexpected token =
`module_data.tcl.in'
there is your problem. configure.in is not a shell command, but a template
for generating a shell command. I seem to recall you need to run the
gnu "autoconf" program in that directory, which will then read various
files and create a "configure" program from the templates.
--
Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ >
Larry W. Virden <mailto:lvirden@[...].org> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-> <-
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Tclpro-dev mailing list
Tclpro-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/tclpro-dev
|