View Single Post
 
Old 09-29-2009, 12:44 PM
never_mind never_mind is offline
Puma
 
Join Date: Jul 2009
Location: Melbourne
Posts: 23
Quote:
Originally Posted by andyvand View Post
look for the file in spotlight
use /usr/bin/mig <file.mig> to try to mig it...
Check the returned info + files + line
Hi Andy,

migging the .h file (there's no .mig files?) is giving me buckets of error, but also on other .h files, so I am probably not doing it right.

But what I found is that , the "missing }." is caused by a missing newline in osfmk/conf/MASTER.i386

Seems hard to believe? Just open osfmk/conf/MASTER.i386 , go to the lastline, slam some <returns> (ok 1's enough) into the file (so, at the end) and after that the error is gone.

Tough one!

Let's see about this next error..

BBL!

p.s.

this is what diff gave me (opendiff didn't show me this, annoying!!!):

80,84d79
<
< # added builtin decryptor functions
< #
< options BUILTIN_DECRYPTER
< #options BUILTIN_DECRYPTER_VERBOSE
\ No newline at end of file

Last edited by never_mind; 09-29-2009 at 12:51 PM.
Reply With Quote