ghc-ios / ghc-ios-scripts

Scripts for building GHC and Haskell programs for iOS
166 stars 27 forks source link

Error building 7.8.3-i386 #6

Closed asivitz closed 9 years ago

asivitz commented 10 years ago

Hi, I ran the installGHCiOS.sh script and got this error:

Installing library in /usr/local/lib/i386-apple-darwin11-ghc-7.8.3/ghc-prim-0.3.1.0 ghc-cabal: /Users/lukexi/Code/ghc-ios-scripts/i386-apple-darwin11-ranlib: does not exist make[1]: *\ [install_packages] Error 1

Looks like the /Users/lukexi path was accidentally hardcoded?

Thanks

asivitz commented 10 years ago

Oh sorry, I think this is a duplicate of the other build issue.

lukexi commented 10 years ago

As mentioned in the other thread, I just added a step to the script that should strip it out and get you going until I figure out what's going on. Sorry about that!

asivitz commented 9 years ago

That fixed my issue, thanks!