I am still trying to compile laby on the mac.
I already put all commands that the mac cannot handle yet (like examine joystick) in a compiler case.
Now the game compiles but I get an assembler error afterwards.
Code: Select all
Fehlermeldung auf der commandozeile:
58272 lines processed.
Creating the executable.
purebasic.asm:397165:Fixup of 181648 too large for field width of 16 bits
purebasic.asm:255948:Fixup of 4294915568 too large for field width of 16 bits
Error: AssemblerFor example the first one from above points to:
Code: Select all
blt _Next10362Or which number is meant?

