Open tonyday567 opened 9 years ago
how did you install ghcjs from the sandbox into /Users/tonyday/local/bin/ghcjs
?
I symlinked directly from the dist directory, so: ghcjs -> /Users/tonyday/git/ghcjs/dist/dist-sandbox-43e8030b/build/ghcjs/ghcjs for example.
That does not work, as you've already noticed. Check the sandbox bin dir to see.how the executables and wrappers are organized On 12 Apr 2015 16:02, "Tony Day" notifications@github.com wrote:
I symlinked directly from the dist directory, so: ghcjs -> /Users/tonyday/git/ghcjs/dist/dist-sandbox-43e8030b/build/ghcjs/ghcjs for example.
— Reply to this email directly or view it on GitHub https://github.com/ghcjs/ghcjs/issues/318#issuecomment-91983125.
ok, thanks. Looks like I just have to copy the files in the bin directory to ~/.cabal/bin.
Ghcjs-boot relies on installed data-files, so you must keep the sandbox in the same place if you do that On 12 Apr 2015 16:33, "Tony Day" notifications@github.com wrote:
ok, thanks. Looks like I just have to copy the files in the bin directory to ~/.cabal/bin.
— Reply to this email directly or view it on GitHub https://github.com/ghcjs/ghcjs/issues/318#issuecomment-91987072.
Referencing #191 & #271.
Fresh OSX install using https://github.com/ghcformacosx/ghc-dot-app
Fresh clones of ghcjs & ghcjs-prim.
cabal sandbox install
of each went well.ghcjs-boot --dev
gives:I would also note that I do not have the Cabal library anywhere, nor any local libraries beyond what comes with ghc.
Any thoughts?
Tony