Closed yuesubi closed 1 year ago
Unfortunately I can't reproduce this with a new switch and the same opam and compiler version.
Could you export your opam switch opam switch export FILENAME
, so I could try the same versions as you?
The warnings shown in your output are just warnings by the C compiler when building the raylib C library. They shouldn't matter to the OCaml package at all
I'm closing this issue as I can't reproduce the problem. Feel free to reopen with new information though, I would like to see this sorted out
Hi, I am having trouble installing the library. I ran
opam depext raylib
with opamv2.1.3
. I made sure to install the dependencies withsudo pacman -S alsa-lib mesa libx11 libxrandr libxi libxcursor libxinerama
andopam depext raylib
. I am on manjaro21.3
.Here is the output, that I got :
It would be really helpful for me to know what went wrong and how to fix the issue.