Like I said - compile the plugin locally. Limetech uses 1.8.3, your server runs on 1.8.2, so the plugin will give a "bad load" when compiled under a newer version.
The local compilation error says "cannot write to file". This means the compiler doesn't have access to create the file. You can try these methods to fix the problem:
- Put the .sma file and compiler in the same folder.
- Move the compiler outside the C:/ disk.
- Run the compiler as an administrator.