site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - Kevin On Dec 7, 2005, at 11:51 PM, Tristan Bonsall wrote: Hi, Thanks, Tristan. This email sent to kevin@opendarwin.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Correct, these Libsystem interfaces were not available prior to Tiger. However, CFUUID was available as part of CoreFoundation, so you could use that to generate UUIDs portably between Panther and Tiger. I am using the uuid_generate function in my application and when it is run on 10.3.9, the following error occurs. undefined reference to _uuid_generate expected to be defined in / usr/lib/libSystem.B.dylib The Darwin man page for the function seems to imply that the function is part of the e2fsprogs package. As I understand it, the e2fsprogs is not part of pre-Tiger OS X. Is this function not available before Tiger, or do I have to change what I am linking with to make this run under pre-Tiger? I am developing on 10.4.3. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/kevin% 40opendarwin.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten