IDE 1.8.5 problems under Windows XP

Arduino IDE 1.8.5
Computer1 = Windows XP SP3.
Computer2 = OSX High Sierra.

I downloaded the grbl library from here "https://s3.amazonaws.com/zyltechfile/grbl-master_1.zip"

I opened the example "grblUpload"

Under OSX I can compile it.
Under WinXP I cannot compile it, the IDE gives me a lot of errors.

When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS (</> button on the toolbar).

acik:
I downloaded the grbl library from here "https://s3.amazonaws.com/zyltechfile/grbl-master_1.zip"

Why did you download it from there instead of the official repository?:

pert:
Why did you download it from there instead of the official repository?:
GitHub - gnea/grbl: An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino

I have troubles with my CNC Shield,
I googled "test cnc shield" and I found this Arduino Compatible CNC Shield Instructions
On this page is linked the librry I used.

I will check with the official repo.