Re: Error while compilation of apple gdb-309 on Linux
Re: Error while compilation of apple gdb-309 on Linux
- Subject: Re: Error while compilation of apple gdb-309 on Linux
- From: Andrew Gallatin <email@hidden>
- Date: Mon, 8 Aug 2005 08:56:56 -0400 (EDT)
email@hidden writes:
>
> Hello All,
>
> I am trying to build the apple-gdb on Suse linux (linux 2.6.5-7.97-smp ). I followed the steps mentioned in link
>
> http://lists.apple.com/archives/darwin-kernel/2004/Jun/msg00014.html
>
> But am getting the following error:,
> ~~snip of compile outpur~~
> /usr/include/darwin/architecture/byte_order.h: In function `NXSwapHostShortToLittle':
> /usr/include/darwin/architecture/byte_order.h:323: warning: implicit declaration of function `OSSwapHostToLittleInt16'
Use cpu_to_le16, cpu_to_le32, and cpu_to_le64.
> __private_extern__ int _dyld_func_lookup(
> const char *dyld_func_name,
I think __private_extern__ is an Apple-ism. Try to just #define it away.
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden