Skip to content
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

Cant compile source code #12813

Closed
haoneRG opened this issue Jul 24, 2023 · 5 comments
Closed

Cant compile source code #12813

haoneRG opened this issue Jul 24, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@haoneRG
Copy link

haoneRG commented Jul 24, 2023

Describe your problem here.

i installed hmm and everything that it needs but the console says that hxCodec is not installed, even tho it is.
image
here my lib's
image

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No response

@haoneRG haoneRG added the help wanted Extra attention is needed label Jul 24, 2023
@moxie-coder
Copy link

it's a bug with hmm

@haoneRG
Copy link
Author

haoneRG commented Jul 24, 2023

it's a bug with hmm
what can i do?

@KutikiPlayz
Copy link

What works for me is just removing hmm and then go through the list of stuff in hmm.json and manually install them

here's the list of commands to run so you don't have to do it yourself

haxelib remove hmm
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install hxcpp
haxelib install tjson
haxelib install hxjsonast
haxelib install hxCodec
haxelib install script
haxelib install hxcpp-debug-server
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit

haven't encountered any issues using the latest versions yet, just make sure your haxe version is 4.2.5

@haoneRG
Copy link
Author

haoneRG commented Jul 24, 2023

What works for me is just removing hmm and then go through the list of stuff in hmm.json and manually install them

here's the list of commands to run so you don't have to do it yourself

haxelib remove hmm
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-tools
haxelib install flixel-ui
haxelib install hxcpp
haxelib install tjson
haxelib install hxjsonast
haxelib install hxCodec
haxelib install script
haxelib install hxcpp-debug-server
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit

haven't encountered any issues using the latest versions yet, just make sure your haxe version is 4.2.5

didnt work here

@NexIsDumb
Copy link
Contributor

it's a bug with hmm

Nopp, it's a bug with hxCodec, fortunately it got fixed in the next version 3.0.3
For now you can use this to resolve: #12770

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants