Posted by: | dragorn |
---|---|
Subject: | kismet_drone with the kismet_server on OS X |
Date: | 15:08:08 25/10/2006 |
> Ahhhh.
>
> I think the difference is in the Intel architechture (or at least the gcc Apple ships with the Intel systems).
>
> Running a test, it looks like the compiler on the x86 Macs honours __atribute__ ((packed)) on elements of a structure, but the compiler on PPC doesn't.
Yeah, there have been versions which did and versions which didn't on PPC.
I bypassed the whole packed struct problem in newcore while I was revamping the protocol at the same time to avoid this on future platforms. Now if I can just get the rest of the stuff done on newcore :P
-m