XCode 1.1 fails on IOKit Driver I have an IOKit project that compiled prior to the XCode 1.1 CD install, it worked with the Xcode 1.1 software update. It can not include the required files. The simplest case is to create a new "IOKit Driver" and build. The first error is: "/Volumes/User/dgrassi/Desktop/tiok/build/tiok.build/tiok.build/Derive dSources/tiok_info.c:1:29: mach/mach_types.h: No such file or directory" Using my previous working project: Including: #include <IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory Or including: #include <Kernel/IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory My questions (in order of preference): 1) Am I missing something 2) Is there a workaround 3) How can I "downgrade" without completely reinstalling the OS, Xcode and all the updates? Thanks, Dan Grassi
XCode 1.1 fails on IOKit Driver I have an IOKit project that compiled prior to the XCode 1.1 CD install, it worked with the Xcode 1.1 software update. It can not include the required files. The simplest case is to create a new "IOKit Driver" and build. The first error is: "/Volumes/User/dgrassi/Desktop/tiok/build/tiok.build/tiok.build/Derive dSources/tiok_info.c:1:29: mach/mach_types.h: No such file or directory" Using my previous working project: Including: #include <IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory Or including: #include <Kernel/IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory My questions (in order of preference): 1) Am I missing something 2) Is there a workaround 3) How can I "downgrade" without completely reinstalling the OS, Xcode and all the updates? Thanks, Dan Grassi
- Subject: XCode 1.1 fails on IOKit Driver I have an IOKit project that compiled prior to the XCode 1.1 CD install, it worked with the Xcode 1.1 software update. It can not include the required files. The simplest case is to create a new "IOKit Driver" and build. The first error is: "/Volumes/User/dgrassi/Desktop/tiok/build/tiok.build/tiok.build/Derive dSources/tiok_info.c:1:29: mach/mach_types.h: No such file or directory" Using my previous working project: Including: #include <IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory Or including: #include <Kernel/IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory My questions (in order of preference): 1) Am I missing something 2) Is there a workaround 3) How can I "downgrade" without completely reinstalling the OS, Xcode and all the updates? Thanks, Dan Grassi
- From: Dan Grassi <email@hidden>
- Date: Thu, 25 Dec 2003 16:30:53 -0500
I have an IOKit project that compiled prior to the XCode 1.1 CD install.
This compiled with 10.3.2 and Xcode 1.1 software update iff 10.3 was
installed and updated to 10.3.1 and 10.3.2. However if 10.3 is
installed and the first update is 10.3.2 (the current situation) and
Xcode 1.1 via software update the build fails. So, 10.3 -> 10.3.1 ->
10.3.2 != 10.3 -> 10.3.2. I know all this because I have several 10.3
systems. All were installed prior to 10.3.2 and they work. I just
re-installed 10.3, updated with software update to the latest and the
build fails.
It can not include the required files. The simplest case is to create
a new "IOKit Driver" and build. The first error is:
"/Volumes/User/dgrassi/Desktop/tiok/build/tiok.build/tiok.build/
DerivedSources/tiok_info.c:1:29: mach/mach_types.h: No such file or
directory"
Using my previous working project:
Including:
#include <IOKit/storage/IOMedia.h>
causes the error:
IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory
Or including:
#include <Kernel/IOKit/storage/IOMedia.h>
causes the error:
IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory
My questions (in order of preference):
1) Am I missing something
2) Is there a workaround
3) How can I "downgrade" (completely reinstalling the OS, Xcode and all
the updates does not do it)?
Thanks,
Dan Grassi
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.