ThatRozebudDude / FPS-Plus-Public

Other
107 stars 104 forks source link

error while compiling FPSplus #4

Closed Teh404Gal closed 3 years ago

Teh404Gal commented 3 years ago

source/ConfigMenu.hx:479: characters 111-121 : Unknown identifier : inputValue source/ConfigMenu.hx:479: characters 111-121 : ... For function argument 'noteGlowW'

FelipeBacana commented 3 years ago

Yeah i have the same error while compiling it appears that something gone wrong

luRaichu commented 3 years ago

I get the same error. Sigh, I guess I won't be using FPS Plus for my mod...

ThatRozebudDude commented 3 years ago

I can't seem to replicate this issue. Both the release and master branches compile fine for me.

Teh404Gal commented 3 years ago

Did you try compiling in a fresh linux container? Since i used a container to try and build mine The new version doesnt compile at all But the old release does

ThatRozebudDude commented 3 years ago

Okay, I found this issue. It only happens when compiling with -debug. In ConfigMenu.hx there is a section that starts with #if debug that has some broken code in it. You can just remove that section. I'll fix it and push the update to master as well as a hotfix for the release branch.