[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
- Build failure on MS-Windows, Dani Moncayo, 2013/06/18
- Re: Build failure on MS-Windows, Juanma Barranquero, 2013/06/18
- Re: Build failure on MS-Windows, Dani Moncayo, 2013/06/18
- Re: Build failure on MS-Windows,
Juanma Barranquero <=
- Re: Build failure on MS-Windows, Dmitry Gutov, 2013/06/18
- Re: Build failure on MS-Windows, Glenn Morris, 2013/06/18
- Re: Build failure on MS-Windows, Richard Copley, 2013/06/18
- Re: Build failure on MS-Windows, Glenn Morris, 2013/06/18
- Re: Build failure on MS-Windows, Richard Copley, 2013/06/18
- Re: Build failure on MS-Windows, Eli Zaretskii, 2013/06/18
- Re: Build failure on MS-Windows, Richard Copley, 2013/06/19
- Re: Build failure on MS-Windows, Eli Zaretskii, 2013/06/19
Re: Build failure on MS-Windows, Eli Zaretskii, 2013/06/18