Installing 2.2.0 before OPAM is updated -error while compiling #3257
Unanswered
owldown
asked this question in
Installation
Replies: 1 comment
-
Not sure if this narrows it down, but |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to OPAM, so I want to see if I'm doing this correctly:
Intel Mac OSX 14.0 (Sonoma beta)
I installed OPAM with
brew install opam
, then ranopam init
when I tried
opam install ffmpeg liquidsoap
, it listed the actions that would be performed, and at the bottom, it indicated this would install liquidsoap 2.1.4, so I did not continue.From the build instructions here https://www.liquidsoap.info/doc-2.2.0/build.html , I tried pinning the current with
opam pin -ny git+https://github.com/savonet/liquidsoap
Subsequently, running
opam install ffmpeg liquidsoap
indicates that it will now install v 2.2.0, which is what I wanted. I had to install curl withbrew install curl
, and then proceeded.I then got this error:
I am unsure of how to proceed. Running the install command a second time did the same thing. I don't know if this is my mistake, or if something needs to be updated.
liquidsoap-89483-831457.out.txt
Beta Was this translation helpful? Give feedback.
All reactions