emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs from a new MinGW environment


From: Dani Moncayo
Subject: Re: Building Emacs from a new MinGW environment
Date: Fri, 13 Sep 2013 16:31:41 +0200

On Mon, Aug 26, 2013 at 10:08 PM, Dani Moncayo <address@hidden> wrote:
>> So I advise you to stay with 3.20 for the time being, as I currently
>> see no way of reconciling these incompatibilities
>
> Ok, I'll stick for the moment to the old environment.  Thanks for the info.

Hi Eli,

A couple of days ago, I screwed up my build environment by mistake,
and since currently we cannot create such environment automatically
(with the "mingw-get" package manager), because of the
incompatibilities you pointed out, I've had to re-create the MinGW
environment via the "manual" method.  And I've _almost_ succeeded  :),
but "make bootstrap" fails at some point after dumping "temacs.exe".

The last messages from "make bootstrap" are below.  I've been
searching the internet looking for one solution, but I've failed so
far.  Perhaps you could help me out.  TIA.


Dumping from temacs.tmp

          to temacs.exe

test "no" = "yes" || \
  test "X" = X ||  -r temacs.exe
cd ../lisp; make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -
--jobserver-fds=3,4 - --jobserver-fds=3,4 -j update-subdirs
make[3]: Entering directory `/home/dani/emacs/build/lisp'
cd /home/dani/emacs/emacs.git/lisp; subdirs=`find . -type d -print`;
for file in $subdirs; do  case $file in */.* | */.*/* | */=* |
*/cedet* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
for file in $wins; do \
   /home/dani/emacs/emacs.git/build-aux/update-subdirs $file; \
done;
make[3]: Leaving directory `/home/dani/emacs/build/lisp'
if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  `/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
Warning: arch-independent data dir
`%emacs_dir%/share/emacs/24.3.50/etc/': Permission denied

Error: charsets directory not found:

c:/msys/home/dani/emacs/build/src/%emacs_dir%/share/emacs/24.3.50/etc/charsets

Emacs will not function correctly without the character map files.

Please check your installation!

Makefile:834: recipe for target `bootstrap-emacs.exe' failed
make[2]: *** [bootstrap-emacs.exe] Error 1
make[2]: Leaving directory `/home/dani/emacs/build/src'
Makefile:381: recipe for target `src' failed
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/dani/emacs/build'
Makefile:1060: recipe for target `bootstrap' failed
make: *** [bootstrap] Error 2



-- 
Dani Moncayo



reply via email to

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