and this is what i get...! $ aclocal -I ./m4 270 [main] ? (10884) C:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487, base 0x4D0000, top 0x4E0000, reserve_size 61440, allocsize 65536, page_const 4096 8 [main] sh 10848 child_copy: stack write copy failed, 0x22E7F0..0x230000, done 0, windows pid 2287396, Win32 error 5 sh: fork: No error
-----Original Message----- From: Abdelrazak Younes [mailto:[EMAIL PROTECTED] Sent: Fri 4/28/06 23:52 To: Leuven, E.; LyX Developers List Subject: Re: Call for Windows developers Leuven, E. a écrit : > > i see the same, and yes ./m4 is there... > So just do: $ aclocal -I ./m4 And be done with it! Looking at autogen.sh, I don't understand why it doesn't work. Abdel. > > > -----Original Message----- > From: news on behalf of Abdelrazak Younes > Sent: Fri 4/28/06 23:43 > To: lyx-devel@lists.lyx.org > Subject: Re: Call for Windows developers > > Leuven, E. a écrit : > >> I see, you don't have the aclocal (perl) program. > > autogen.sh has this: > ACLOCAL="aclocal -I ${PWD}/m4" > if ( $ACLOCAL --version ) < /dev/null > /dev/null 2>&1; then > > Please try this: > aclocal -I ./m4 --version > > Here it gives: > aclocal (GNU automake) 1.9.6 > Written by Tom Tromey <[EMAIL PROTECTED]> > > By the way, you have ./m4 right? > > Abdel. > > > > > but i have: > > > > $ which aclocal > > /usr/bin/aclocal > > > > $ which aclocal-1.9 > > /usr/bin/aclocal-1.9 > > > > ... > > > >