Better yet, do this. Keep the buzzer on RA4. Type "buzzer=1;" in the main() function directly below "led_yellow=0;". So it looks like this:
If that makes the green LED turn on, then it's a software problem. If it doesn't turn on, it's a hardware problem.
Code:
...
led_white=0; //led white off
led_yellow=0; //led yellow off
buzzer=1;
...