Compilling Error

Ahh, I think when you changed one of the lines, you removed something important. This:
size_t SoftwareSerial::write(uint8_t )
Should be this:
size_t SoftwareSerial::write(uint8_t b)