I fixed the resolvepath() prototype in the master source
looks like I somehow mixed it with the realpath() prototype

mixing ast + gnu can be tricky because both employ portability
macro and header intercepts based on native system probes

so there are 3 situations
(1) ast and gnu independently configure
(2) ast configures on top of gnu (typical gnu/linux situation)
(3) gnu configures on top of ast

what #include's are in <ast_wchar.h>?

-- Glenn Fowler -- AT&T Research, Florham Park NJ --

On Sun, 01 Jun 2008 00:25:19 +0200 Roland Mainz wrote:
> While trying to build GNU coreutils using libast I hit the following
> build errors:

> The first problem is that Solaris and AST |resolvepath()| prototypes
> seem to differ:

> The 2nd problem is that |mbstate_t| can nowhere be found in the headers
> when -I/usr/include/ast/ comes first... ;-(

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to