Tried to get the *new* AS 4.5 running (Mandriva 2006/P4/1gig RAM), but getting this (apparently) Tcl error.
I know this should go to the AS bug list (and I will post it there), but there's a lot of experience here (and interest in AS).
make install ./util/nsmakeall.tcl install nsthread nsd nstclsh ./util/nsmakeall.tcl: line 48: syntax error near unexpected token `}' ./util/nsmakeall.tcl: line 48: `} ' make: *** [install-bins] Error 2Looking at the code I can't see anything obviously wrong (but I claim no expertise). Any thoughts?
---SNIP----
if {$argc < 2} {
puts "Usage: $argv0 target dir ?dir dir ...?"
exit 1
} -------------------LINE 48--------<
if ![string equal $tcl_platform(platform) unix] {
set make nmake
}
---SNIP----
Request notifications