[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OSXCompatibilityHeaders on Linux
From: |
Joe Mason |
Subject: |
OSXCompatibilityHeaders on Linux |
Date: |
Sat, 13 May 2006 23:12:55 -0400 |
User-agent: |
slrn/0.9.8.1pl1 (Debian) |
I'm trying to build CoreFoundation-Lite on Linux, but CF-368.25 (from
http://www.opensource.apple.com/darwinsource/Current/) looks for a
directory called "OSXCompatibilityHeaders", which I can't find anywhere:
ifneq "$(PLATFORM)" "Darwin"
# All other platforms need the compatibility headers
$(SILENT) $(COPY) OSXCompatibilityHeaders/*.h
$(PUBLIC_HEADER_DIR)/.. #*/ $(SILENT) $(MKDIRS)
$(PUBLIC_HEADER_DIR)/../GNUCompatibility
$(SILENT) $(COPY) OSXCompatibilityHeaders/GNUCompatibility/*.h
$(PUBLIC_HEADER_DIR)/../GNUCompatibility #*/
endif
I found a post saying someone was able to "copy some files from
CarbonHeaders-3.tar.gz", but I can't find a copy of these either.
Where can I get OSXCompatibilityHeaders from? I don't have access to a
MacOS X machine.
Joe
- OSXCompatibilityHeaders on Linux,
Joe Mason <=