Wire.h and ArduinoRobot.h conflict

I get error while compiling whenever I include <wire.h> and <ArduinoRobot.h> in same sketch the error is
"multiple definition of `twi_init' "

I'm using lottie lemon and Arduino IDE 1.0.5-r2

can any one helpplease

..if U dont use the robot: remove "robot_motor" and "robot_control" from subdir libraries
(u can also rename them: adding a space and any character)

fortunately I still need the robot to function with the wire

You've got a double set of libraries

You will have to disable/remove one og them.