Aurel300/ammer

Trying to compile sample/poc -- class vs filenames StubHl vs StubHL

jcward opened this issue · 2 comments

There are various type not found errors due to StubHL vs StubHl (notice HL vs Hl capitalization). Also PatchHL classes.

/home/jward/dev/ammer/src/ammer/Ammer.hx:280: characters 16-21 : Type not found : ammer.stub.StubHl
/home/jward/dev/ammer/src/ammer/Ammer.hx:292: characters 20-39 : Type not found : ammer.patch.PatchHl

Ah yes, I am running on a case-insensitive FS. Can you confirm it works now (after ca6616c)?

Case issue resolved, thanks!