Sample issue ?
melMass opened this issue · 2 comments
melMass commented
Hi Aurel,
I've tried Ammer before and it worked, but today the build of the poc sample fails on mac.
The issue is when I try to build the CPP sample I have the following errors:
/usr/local/lib/haxe/lib/ammer/git/src/ammer/stub/StubBaseC.hx:25: characters 12-17 : Identifier 'Deref' is not part of ammer.FFIType
/usr/local/lib/haxe/lib/ammer/git/src/ammer/stub/StubBaseC.hx:25: characters 12-20 : Unrecognized pattern: Deref(t)
/usr/local/lib/haxe/lib/ammer/git/src/ammer/stub/StubHl.hx:27: characters 12-17 : Identifier 'Deref' is not part of ammer.FFIType
/usr/local/lib/haxe/lib/ammer/git/src/ammer/stub/StubHl.hx:27: characters 12-20 : Unrecognized pattern: Deref(t)
/usr/local/lib/haxe/lib/ammer/git/src/ammer/patch/PatchHl.hx:122: characters 12-17 : Identifier 'Deref' is not part of ammer.FFIType
/usr/local/lib/haxe/lib/ammer/git/src/ammer/patch/PatchHl.hx:122: characters 12-20 : Unrecognized pattern: Deref(t)
Adder.hx:5: character 1 : Build failure
Adder.hx:5: character 1 : For function argument 'v'
Main.hx:1: lines 1-8 : Defined in this class
Main.hx:4: characters 32-46 : Class<Adder> has no field concat_strings
Main.hx:5: characters 40-49 : Class<Adder> has no field load_file
Main.hx:6: characters 45-58 : Class<Adder> has no field reverse_bytes
Aurel300 commented
My bad, that Deref
thing was not finished, but I accidentally left some references to it in the code. Let me know if the latest commit fixes it.
melMass commented
It does !
Thanks