[Lazarus] Can't find unit Cairo used by gdk2

Abbas Ansaripoor abbas_261 at yahoo.com
Wed Oct 16 09:19:32 CEST 2013


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
----
Hello Tankyou
I Have Install Lazarus In Debian(7) weezy
Error message Above  send to me  in build process
Plase Help Me To Solve This Problem
my code is very simple
I Attach Picture Of Error

{-Start---------------------------------------------------------------}
unit unitmainfom;

{$mode objfpc}{$H+}

interface

uses
  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs;

type
  TForm1 = class(TForm)
  private
    { private declarations }
  public
    { public declarations }
  end;

var
  Form1: TForm1;
  i:int;

implementation

{$R *.lfm}
begin
  i=4;
end.                         

{-End---------------------------------------------------------------}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131016/7f6a0814/attachment-0003.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sendpicture.png
Type: image/png
Size: 39220 bytes
Desc: not available
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131016/7f6a0814/attachment-0003.png>


More information about the Lazarus mailing list