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: Juanma Barranquero
Subject: Re: Build failure on MS-Windows
Date: Tue, 18 Jun 2013 16:45:01 +0200

On Tue, Jun 18, 2013 at 2:03 PM, Dani Moncayo <address@hidden> wrote:

> 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

I've done now something similar.

0) cd /c/Devel/emacs/repo/test
1) bzr clean-tree --ignore --unknown --detritus --force
2) ./autogen.sh
3) CPPFLAGS='...blah blah...' CFLAGS='..blah blah..'
./nt/msysconfig.sh  --prefix=/c/Devel/emacs/repo/test
--enable-checking=all,glyph
4) make bootstrap

No problem at all.

    J



reply via email to

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