Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xnu-1228 header files



hi-

i downloaded the latest xnu source code:

 http://www.opensource.apple.com/darwinsource/tarballs/apsl/xnu-1228.tar.gz

and tried compiling a simple file with a single "include":

=====
#include <sys/sysctl.h>

int main(int argc, char **argv)
{
  return 0;
}
=====

however that include generates a "previous definition" error via the
"_structs.h" header file:

====
macbook. g++ -I/Users/username/xnu-1228/bsd -Wall -o bug bug.c
/usr/include/time.h:89: error: redefinition of Œstruct timespec¹
/Users/augusto/xnu-1228/bsd/sys/_structs.h:89: error: previous definition of
Œstruct timespec¹
====

is this a bug or am i performing a bad include?

thanks,
augusto.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.