Dewott2501 / Mario-Madness

el pibe mario
Apache License 2.0
57 stars 95 forks source link

Unable to build on linux #27

Closed FluxC0 closed 7 months ago

FluxC0 commented 7 months ago

not quite sure if this is a haxe or MM issue, but it never happened when building plain old psych engine. When attempting to 'lime test linux' or 'lime build linux' it throws an error, not being able to find hxcodec. problem is, i have hx codec installed.

moxie-coder commented 7 months ago

it’s an bug with haxelib if I remember correctly, remove and reinstall hxCodec with haxelib install hxCodec 2.5.1

Noobz4Life commented 7 months ago

In project.xml, replace "hxcodec" on line 66 with "hxCodec", since file paths are case sensitive on Linux

Ant643 commented 7 months ago

worked 4 me, thanks

FluxC0 commented 7 months ago

thanx