(Illustration by Gaich Muramatsu)
Thanks, that worked.
I just checked out the CVS tree and attempted to build it. 1. There is a darwin_coda.xcode file that doesn't load
2. When attempting to kextload the result of the build, it fails. Trying kextload -v 6, it has the following error:
kextload: looking for dependency of extension
/Users/jsc/src/coda/proj/DarwinCoda/sys/darwin-7.3/build/
darwin_coda.kext with ID com.apple.kernel, compatible with version 7.3
kextload: can't resolve dependency from
/Users/jsc/src/coda/proj/DarwinCoda/sys/darwin-7.3/build/
darwin_coda.kext to ID com.apple.kernel; no compatible version of ID
com.apple.kernel is known
kextload: cannot resolve dependencies for kernel extension
darwin_coda.kext
Changing "7.3" to "7.4" in Info.plist allowed it to load (the correct version of my com.apple.kernel).
-Jin
On Jul 12, 2004, at 6:00 AM, Christer Bernérus wrote:
> I didn't change anything myself, but it appears as if the OpenDarwon
> core team has managed to mangle the modules file.
>
> You can get the stuff anyway using
>
> cvs -d :pserver:anonymous_at_anoncvs.opendarwin.org:/Volumes/src/cvs/od
> co proj/DarwinCoda
>
> However, the code will tunr up in the proj directory.
>
> Hope this helps.
>
> Chris.
>
> fredagen den 9 juli 2004 kl 16.08 skrev Jin Choi:
>
>> Hello. I'm attempting to check out the DarwinCoda source from CVS,
>> but am being told that it cannot find DarwinCoda:
>>
>> % cvs -d
>> :pserver:anonymous_at_anoncvs.opendarwin.org:/Volumes/src/cvs/od co
>> DarwinCoda
>> cvs server: cannot find module `DarwinCoda' - ignored
>> cvs [checkout aborted]: cannot expand modules
>>
>> Has this been moved? Thank you.
>> -Jin
>>
>