RCM3750 and LCD s6b0108

I am trying to write a low level driver for a 128x128 lcd for this chip. I would like to be able to use the graphics library included in the samples. I have decided that I cant use portA as an IO bus and I am going to have to bitbang out the driver. The problem I am currently running into is the requirement of the graphics driver to implement glbuf as xmem. Whenever I try and declare this thing it says that it is a duplicate This is driving me nuts because I am not declareing it anywhere else. I have done a grep looking for it and it is nowhere.

I wonder if anyone even responds to theese threads? I wrote a similar one last week.

The default.h that is part of the linking file for the rcm3700 prototypeing board tries to include rabbits own low level driver. Had to delete a line out of default.h to stop this problem.