Re: Call for Windows developers

2006-05-02 Thread Edwin Leuven
Enrico Forestieri wrote: Please, have a look here: http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html just for the record: after doing some registry tweaks as suggested on the microsoft website my windows partition doesn't want to boot anymore... back to linux for now

Re: Call for Windows developers

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 10:58:09AM +0200, Edwin Leuven wrote: Enrico Forestieri wrote: Please, have a look here: http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html just for the record: after doing some registry tweaks as suggested on the microsoft website my windows partition

Re: Call for Windows developers

2006-05-02 Thread Edwin Leuven
Enrico Forestieri wrote: I am very sorry for you and for having posted that link :-( no worries, i have a rare talent for crashing windows... (and a new laptop is arriving next week so this one is up for a format C: anyway...)

Re: Call for Windows developers

2006-05-02 Thread Edwin Leuven
Enrico Forestieri wrote: Please, have a look here: http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html just for the record: after doing some registry tweaks as suggested on the microsoft website my windows partition doesn't want to boot anymore... back to linux for now

Re: Call for Windows developers

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 10:58:09AM +0200, Edwin Leuven wrote: > Enrico Forestieri wrote: > >Please, have a look here: > >http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html > > just for the record: after doing some registry tweaks as suggested on > the microsoft website my windows

Re: Call for Windows developers

2006-05-02 Thread Edwin Leuven
Enrico Forestieri wrote: I am very sorry for you and for having posted that link :-( no worries, i have a rare talent for crashing windows... (and a new laptop is arriving next week so this one is up for a format C: anyway...)

Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Dear Wannabe LyX for Windows developer, I have updated the wiki with some instruction wrt to building LyX using mingw, cygwin and Qt4: http://wiki.lyx.org/Windows/LyX150Experimental In principle everything is there in order to build LyX for windows but it is not tested. Edwin, please give this

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
small update (yes i am stuck) i did the following: 1. installed cygwin latest setup from the cygwin site. used the default settings and added automake, make and gettext (?) 2. installed qt-4.1.2 and also let the installer install mingw (3.4.2) 3. using tortoisesvn checked out trunk into

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : small update (yes i am stuck) i did the following: 1. installed cygwin latest setup from the cygwin site. used the default settings and added automake, make and gettext (?) You will need autoconf and perl also. 2. installed qt-4.1.2 and also let the installer

RE: Re: Call for Windows developers

2006-04-28 Thread Leuven, E.
You will need autoconf and perl also. they are installed (see below) PS in what directory do i need to install zlib and libiconv btw ? in mingw tree. Copy the gnuwin32 packages in Mingw root directory and under cygwin shell do: tar zxvf xxx.tar.gz ok Why didn't you try my ready package?

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : You will need autoconf and perl also. they are installed (see below) Hum, do you have aclocal.m4 in lyx root directory? I apparently cannot send file with m4 extension. Abdel.

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 10:32:36PM +0200, Leuven, E. wrote: small update (yes i am stuck) i did the following: 1. installed cygwin latest setup from the cygwin site. used the default settings and added automake, make and gettext (?) 2. installed qt-4.1.2 and also let the

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
Hum, do you have aclocal.m4 in lyx root directory? nope (acinclude.m4 i have though). isn't autogen.sh supposed to create aclocal.m4? putting the one you send me there doesn't make a difference though...

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
It seems that the postinstall script did not run. don't think this is the problem. all the scripts end with .done running autogen.sh gives: $ sh ./autogen.sh Using automake (GNU automake) 1.9.6 Using autoconf (GNU Autoconf) 2.59 Locating GNU m4... /usr/bin/m4 Generate acinclude.m4... done.

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : Hum, do you have aclocal.m4 in lyx root directory? nope (acinclude.m4 i have though). I see, you don't have the aclocal (perl) program. Weird because this is supposed to be part of the automake package. Try to see in the cygwin installer if you can find it. I'll attach

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 ...

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 Then I don't know :-( Abdel.

RE: Re: Call for Windows developers

2006-04-28 Thread Leuven, E.
Then I don't know :-( ah well, maybe it will work tomorrow. one never knows with windows... thanks, edwin

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
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 21; then Please try this: aclocal -I ./m4 --version Here it gives: aclocal (GNU automake) 1.9.6 Written by Tom Tromey

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 11:29:14PM +0200, Leuven, E. wrote: I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 You should have: $ ls -l /usr/bin/aclocal lrwxrwxrwx 1 ef users 25 Jun 13 2005

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
-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 21; then Please try this: aclocal -I ./m4 --version Here it gives

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
@lists.lyx.org Subject: Re: Call for Windows developers On Fri, Apr 28, 2006 at 11:29:14PM +0200, Leuven, E. wrote: I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 You should have: $ ls

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
, 0x22E7F0..0x23, 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

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
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

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 11:56:17PM +0200, Leuven, E. wrote: 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 0x4D, top 0x4E, reserve_size 61440, allocsize 65536, page_const

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
Please, have a look here: http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html will give that a try and report back tomorrow... thanks guys! regards, ed.

Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Dear Wannabe LyX for Windows developer, I have updated the wiki with some instruction wrt to building LyX using mingw, cygwin and Qt4: http://wiki.lyx.org/Windows/LyX150Experimental In principle everything is there in order to build LyX for windows but it is not tested. Edwin, please give this

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
small update (yes i am stuck) i did the following: 1. installed cygwin latest setup from the cygwin site. used the default settings and added automake, make and gettext (?) 2. installed qt-4.1.2 and also let the installer install mingw (3.4.2) 3. using tortoisesvn checked out trunk into

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : small update (yes i am stuck) i did the following: 1. installed cygwin latest setup from the cygwin site. used the default settings and added automake, make and gettext (?) You will need autoconf and perl also. 2. installed qt-4.1.2 and also let the installer

RE: Re: Call for Windows developers

2006-04-28 Thread Leuven, E.
> You will need autoconf and perl also. they are installed (see below) >> PS in what directory do i need to install zlib and libiconv btw ? > in mingw tree. Copy the gnuwin32 packages in Mingw root directory and > under cygwin shell do: tar zxvf xxx.tar.gz ok > Why didn't you try my "ready"

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : You will need autoconf and perl also. they are installed (see below) Hum, do you have aclocal.m4 in lyx root directory? I apparently cannot send file with m4 extension. Abdel.

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 10:32:36PM +0200, Leuven, E. wrote: > small update (yes i am stuck) > > i did the following: > > 1. installed cygwin >latest setup from the cygwin site. used the default settings and added >automake, make and gettext (?) > > 2. installed qt-4.1.2 and also let the

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
> Hum, do you have aclocal.m4 in lyx root directory? nope (acinclude.m4 i have though). isn't autogen.sh supposed to create aclocal.m4? putting the one you send me there doesn't make a difference though...

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
> It seems that the postinstall script did not run. don't think this is the problem. all the scripts end with .done running autogen.sh gives: $ sh ./autogen.sh Using automake (GNU automake) 1.9.6 Using autoconf (GNU Autoconf) 2.59 Locating GNU m4... /usr/bin/m4 Generate acinclude.m4... done.

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : > Hum, do you have aclocal.m4 in lyx root directory? nope (acinclude.m4 i have though). I see, you don't have the aclocal (perl) program. Weird because this is supposed to be part of the automake package. Try to see in the cygwin installer if you can find it. I'll

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
> I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 ...

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
Leuven, E. a écrit : I see, you don't have the aclocal (perl) program. but i have: $ which aclocal /usr/bin/aclocal $ which aclocal-1.9 /usr/bin/aclocal-1.9 Then I don't know :-( Abdel.

RE: Re: Call for Windows developers

2006-04-28 Thread Leuven, E.
> Then I don't know :-( ah well, maybe it will work tomorrow. one never knows with windows... thanks, edwin

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
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

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 11:29:14PM +0200, Leuven, E. wrote: > > I see, you don't have the aclocal (perl) program. > > but i have: > > $ which aclocal > /usr/bin/aclocal > > $ which aclocal-1.9 > /usr/bin/aclocal-1.9 You should have: $ ls -l /usr/bin/aclocal lrwxrwxrwx 1 ef users 25 Jun 13

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
-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: ac

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
4/28/06 23:46 > To: lyx-devel@lists.lyx.org > Subject: Re: Call for Windows developers > > On Fri, Apr 28, 2006 at 11:29:14PM +0200, Leuven, E. wrote: > > > I see, you don't have the aclocal (perl) program. > > > > but i have: > > > > $ which aclocal &

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
, 0x22E7F0..0x23, 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 : > >

Re: Call for Windows developers

2006-04-28 Thread Abdelrazak Younes
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- >

Re: Call for Windows developers

2006-04-28 Thread Enrico Forestieri
On Fri, Apr 28, 2006 at 11:56:17PM +0200, Leuven, E. wrote: > 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 0x4D, top 0x4E, reserve_size > 61440, allocsize 65536,

RE: Call for Windows developers

2006-04-28 Thread Leuven, E.
> Please, have a look here: > http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html will give that a try and report back tomorrow... thanks guys! regards, ed.