Quote:
Originally Posted by yifanlu
Get your friend to compile it on the Mac. That's how I compiled it. I can't seem to find it right now though.
|
Yifanlu, please, i need your help again! I`ve tried to compile it on Mac but Terminal has written some errors and it hasn`t compiled

:
Erik-Cupals-iMac:fsatboot erikcupal$ gcc -Wall -lpthread -framework CoreFoundation -framework IOKit -framework Carbon protocol.c engine.c fastboot.c usb_osx.c util_osx.c -o fastboot
engine.c: In function ‘match’:
engine.c:162: warning: unused variable ‘len’
engine.c:160: warning: unused variable ‘val’
fastboot.c: In function ‘do_oem_command’:
fastboot.c:300: warning: unused variable ‘i’
fastboot.c: In function ‘main’:
fastboot.c:414: warning: implicit declaration of function ‘fb_queue_check’
fastboot.c:417: warning: unused variable ‘pname’
fastboot.c:322: warning: unused variable ‘page_size’
fastboot.c: At top level:
fastboot.c:278: warning: ‘setup_requirements’ defined but not used
In file included from util_osx.c:29:
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:70:35: error: SecurityHI/SecurityHI.h: No such file or directory
Erik-Cupals-iMac:fsatboot erikcupal$

What now

???