hello group, this is my first pgm and I'm using 12f683 on breadboard with a pickit2 programmer in MPlAB IDE v.8.46 , not compiling, the compiler chokes
on this code , what simple thing am I doing wrong. I have no problem programming in ASM to this chip

'************************************************* ***************
'* 12F683.BAS *
'* *
'* By : Leonard Zerman, Jeff Schmoyer *
'* Notice : Copyright (c) 2004 microEngineering Labs, Inc. *
'* All Rights Reserved *
'* Date : 05/14/04 *
'* Version : 2.45 *
'* Notes : *
'************************************************* ***************

BANK0 $0020, $007F
BANK1 $00A0, $00BF
EEPROM $2100, $21FF
LIBRARY "PBPPIC14"
DEFINE CCP1_REG GPIO
DEFINE CCP1_BIT 2

include "PIC14EXT.BAS"

PORTL VAR GPIO
PORTH VAR GPIO
TRISL VAR TRISIO
TRISH VAR TRISIO

include "PBPPIC14.RAM"

main:
goto main

'*-----------------------* EOF 12F683.BAS *---------------------*

Output:


Executing: "C:\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p12F683 "C:\PBP\12F683.BAS"
Executing: "C:\PBP\PBPW.EXE" -ampasmwin -k# -p12F683 "C:\PBP\12F683.BAS"
PICBASIC PRO(TM) Compiler 2.60, (c) 1998, 2009 microEngineering Labs, Inc.
All Rights Reserved.

C:\PBP\PIC14EXT.BAS ERROR Line 11: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 12: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 13: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 14: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 15: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 16: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 17: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 18: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 19: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 20: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 21: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 22: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 23: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 24: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 25: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 26: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 27: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 28: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 29: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 30: Redefinition of VAR.
C:\PBP\PIC14EXT.BAS ERROR Line 31: Redefinition of VAR.
FATAL ERROR: Too many errors. (21)
Halting build on first failure as requested.
BUILD FAILED: Tue Apr 19 13:32:22 2011