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


Pete Klemm a écrit :
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`

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

I managed to build insight with this simple fix. Shame on me for not finding the other two occurrences of the error.

So in the end it was really a syntax error.
I wonder why it was detected only on Debian Etch.

Thanks for your help.


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