Re: Windows build automake version problem.

2006-04-01 Thread Joost Verburg
Bo Peng wrote: The weird part is, -I./interfaces/cc/ has aspell.h. Any clue? Bo Yes, you should upgrade to the latest candidate releases of MinGW/gcc. The current stable version (3.4.2) gives this error. Joost

Re: Windows build automake version problem.

2006-04-01 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 07:24:33PM -0600, Bo Peng wrote: The weird part is, -I./interfaces/cc/ has aspell.h. Any clue? If you are using the mingw compiler, I think that your problems may come from using make instead of mingw32-make. -- Enrico

Re: Windows build automake version problem.

2006-04-01 Thread Joost Verburg
Bo Peng wrote: The weird part is, -I./interfaces/cc/ has aspell.h. Any clue? Bo Yes, you should upgrade to the latest candidate releases of MinGW/gcc. The current stable version (3.4.2) gives this error. Joost

Re: Windows build automake version problem.

2006-04-01 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 07:24:33PM -0600, Bo Peng wrote: > The weird part is, -I./interfaces/cc/ has aspell.h. Any clue? If you are using the mingw compiler, I think that your problems may come from using make instead of mingw32-make. -- Enrico

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Bo Peng a écrit : Dear list, [...] So I run autogen.sh myself: sh-2.04$ ./autogen.sh Using automake (GNU automake) 1.8.2 This automake version is not supported by LyX. LyX only supports automake 1.9. I checked mingw website (and the instruction), 1.8.2 is the current release, and was used

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
You have to switch to cygwin (which should have automake-1.9) and run autogen.sh from there. Then you can switch back to msys for the Thanks. Lyx is compiling. However, aspell still does not work. The latest error message is if /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.

Re: Windows build automake version problem.

2006-03-31 Thread Angus Leeming
Bo Peng wrote: Thanks. Lyx is compiling. However, aspell still does not work. The latest error message is Any idea? Have you had a look at the build_aspell.sh script in development/Win32/packaging ? -- Angus

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Bo Peng a écrit : modules/speller/default/language.cpp:24:24: langinfo.h: No such file or directo y make[1]: *** [modules/speller/default/language.lo] Error 1 make[1]: Leaving directory `/d/lyx-devel/downloads/aspell-0.60.4/aspell-0.60.4' Any idea? Might be a gettext or a libiconv issue. Did

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
Have you had a look at the build_aspell.sh script in development/Win32/packaging ? Yes. It fixes a #include issue. But I still get the error. Bo

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
Might be a gettext or a libiconv issue. Did you install them? Yes. But I was lazy enough to get them directly from mingw website. I will install them again. :-( Bo

Re: Windows build automake version problem.

2006-03-31 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 03:55:02PM +0200, Abdelrazak Younes wrote: Bo Peng a écrit : Dear list, [...] So I run autogen.sh myself: sh-2.04$ ./autogen.sh Using automake (GNU automake) 1.8.2 This automake version is not supported by LyX. LyX only supports automake 1.9. I checked

Re: Windows build automake version problem.

2006-03-31 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 08:17:42AM -0600, Bo Peng wrote: You have to switch to cygwin (which should have automake-1.9) and run autogen.sh from there. Then you can switch back to msys for the Thanks. Lyx is compiling. However, aspell still does not work. The latest error message is ...

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Mar 31, 2006 at 03:55:02PM +0200, Abdelrazak Younes wrote: Bo Peng a écrit : Dear list, [...] So I run autogen.sh myself: sh-2.04$ ./autogen.sh Using automake (GNU automake) 1.8.2 This automake version is not supported by LyX. LyX only supports automake

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
Bo is a big guy... Big or not, I am suffering. mingw tools are *slow* and there are caveats here and there. I will post a complete log of what I have done after I install everything, if that will ever happen. Bo

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Mar 31, 2006 at 08:17:42AM -0600, Bo Peng wrote: You have to switch to cygwin (which should have automake-1.9) and run autogen.sh from there. Then you can switch back to msys for the Thanks. Lyx is compiling. However, aspell still does not work. The latest

Re: Windows build automake version problem.

2006-03-31 Thread Michael Gerz
Abdelrazak Younes wrote: Please, attached find the patch I apply to fix aspell compilation. It works for me. Ah yes, I forgot about this one... Maybe someone should report that to the Aspell developers... I have sent a bug report to Kevin Atkinson. No reply yet. Michael

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
It is my 10th attempts (remove cygwin, change place etc) to build aspell, I am getting the same problem: make[1]: Entering directory `/d/lyx-devel/downloads/aspell-0.60.4/aspell-0.60.4' depbase=`echo prog/aspell.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`; \ if g++ -DHAVE_CONFIG_H -I. -I. -I./gen

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Bo Peng a écrit : Dear list, [...] So I run autogen.sh myself: sh-2.04$ ./autogen.sh Using automake (GNU automake) 1.8.2 This automake version is not supported by LyX. LyX only supports automake 1.9. I checked mingw website (and the instruction), 1.8.2 is the current release, and was used

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
> You have to switch to cygwin (which should have automake-1.9) and run > "autogen.sh" from there. Then you can switch back to msys for the Thanks. Lyx is compiling. However, aspell still does not work. The latest error message is if /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H

Re: Windows build automake version problem.

2006-03-31 Thread Angus Leeming
Bo Peng wrote: > Thanks. Lyx is compiling. However, aspell still does not work. The > latest error message is > Any idea? Have you had a look at the build_aspell.sh script in development/Win32/packaging ? -- Angus

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Bo Peng a écrit : modules/speller/default/language.cpp:24:24: langinfo.h: No such file or directo y make[1]: *** [modules/speller/default/language.lo] Error 1 make[1]: Leaving directory `/d/lyx-devel/downloads/aspell-0.60.4/aspell-0.60.4' Any idea? Might be a gettext or a libiconv issue. Did

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
> Have you had a look at the build_aspell.sh script in > development/Win32/packaging ? Yes. It fixes a #include issue. But I still get the error. Bo

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
> Might be a gettext or a libiconv issue. Did you install them? Yes. But I was lazy enough to get them directly from mingw website. I will install them again. :-( Bo

Re: Windows build automake version problem.

2006-03-31 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 03:55:02PM +0200, Abdelrazak Younes wrote: > Bo Peng a écrit : > >Dear list, > > > > [...] > > >So I run autogen.sh myself: > > > >sh-2.04$ ./autogen.sh > >Using automake (GNU automake) 1.8.2 > >This automake version is not supported by LyX. > >LyX only supports automake

Re: Windows build automake version problem.

2006-03-31 Thread Enrico Forestieri
On Fri, Mar 31, 2006 at 08:17:42AM -0600, Bo Peng wrote: > > You have to switch to cygwin (which should have automake-1.9) and run > > "autogen.sh" from there. Then you can switch back to msys for the > > Thanks. Lyx is compiling. However, aspell still does not work. The > latest error message is

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Mar 31, 2006 at 03:55:02PM +0200, Abdelrazak Younes wrote: Bo Peng a écrit : Dear list, [...] So I run autogen.sh myself: sh-2.04$ ./autogen.sh Using automake (GNU automake) 1.8.2 This automake version is not supported by LyX. LyX only supports automake

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
> Bo is a big guy... Big or not, I am suffering. mingw tools are *slow* and there are caveats here and there. I will post a complete log of what I have done after I install everything, if that will ever happen. Bo

Re: Windows build automake version problem.

2006-03-31 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Mar 31, 2006 at 08:17:42AM -0600, Bo Peng wrote: You have to switch to cygwin (which should have automake-1.9) and run "autogen.sh" from there. Then you can switch back to msys for the Thanks. Lyx is compiling. However, aspell still does not work. The latest

Re: Windows build automake version problem.

2006-03-31 Thread Michael Gerz
Abdelrazak Younes wrote: Please, attached find the patch I apply to fix aspell compilation. It works for me. Ah yes, I forgot about this one... Maybe someone should report that to the Aspell developers... I have sent a bug report to Kevin Atkinson. No reply yet. Michael

Re: Windows build automake version problem.

2006-03-31 Thread Bo Peng
It is my 10th attempts (remove cygwin, change place etc) to build aspell, I am getting the same problem: make[1]: Entering directory `/d/lyx-devel/downloads/aspell-0.60.4/aspell-0.60.4' depbase=`echo prog/aspell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if g++ -DHAVE_CONFIG_H -I. -I. -I./gen