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

Abbas Ansaripoor abbas_261 at yahoo.com
Wed Oct 16 09:13:54 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---------------------------------------------------------------}



On Wednesday, October 16, 2013 10:34 AM, Abbas Ansaripoor <abbas_261 at yahoo.com> wrote:
 
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/832d007e/attachment-0002.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/832d007e/attachment-0002.png>


More information about the Lazarus mailing list