screen-devel
[Top][All Lists]
Advanced

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

[screen-devel] bug #20277


From: Victor Hsieh
Subject: [screen-devel] bug #20277
Date: Sun, 29 Jul 2007 20:05:41 +0800

Hi all,

I had the same situation like https://savannah.gnu.org/bugs/?20277 ,
and the problem is in configure.in (which implies configure) file
arround here:

  SCREENENCODINGS="\"/usr/local/lib/screen/utf8encodings\""
  if test -n "$datadir"; then
  eval SCREENENCODINGS="$datadir/screen/utf8encodings"
  SCREENENCODINGS="\"$SCREENENCODINGS\""
  fi

After the eval line, SCREENENCODINGS will become
${prefix}/share/screen/utf8encodings.  But the ${prefix} is not
further evaluated and passed to config.h , which makes screen not able
to find utf8encodings/ directory in run time.

I don't know if there's a smartter solution, but simply put this line
  eval SCREENENCODINGS=$SCREENENCODINGS
after the original eval will fix this problem.

Could someone help this?

Thanks,
Victor




reply via email to

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