-
Notifications
You must be signed in to change notification settings - Fork 108
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
Solution to Could not find haxelib "hxCodec", does it need to be installed?
#91
Comments
@ThatRozebudDude if you could close the discussion and pin the issue so people know just in case 👍 |
I wonder if there is a way to fix this because I've also had this problem with hxvlc and it's really annoying. |
It's something to do with the lib, I'm not sure exactly what |
@ThatRozebudDude I've noticed that the |
Did you check that it's actually fixed by removing the library from your global haxelib? |
Yeah, I removed I tried it on my laptop where I had to install Haxe from scratch, Funkin' |
@ThatRozebudDude sorry for the ping, yet again, but potential lead! me and a friend think it's due to some flag that's causing the error to appear, I have a PR ready for another haxelib package manager that's called HxPKG but it still reports that the lib is missing switching package managers will most likely be required once we get this sorted as |
I don't know why switching package managers would be necessary because Funkin still uses hmm, right? Also what do you mean by "some flag"? |
the curse of hxCodec |
okay it straight up doesn't work with local repos its a haxelib issue which has been fixed, HaxeFoundation/haxelib#618 but polybiusproxy/hxCodec#300 (comment) |
For anyone new here trying to compile FPS+, after running
hmm install
, there is a high chance that the following error will appear:The solution to this is simple, just install
hxCodec
globally by running the following command:After the install completes, you should be able to compile!
The text was updated successfully, but these errors were encountered: