I don't think your chip has a PLL. So its always best to go with the default configs when you try to change chips. So if you just erase this from the code:
Code:
asm
    __CONFIG    _CONFIG1H, _OSC_HSPLL_1H
    __CONFIG    _CONFIG2H, _WDTEN_OFF_2H & _WDPS_512_2H
    __CONFIG    _CONFIG4L, _LVP_OFF_4L
endasm
It will use the defaults located in PBP under your chipname.inc

Then you will get less errors