Code compiles perfectly and runs on the earlier machine (PB 5.72LTS) but I get this error when using PB 6LTS for the MAC M1.
I have absolutely no idea so any help appreciated.error: invalid preprocessing directive
#Slices = SizeOf(Integer); Use 8 slices on x64 and 4 on x86
^
purebasic.c:5899:3: error: use of undeclared identifier 'Structure'
Structure Nibbles : n.a[16] : EndStructure
^
purebasic.c:6055:37: error: expected ';' after expression
...
20 errors generated.
PS
Tried several times and a "clang error" came up?
Found restart compiler so in total desperation tried that then my stripped down programme compiled.
Does that help a little?