Re: transition to automake'fied GNU Mach

2006-11-05 Thread Thomas Schwinge
Hello! On Thu, Oct 26, 2006 at 06:44:02PM +0300, Constantine Kousoulos wrote: > Constantine Kousoulos wrote: > >After the upgrade to automake1.9 the problem persists. > > When i wiped my build directory and reconfigured, the problem > remained the same. > > What was actually needed was a 'autor

Re: Compiler warnings (was: transition to automake'fied GNU Mach)

2006-10-27 Thread Samuel Thibault
Thomas Schwinge, le Fri 27 Oct 2006 13:50:22 +0200, a écrit : > So, in case someone is bored... However, I think it's not worth fixing > the warnings from the files below `linux/'. Mmm, the warnings from the source code maybe, but any warning about using the glue code clearly deserves fixing. Sa

Compiler warnings (was: transition to automake'fied GNU Mach)

2006-10-27 Thread Thomas Schwinge
Hello! On Thu, Oct 26, 2006 at 09:29:26PM +0300, Constantine Kousoulos wrote: > I would like to add an observation of mine regarding the new build > system. > > It seems to generate *a lot* more warning messages than the > previous one. Nice. It worked. Quoting `Makefile.am': #v+ [...] # Yes,

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Constantine Kousoulos
Constantine Kousoulos wrote: After the upgrade to automake1.9 the problem persists. When i wiped my build directory and reconfigured, the problem remained the same. What was actually needed was a 'autoreconf -vfi' to get things working. After that, 'configure' and 'make' proceeded without

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Michael Banck
On Thu, Oct 26, 2006 at 03:17:18PM +0300, Constantine Kousoulos wrote: > Guillem Jover wrote: > >If running unstable, the package automake was just uploaded, which > >contains version 1.10. > > > > I don't see it here > http://packages.debian.org/cgi-bin/search_packages.pl?keywords=automake&search

Re: transition to automake'fied GNU Mach

2006-10-26 Thread Constantine Kousoulos
Thomas Schwinge wrote: [Back on the list.] Hello! $ automake --version automake (GNU automake) 1.4-p6 $ autoconf --version autoconf (GNU Autoconf) 2.60a The ancient version of Automake is very likely the problem. How do you happen to have such an old version of Automake installed, but

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Guillem Jover
On Thu, 2006-10-26 at 00:24:09 +0200, Thomas Schwinge wrote: > [Back on the list.] > > >$ automake --version > > automake (GNU automake) 1.4-p6 > > > > >$ autoconf --version > > autoconf (GNU Autoconf) 2.60a > > The ancient version of Automake is very likely the problem. How do you > happen to h

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Thomas Schwinge
[Back on the list.] Hello! > >$ automake --version > automake (GNU automake) 1.4-p6 > > >$ autoconf --version > autoconf (GNU Autoconf) 2.60a The ancient version of Automake is very likely the problem. How do you happen to have such an old version of Automake installed, but nearly the freshes

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Constantine Kousoulos
Thomas Schwinge wrote: However difficult the previous build system was, i have managed to compile some of the linux-2.6 kernel drivers by using it. This is great news! Did you ``only'' get them to compile or do they actually work? Currently i am at the compile-only stage. I have narrowed do

Re: transition to automake'fied GNU Mach

2006-10-25 Thread Thomas Schwinge
Hello! On Wed, Oct 25, 2006 at 09:27:04PM +0300, Constantine Kousoulos wrote: > First of all, many congrats to Thomas Schwinge for his effort to > automake'fy GNU Mach. Thanks! :-) > However difficult the previous build system was, i have managed to > compile some of the linux-2.6 kernel drive

transition to automake'fied GNU Mach

2006-10-25 Thread Constantine Kousoulos
Hello, First of all, many congrats to Thomas Schwinge for his effort to automake'fy GNU Mach. The old make-based code had become a serious drawback to the scalability and resusability of the system. However difficult the previous build system was, i have managed to compile some of the linux-2.6