You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the process I followed to build happy, ending with the reported error:
wget https://hackage.haskell.org/package/happy-1.20.1/happy-1.20.1.tar.gz
tar -xf happy-1.20.1.tar.gz
cd happy-1.20.1
ghc --make Setup.hs
./Setup configure --user --enable-library-profiling
Attempt to build happy, resulting in the following error:
./Setup build
Preprocessing executable 'happy' for happy-1.20.1..
Error: Setup: The program 'happy' is required but it could not be found
Additionally, I successfully built Alex using a nearly identical approach.Is there an issue with my build method?
The text was updated successfully, but these errors were encountered:
Boring545
changed the title
Error Building Happy: Missing Program 'happy'
Error Building Happy: The program 'happy' is required but it could not be found
Jul 18, 2024
I tried version: starting with 1.20.1, 1.21.0, and they all failed during the process. Finally, I tried 1.19.12, 1.20.1.1, and the build was successful.
Here's the process I followed to build happy, ending with the reported error:
Attempt to build happy, resulting in the following error:
Additionally, I successfully built Alex using a nearly identical approach.Is there an issue with my build method?
The text was updated successfully, but these errors were encountered: