From: Rob M. <ro...@ma...> - 2001-10-18 06:14:43
|
I just checked the CVS and I didn't see IOKit.framework there - it might have gotten added as part of the header caching during the build process. As of 10.1, you shouldn't need the ~/Library/Headers anymore, though, as long as the /System/Library/Frameworks/Kernel.framework/Headers/IOKit/pccard directory is populated correctly. The ~/Library/Headers folder was required when we were using a pre-release copy of IOPCCardFamily, as we needed to override the version that comes with Kernel.framework. It's unlikely we'd need to do this again, as the PCCard support is basically complete. If Apple changes something for a future version, then we'll need to do this again, temporarily, as we adapt. I got bombarded with crap this afternoon, so the update get pushed back a day or so. I'll keep you posted. Some things that will be committed to CVS at that time: 1. Multicast support fixed. This is likely the problem with AppleTalk and some games. 2. IORegistry support much improved. You can now use the registry to get signal strength and other feedback 3. The UserClient gets a big boost. This is still work in progress. ..I'll get to power control next revision. -Rob On Wednesday, October 17, 2001, at 10:14 PM, yu...@ma... wrote: > Steve, > > I see that rob has added the IOKit.framework to the > wirelessdriver cvs. I assume this replaces the need for > IOPCCardFamily headers in ~Library as the header files are > already in the wirelessdriver project. I just rebuilt it > without problems after removing my ~/Library headers. > > I believe the FAQ instructions sort of guarantee that your > IOPCCardFamily will work with future versions of IOPCCardFamily > source from Apple even if Rob has not updated them in the > wirelessdriver source in cvs. (Assume that 10.1.5 changes > IOPCCardFamily.kext). Rob, could you suggest whether or not the > instructions for getting IOPCCardFamily from Apple should be > removed from the FAQ, or just adjusted to indicate the need to > get IOPCCardFamily if a new OS update has broken the build > process. > > Yuri > > p.s. I am not a code cooker (just a user/addict) so I may be > completely wrong about this. > > On Wednesday, October 17, 2001, at 11:49 PM, Steve Wainstead wrote: > >> >> You may wish to add that it's not necessary to download IOPCCardFamily >> with OSX 10.1. Rob replied to me earlier today but I don't think he >> replied to the list; he mentioned this... it will save others >> some effort. >> >> cheers! >> ~swain >> >> On Wed, 17 Oct 2001 yu...@ma... wrote: >> >>> Steve, >>> >>> I added your more detailed instructions to the FAQ. I ran out of >>> gas filling in the fine details when I wrote the first version. You >>> don't need to have installed IOPCCardFamily to build the >>> wirelessdriver >>> but I believe you need the IOPCCFamily headers in your >>> ~/Library folder >>> (I've never tried without, so I don't know this for sure). If >>> you have >>> any other suggestions for the FAQ let me know. >>> >>> Yuriwho >>> >>> p.s. Rob will be updating the source soon so get ready to do >>> the dance >>> again >>> >>> On Wednesday, October 17, 2001, at 03:38 PM, Steve Wainstead wrote: >>> >>>> >>>> Hi Rob, >>>> >>>> Just a note that I was able to d/l WirelessDriver and build it with >>>> Project Builder, which I presume is the way to do it. I got >>>> IOPCCardFamily >>>> out of Apple's CVS and built that too (haven't installed either >>>> though). I >>>> posted on the wirelessdriver.sourceforge.net Help forum on >>>> how to get >>>> IOPCCardFamily from Apple's CVS. >>>> >>>> All this is only remarkable in that I've never built anything on >>>> Darwin/OSX... been using CVS for years though. I wasn't sure if >>>> WirelessDriver used Project Builder or not (the .pbprog >>>> extension was a >>>> good clue though ;-). I got thirteen warnings. (This is the >>>> copy in CVS >>>> right now). >>>> >>>> I didn't think it would build at all, since I hadn't installed >>>> IOPCCardFamily, but since it did I'm guessing it was b/c I already >>>> installed the .pkg. file. >>>> >>>> cheers >>>> ~swain >>>> >>>> --- >>>> http://www.panix.com/~swain/ >>>> "Without music to decorate it, time is just a bunch of boring >>>> production deadlines or dates by which bills must be paid." >>>> -- Frank Zappa >>>> >>>> >>>> >>>> _______________________________________________ >>>> Wirelessdriver-devel mailing list >>>> Wir...@li... >>>> https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel >>> >>> >>> _______________________________________________ >>> Wirelessdriver-devel mailing list >>> Wir...@li... >>> https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel >>> >> >> --- >> http://www.panix.com/~swain/ >> "Without music to decorate it, time is just a bunch of boring >> production deadlines or dates by which bills must be paid." >> -- Frank Zappa >> > |