epix-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ePiX-users] .epixrc file


From: Andrew D. Hwang
Subject: Re: [ePiX-users] .epixrc file
Date: Fri, 14 Dec 2007 18:32:25 -0500 (EST)

On Thu, 13 Dec 2007, Jay Belanger wrote:

epix isn't reading my .epixrc file correctly.)

Ach...my fault. The code that reads the config file got moved (maybe in Version 1.0.x..?!) so it's executed by a subshell, and changes to the subshell's environment naturally don't propagate back to the parent.

The tar file

  http://mathcs.holycross.edu/~ahwang/epix/epix-1.2.2b.patch.tar.bz2

contains patches to fix the issue with both epix and flix, and a change in elaps to address the Cyrillic deficiency, which I'll explain in a separate post.

For completeness, here are detailed installation instructions:

1. Download the patch file and put it in the 1.2.2 source directory.

2. Unpack:

  tar -jcvf epix-1.2.2b.patch.tar.bz2

3. Apply the patches:

  for file in *.in.patch; do patch < $file; done

4. Rebuild the shell scripts:

  rm -f epix flix elaps
  make

and install.

--
Andy

Andrew D. Hwang                 address@hidden
Department of Math and CS       http://mathcs.holycross.edu/~ahwang
College of the Holy Cross       (508) 793-2458 (Office: 320 Swords)
Worcester, MA, 01610-2395       (508) 793-3530 (fax)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]