-
Notifications
You must be signed in to change notification settings - Fork 48
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
Build fail on official Stack template #41
Comments
For some reason I cannot seem to be able to reproduce this on my side. I suspect that this is due to the format of Windows paths. A recommendation would be to use Windows Subsystem for Linux |
Closing for now, feel free to reopen if needed. |
Getting the same error.
|
What GHC versions are you using? |
This happened using GHC 8.8.3. I managed to get it to work fine by adding the following to
|
Running into same issue. Building on macOS Mojave (10.14.6). Didn't see anything in docs at https://theam.github.io/aws-lambda-haskell-runtime/05-common-errors.html |
Got the following error. Any thoughts on how to fix -- did some digging on the
|
@parthshah31 what |
@NickSeagull here's a link: https://github.com/parthshah31/aws-lambda-hs-test LTS 15.0 |
Ok @parthshah31, I asked a friend to try building this on his Macbook (mine is at tech support atm) and indeed he can reproduce. Apparently, MacOS doesn't support static linking, and this should only be done when you are ready to deploy your lambda by building with I've created #95 in order to document this if someone wants to contribute. Feel free to re-open if the issue persists. |
After doing
stack build
on the official template from the docsbuild fails with the following error:
I am relatively new to Haskell, so not sure whether this is a problem with my environment or this project.
OS: Windows 10
Stack: 2.1.3
The text was updated successfully, but these errors were encountered: