Re: Still unable to build trunk

2011-01-29 Thread Eli Zaretskii
> From: Lennart Borgman > Date: Wed, 26 Jan 2011 13:35:41 +0100 > Cc: Eli Zaretskii , c...@stupidchicken.com, jan@swipnet.se, > bug-gnulib@gnu.org, j...@meyering.net, emacs-de...@gnu.org > > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that

Re: Still unable to build trunk

2011-01-27 Thread Jim Meyering
Jim Meyering wrote: > Lennart Borgman wrote: >> I just tried to build on w32 (with the tools I used before) and got >> the error below. Is that expected at the moment? >> >> gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include >> -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N >

Re: Still unable to build trunk

2011-01-26 Thread Lennart Borgman
I just tried to build on w32 (with the tools I used before) and got the error below. Is that expected at the moment? gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N TGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=500 -o oo/i386/print.o

Re: Still unable to build trunk

2011-01-26 Thread Jim Meyering
Lennart Borgman wrote: > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that expected at the moment? > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include > -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N > TGUI=1 -DUSE_CRT_DLL=1 -DP

Re: Still unable to build trunk

2011-01-26 Thread Andy Moreton
On Wed 26 Jan 2011, Lennart Borgman wrote: > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that expected at the moment? > > gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -Ic:/g/include > -fno-crossjumping -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_N > TGUI=

Re: Still unable to build trunk

2011-01-26 Thread Eli Zaretskii
> From: Lennart Borgman > Date: Wed, 26 Jan 2011 13:35:41 +0100 > Cc: Eli Zaretskii , c...@stupidchicken.com, jan@swipnet.se, > bug-gnulib@gnu.org, j...@meyering.net, emacs-de...@gnu.org > > I just tried to build on w32 (with the tools I used before) and got > the error below. Is that

Re: Still unable to build trunk

2011-01-24 Thread Andreas Schwab
> There is , but it's the > history filtered through git, which is not the same thing. There is no filtering, the history is identical. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 82

Re: Still unable to build trunk

2011-01-24 Thread Paul Eggert
On 01/24/11 10:14, Eli Zaretskii wrote: > I thought something like "autoreconf -I m4" > was needed to build successfully after synchronizing with the > repository, if my last synchronization was before the import from > gnulib. If that's not true, are you saying that just "./configure" > should b

Re: Still unable to build trunk

2011-01-24 Thread Eli Zaretskii
> Date: Sun, 23 Jan 2011 13:23:39 -0800 > From: Paul Eggert > CC: Jim Meyering , c...@stupidchicken.com, > jan@swipnet.se, emacs-de...@gnu.org, bug-gnulib > > I dunno, I just started doing some Emacs development after > about five years' absence, and it was a pretty steep learning > curve

Re: Still unable to build trunk

2011-01-24 Thread Miles Bader
Stefan Monnier writes: >> For example, nowhere is it stated that one really should use the >> obsolescent Python version 2.6.6, and that the current Python versions >> 2.7.1 and 3.1.3 do not work well with the current bzr version. I had >> to find that out myself, the hard way, by making hard-to-

Re: Still unable to build trunk

2011-01-23 Thread Stefan Monnier
>> It sounds harsh to me to ask every one who builds out of VCS to have >> to climb such a steep curve. > I dunno, I just started doing some Emacs development after > about five years' absence, and it was a pretty steep learning > curve for me. We decided a long time ago that it should be possible

Re: Still unable to build trunk

2011-01-23 Thread Paul Eggert
On 01/23/2011 09:00 AM, Eli Zaretskii wrote: > It sounds harsh to me to ask every one who builds out of VCS to have > to climb such a steep curve. I dunno, I just started doing some Emacs development after about five years' absence, and it was a pretty steep learning curve for me. For example, no