l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling laden & friends


From: Ludovic Courtès
Subject: Compiling laden & friends
Date: Wed, 1 Oct 2003 16:15:17 +0200
User-agent: Mutt/1.5.4i [Guile enabled]

Hi,

It seems that the source tree is missing a `config.h.in' file which
should at least contain the following line:

  #undef PACKAGE_VERSION

This is because PACKAGE_VERSION is used in several places.

Also, laden/output-serial.c and wortel/output-serial.c use strdupa ()
while this is not available.  The GNU C library defines it as a macro in
string.h.  Maybe such headers could be added in include/libc-parts or
something like that?

The error_t type also appears to be undefined.  Maybe there should be
some hurd_types.h header or so?

Sorry for not being more constructive. ;)

Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]