This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build problem for insight 6.4


Guillaume Savaton <guillaume.savaton <at> eseo.fr> writes:


> 
> I am trying to build Insight 6.4 on a PC with Debian Etch (testing).
> 
> what seems to be a syntax error at line 7048 of tcl/unix/configure
> 
> I changed :
> 
> 	system=MP-RAS-`awk '{print }' /etc/.relid'`
> 
> into
> 
> 	system=MP-RAS-`awk '{print }' /etc/.relid`
> 
> (removed last quote)
> 

I am also using Debian Etch and I found the same syntax error in two other
locations and was able to build succesfully after fixing those:

They are at

  ..../tcl/unix/configure  line 5508

and

  ..../tk/unix/configure line 1952

Hope this helps!

Pete Klemm





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]