pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
162 stars 37 forks source link

Compilation Bug [Linux] #278

Open MAGNAT2645 opened 1 year ago

MAGNAT2645 commented 1 year ago

I'm using ArchLinux and CoilSnake 4.2 dev mode. When i try to compile my project CoilSnake throws this error: error: Couldn't find module 'asmref.ccs' although i have ASMRef.ccs. Compiles fine if i copy ASMRef.ccs to asmref.ccs but this bug doesn't happen on Windows. I guess this is due to Linux filesystem being case sensitive.

MAGNAT2645 commented 1 year ago

Confirmed: Font_Changer imports ASMRef as lowercase asmref. Changed it to ASMRef and it compiled without that error. Shoud i close this issue?