-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install on OSX -- legacy or new-style cabal install? #423
Comments
At which point does the build process break, and with what output? In general, the build process documented here should hopefully work on all platforms. However, since I don't have access to a Mac anymore, tracking down any OSX-specific problems will be difficult. The build instructions were written way before there was a new-style cabal, so when in doubt, use the legacy ones. |
@valderman, when I try to `cabal install haste-compiler
Failed to build exe:hastec from haste-compiler-0.2.3. src/Data/JSTarget/Constructors.hs:1:33: warning: : warning: [-Wmissing-home-modules] src/Data/JSTarget/AST.hs:9:1: warning: [-Wunused-imports] src/Data/JSTarget/Constructors.hs:94:5: warning: [-Wname-shadowing] src/Data/JSTarget/Binary.hs:7:1: warning: [-Wunused-imports] src/Data/JSTarget/Traversal.hs:4:1: warning: [-Wunused-imports] src/Data/JSTarget/Traversal.hs:289:10: warning: [-Wmissing-methods] src/Data/JSTarget/PP.hs:188:10: error: Failed to build exe:haste-boot from haste-compiler-0.2.3. src/Control/Shell.hs:152:3: error: Failed to build exe:haste-copy-pkg from haste-compiler-0.2.3. src/Control/Shell.hs:152:3: error: |
I've tried every solution I can find on stackoverflow and elsewhere, and reproduced every installation failure I've seen. In my latest attempts, I'm getting warnings about legacy vs. new-style cabal install commands, and it's unclear to me which one I should be trying to use. Is OSX Haste installation a solved problem, documented elsewhere, or is it no longer supported?
The text was updated successfully, but these errors were encountered: