public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Guillaume Savaton <guillaume.savaton@eseo.fr>
To: insight@sources.redhat.com
Subject: Build problem for insight 6.4
Date: Tue, 10 Jan 2006 11:21:00 -0000	[thread overview]
Message-ID: <43C398A2.7010803@eseo.fr> (raw)

Hi,

I am trying to build Insight 6.4 on a PC with Debian Etch (testing).

I did :

./configure --target=arm-elf --prefix=/usr/local/arm-elf
make

I got :

checking system version (for dynamic loading)... ./tcl/unix/configure:
line 7062: syntax error near unexpected token `)'
./tcl/unix/configure: line 7062: ` OSF*)'

I found 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 retried both configure and make steps, and got :

checking system version (for dynamic loading)...
../../tcl/unix/configure: line 7282: syntax error near unexpected token `('
../../tcl/unix/configure: line 7282: `  case `(ac_space=' '; set | grep
ac_space) 2>&1` in'

This does not seem to be a syntax error :
When I try the following command on the bash command line, I get no
error message :

test=`(ac_space=' '; set | grep ac_space) 2>&1`

I suppose someone already succeeded building insight 6.4 with the
provided configure scripts and makefiles.
Does anybody see why I am having these error messages ?

Thanks for your help.

G. Savaton


             reply	other threads:[~2006-01-10 11:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-10 11:21 Guillaume Savaton [this message]
2006-01-25 18:13 ` Pete Klemm
2006-01-26  8:11   ` Guillaume Savaton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43C398A2.7010803@eseo.fr \
    --to=guillaume.savaton@eseo.fr \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).