public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: "Artem Khodush" <kaa@comail.ru>
To: <sourcenav@sources.redhat.com>
Subject: Re: Getting SN5 running over a 452 install.
Date: Sat, 19 May 2001 18:47:00 -0000	[thread overview]
Message-ID: <005d01c0e0cf$78f220c0$3737370a@artem> (raw)
In-Reply-To: <01051717584000.30629@incognito.switchco.com>

Benjamin Scherrey wrote:

> 
> Yes - the behavior I described was under that scenerio. When I try to run as 
> root I get a different error:  'Error: invalid command name 
> "Preferences&::load_default_settings"'.
> 

I was hit by this, too. Somehow the tclIndex file in the share/sourcenav/gui
directory is not built completely - the script that builds it during install time
fails with the error message: application-specific initialization failed: invalid 
command name "tcl_findLibrary". After I rerun that command by hand,
everything works. The script is:

here=\`pwd\` && TCL_LIBRARY=%{source_dir}/tcl8.1/library && export TCL_LIBRARY && \\
  PATH="\$PATH":%{build_dir}/tcl8.1/unix && export PATH && \\
          cd %{prefix}/usr/local/share/sourcenav/gui && \\
  rm -f tclIndex && \\
  echo "auto_mkindex %{prefix}/usr/local/share/sourcenav/gui" > mkindex.tcl && \\
  %{build_dir}/itcl/itcl/unix/itclsh mkindex.tcl && \\
  rm -f mkindex.tcl && \\
  chmod 644 tclIndex

To verify that /usr/local/share/sourcenav/gui/tclIndex is built properly, see if it lists
Preferences::load_default_settings among other things. 
Or you may just grab that file from the binary and drop it onto your installation.




  reply	other threads:[~2001-05-19 18:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-16 19:09 Benjamin Scherrey
2001-05-17 13:17 ` Mo DeJong
2001-05-17 15:06   ` Benjamin Scherrey
2001-05-19 18:47     ` Artem Khodush [this message]
2001-06-06 18:22   ` Benjamin Scherrey

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='005d01c0e0cf$78f220c0$3737370a@artem' \
    --to=kaa@comail.ru \
    --cc=sourcenav@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).