JrCs / CloverGrowerPro

Compile Tool For Clover UEFI/bios OS X Booter
122 stars 34 forks source link

script update #24

Open bronxteck opened 8 years ago

bronxteck commented 8 years ago

clover grower is not building with latest clover trunk changes in trunk 3503 also needs new nasm and mtoc binarys. the scripts are located here http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/?p=2235839 post 706

ghost commented 8 years ago

Build fails here too. Here is Terminal output: https://gist.github.com/iPotable/a8401e43c435619e23d8ab878af5d41b

edit: oh i just had to do a symbolic link to the toolchain -_-' it builds well.

mkdir -p ~/src/opt
ln -s /path/to/toolchain ~/src/opt/local

edit2: To be more accurate, I have the same problem you have when trying to build Clover on El Capitan with Xcode 7.3+. Try to build it on Yosemite with Xcode 7.2.1. It should work.

edit3: and the problem actually is that nasm path is hardcoded and in discussion in this thread http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page-497#entry2237735