Very Importan - Vim Settings - Error while opening a File using vim

I downloaded vim.7.2 and compiled the vim source .
Added the vim binary path to PATH (Because iam not the root of the box)

when i load the file using vim it throws me an error

Error detected while processing /home2/e3003091/.vimrc:
line    2:
E185: Cannot find color scheme darkblue
line    4:
E484: Can't open file /usr/local/share/vim/syntax/syntax.vim
Press ENTER or type command to continue01

Below is my .vimrc settings

set term=xtermc
colorscheme darkblue
" Turn on color
syntax on
set background=dark
" Highlight searches
set hlsearch
set incsearch

Help me out to resolve this issue

---------- Post updated at 06:07 PM ---------- Previous update was at 05:46 PM ----------

I resolved the issue by

export VIMRUNTIME=/home/gghome/vim72/src