<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt">Error :/usr/share/fpcsrc/2.6.0/packages/gtk2/src/gtk+/gdk/gdk2.pas(32,13) Fatal: Can't find unit Cairo used by gdk2<br>----<br>Hello Tankyou<br>I Have Install Lazarus In Debian(7) weezy<br>Error message Above  send to me  in build process<br>Plase Help Me To Solve This Problem<br>my code is very simple<br>I Attach Picture Of Error<br><br>{-Start---------------------------------------------------------------}<br>unit unitmainfom;<br><br>{$mode objfpc}{$H+}<br><br>interface<br><br>uses<br>  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;<br><br>type<br>  TForm1 = class(TForm)<br>  private<br>    { private declarations }<br>  public<br>    { public declarations }<br>  end;<br><br>var<br>  Form1: TForm1;<br> 
 i:int;<br><br>implementation<br><br>{$R *.lfm}<br>begin<br>  i=4;<br>end.                         <br><br>{-End---------------------------------------------------------------}<br><br><div></div></div></body></html>