Hi!
> it compiles fine for me everywhere, except RHEL5.3,
> which appears to have problem with "u32". It compiled only after
> I did following:
> 
> #include <linux/types.h>
> #ifndef u32
> typedef __u32 u32;
> #endif
> #include <linux/futex.h>

Looks like a bug in the futex.h header. But I guess that we can live
with the conditional typedef as well (with a proper comment why it's
there).

Have you tried to run the resulting binary as well? Have it worked fine?

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to