help-bison
[Top][All Lists]
Advanced

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

Error during bison1.35 building


From: Tatiana
Subject: Error during bison1.35 building
Date: Thu, 13 Oct 2011 10:03:21 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi all, 
I try to build bison-1.35 on sparc Solaris 10. Configure was successfully 
performed, but I can not compile that because of the following error:
Making all in po
rm -f de.gmo && : -c --statistics -o de.gmo de.po
mv: cannot access t-de.gmo
*** Error code 2
The following command caused the error:
lang=`echo de | sed -e 's,.*/,,'`; \
test "." = . && cdcmd="" || cdcmd="cd . && "; \
echo "${cdcmd}rm -f ${lang}.gmo && : -c --statistics -o ${lang}.gmo 
${lang}.po"; 
\
cd . && rm -f ${lang}.gmo && : -c --statistics -o t-${lang}.gmo ${lang}.po && 
mv 
t-${lang}.gmo ${lang}.gmo
make: Fatal error: Command failed for target `de.gmo'
Current working directory /home/yumanova/bison/bison-1.35/po
*** Error code 1
The following command caused the error:
set fnord ; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='config intl po lib src doc m4 tests'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/yumanova/bison/bison-1.35
*** Error code 1
make: Fatal error: Command failed for target `all'

How can I resolve this problem?




reply via email to

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