Those extension methods are a part of NGUITools.cs, beginning at the end of the file around line 1400.
The error message "Camera cannot be converted to 'UnityEngine.Camera'" means you have your own class named "Camera" that conflicts with Unity's own Camera class.
Name it something different.