x ghc-7.8.3/mk/project.mk
x ghc-7.8.3/mk/install.mk.in
x ghc-7.8.3/bindist.mk
x ghc-7.8.3/libraries/gen_contents_index
x ghc-7.8.3/libraries/prologue.txt
sed: RE error: illegal byte sequence <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
checking for path to top of build tree... /private/tmp/ghc-7.8.3-i386
Build platform inferred as: i386-apple-ios
Host platform inferred as: i386-apple-ios
Target platform inferred as: i386-apple-ios
I found this line in the installation script:
find . -type f -not -name .DS_Store -not -name "*.a" -print0 | xargs -0 sed -i '' 's|/Users/lukexi/Code/ghc-ios-scripts/||g'
— copy and pasting it into Terminal.app yields:
~$ find . -type f -not -name .DS_Store -not -name "*.a" -print0 | xargs -0 sed -i '' 's|/Users/lukexi/Code/ghc-ios-scripts/||g'
sed: RE error: illegal byte sequence
This is what I get; my ghc-ios-scripts clone is at b4a8022; I'm on OS X 10.9.5 with GHC 7.8.3 from HT:
Also, this might be relevant:
I found this line in the installation script:
— copy and pasting it into Terminal.app yields: