Open SingingBush opened 1 year ago
I cloned the project and found that it won't compile with dmd 2.105.0 so decided to try building with a wide range of dmd releases:
src/mecca/containers/pools.d(76,21): Error:
size 18446744073709551615 * 512 exceeds 0x7fffffff size limit for static array
src/mecca/lib/memory.d(465,32): Error: function
conflicts with variable
at src/mecca/lib/memory.d(464,54)
src/mecca/lib/memory.d(464,54)
src/mecca/platform/os/linux/time.d(75): Assertion failure: hangDetectorTimerId is null
is this project no longer maintained/used?
No, unfortunately it's not maintained. Weka stopped maintaining it so it was moved to dlang-community in the hope it would get maintained there, but unfortunately not.
I cloned the project and found that it won't compile with dmd 2.105.0 so decided to try building with a wide range of dmd releases:
src/mecca/containers/pools.d(76,21): Error:
Elem[512]size 18446744073709551615 * 512 exceeds 0x7fffffff size limit for static array
src/mecca/lib/memory.d(465,32): Error: function
mecca.lib.memory.DRuntimeStackDescriptor._slockconflicts with variable
mecca.lib.memory.DRuntimeStackDescriptor._slockat src/mecca/lib/memory.d(464,54)
src/mecca/lib/memory.d(464,54)
src/mecca/lib/memory.d(464,54)
src/mecca/platform/os/linux/time.d(75): Assertion failure: hangDetectorTimerId is null
src/mecca/platform/os/linux/time.d(75): Assertion failure: hangDetectorTimerId is null
is this project no longer maintained/used?