[haiku-development] Re: Build failure on Solaris host

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 12 Aug 2010 09:38:15 +0200

2010/8/12 Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>:
> Andreas Färber <andreas.faerber@xxxxxx> wrote:
>> which I guess is a mismatch between the updated regex sources and the
>> regex.h in build/host/cygwin. Unfortunately the updated
>> headers/posix/
>> regex.h uses Haiku-specific types, so is unusable.
>
> That would be a bug; POSIX headers should only use stdint.h types.
> Also, maybe you'll have to define __USE_GNU (or similar)?
>

I see I did at least two mistakes when merging r34214:
I replaced #include <config/types.h> by #include <sys/types.h> and
typedef __haiku_uint32 reg_syntax_t;  by typedef __haiku_addr_t reg_syntax_t;

Bye,
Jérôme

Other related posts: