emacs-devel
[Top][All Lists]
Advanced

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

Re: Build failure on MS-Windows


From: Dani Moncayo
Subject: Re: Build failure on MS-Windows
Date: Tue, 18 Jun 2013 14:03:34 +0200

>> I've just tried to build from scratch the last trunk version of Emacs
>> on MS-Windows, but the build fails here:
>
> What does it mean "from scratch" in this case?

It means "starting with the bzr source code, without generated files", i.e.:
1. cd <source tree>.
2. bzr pull
3. ./autogen.sh.
4. cd <build tree>.
5. rm -fr *
6. CPPFLAGS='-DGLYPH_DEBUG=1 -I/c/usr/include' CFLAGS='-O0 -g3'
$source_dir/nt/msysconfig.sh --prefix=$prefix --enable-checking
7. make

The above is done by a shell script which I've successfully used for some weeks.

> I bootstrapped
> yesterday and I've built several times today with no trouble
> whatsoever.

Perhaps the mistake is mine, but I don't know what is.

--
Dani Moncayo



reply via email to

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