Verwex / Funkin-Mic-d-Up-SC

A mod to Friday Night Funkin' called FNF: Mic'd Up, previously named EX Replayability.
Other
76 stars 110 forks source link

Not able to compile - Type Not Found: FlxEase #125

Closed ghost closed 2 years ago

ghost commented 2 years ago

I've been following the readme closely and making sure i take all the steps it asks for, but I cant seem to compile the code as its asking for the type FlxEase which is supposed to come with Flixel to begin with? i've removed and reinstalled the flixel library countless amounts of times and yet it still wont recognize it as a valid type, i've also gone and removed/reinsalled and updated the other libraries, gits, etc to see if that would fix anything but im still lead to the same issue thus far

source/MenuFreeplay.hx:4: characters 8-31 : Type not found : flixel.tweenmon.FlxEase source/MenuFreeplay.hx:456: characters 93-100 : Type not found : FlxEase source/MenuFreeplay.hx:457: characters 108-115 : Type not found : FlxEase source/MenuFreeplay.hx:458: characters 101-108 : Type not found : FlxEase source/MenuFreeplay.hx:223: characters 46-53 : Type not found : FlxEase source/MenuFreeplay.hx:224: characters 76-83 : Type not found : FlxEase source/MenuFreeplay.hx:226: characters 68-75 : Type not found : FlxEase source/MenuFreeplay.hx:228: characters 53-60 : Type not found : FlxEase source/MenuFreeplay.hx:229: characters 57-64 : Type not found : FlxEase source/MenuFreeplay.hx:230: characters 53-60 : Type not found : FlxEase source/MenuFreeplay.hx:231: characters 48-55 : Type not found : FlxEase source/MenuFreeplay.hx:235: characters 64-71 : Type not found : FlxEase source/MenuFreeplay.hx:329: characters 71-78 : Type not found : FlxEase source/MenuFreeplay.hx:330: characters 48-55 : Type not found : FlxEase source/MenuFreeplay.hx:331: characters 53-60 : Type not found : FlxEase source/MenuFreeplay.hx:332: characters 57-64 : Type not found : FlxEase source/MenuFreeplay.hx:333: characters 50-57 : Type not found : FlxEase source/MenuFreeplay.hx:334: characters 59-66 : Type not found : FlxEase source/MenuFreeplay.hx:335: characters 55-62 : Type not found : FlxEase source/MenuFreeplay.hx:336: characters 55-62 : Type not found : FlxEase source/MenuFreeplay.hx:337: characters 50-57 : Type not found : FlxEase source/MenuFreeplay.hx:338: characters 64-71 : Type not found : FlxEase source/MenuFreeplay.hx:361: characters 48-55 : Type not found : FlxEase source/MenuFreeplay.hx:362: characters 53-60 : Type not found : FlxEase source/MenuFreeplay.hx:363: characters 57-64 : Type not found : FlxEase source/MenuFreeplay.hx:364: characters 50-57 : Type not found : FlxEase source/MenuFreeplay.hx:365: characters 50-57 : Type not found : FlxEase source/MenuFreeplay.hx:366: characters 64-71 : Type not found : FlxEase source/MenuFreeplay.hx:367: characters 63-70 : Type not found : FlxEase source/MenuFreeplay.hx:368: characters 63-70 : Type not found : FlxEase source/MenuFreeplay.hx:369: characters 50-57 : Type not found : FlxEase source/MenuFreeplay.hx:370: characters 67-74 : Type not found : FlxEase source/MenuFreeplay.hx:373: characters 51-58 : Type not found : FlxEase C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access

help