Error messages for Serial jpeg camera sample code

You should put your code between code tags (use the # icon), not in a quote.

//SoftwareSerial cameraconnection = SoftwareSerial(69, 3);
#else

This #else does not have a preceding #ifdef which it must have.

Pete