Re: [lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Selon Mattias Gaertner <[EMAIL PROTECTED]>:
>
> Fixed.
>
> Mattias
>
Yes, work now. Thank's.
> _
>  To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe" as the Subject
>archives at http://www.lazarus.freepascal.org/mailarchives
>


_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 16:01:53 +0100
fedorax <[EMAIL PROTECTED]> wrote:

> Hello
> 
> Latest SVN compile with GTK1 but not with GTK2 and return this errors:
> 
> ---
> /usr/local/src/lazarus/trunk/lcl/postscriptcanvas.pas(1946,4)
> Warning: User defined: TPostScriptPrinterCanvas.TextRect is not yet
> fully
> implemented! 
> /usr/local/src/lazarus/trunk/lcl/interfaces/gtk/interfaces.pp(29,2)
> Error: User defined: wrong gtk2 interfaces
> source /usr/local/src/lazarus/trunk/lcl/interfaces/gtk/interfaces.pp(37,1)
> Fatal: There were 1 errors compiling module, stopping
> ---
> 
> }
> unit Interfaces;
> 
> {$mode objfpc}{$H+}
> 
> {$IFDEF GTK2}
> {$ERROR wrong gtk2 interfaces source}
> {$ENDIF}
> --
> 
> FPC 2.3.1 Svn 9190
> Linux fedora 7

Fixed.

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Hello

Latest SVN compile with GTK1 but not with GTK2 and return this errors:

---
/usr/local/src/lazarus/trunk/lcl/postscriptcanvas.pas(1946,4) Warning: User
defined: TPostScriptPrinterCanvas.TextRect is not yet fully implemented!
/usr/local/src/lazarus/trunk/lcl/interfaces/gtk/interfaces.pp(29,2) Error: User
defined: wrong gtk2 interfaces source
/usr/local/src/lazarus/trunk/lcl/interfaces/gtk/interfaces.pp(37,1) Fatal: There
were 1 errors compiling module, stopping
---

}
unit Interfaces;

{$mode objfpc}{$H+}

{$IFDEF GTK2}
{$ERROR wrong gtk2 interfaces source}
{$ENDIF}
--

FPC 2.3.1 Svn 9190
Linux fedora 7

_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives