Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Mattias Gaertner
On Thu, 1 Nov 2007 22:51:29 +0800
"Antonio Sanguigni" <[EMAIL PROTECTED]> wrote:

> >
> > r 12768 under Windows XP, with fpc 2.2.0, it compiles.
> >
> > Next step would be to see if besides compiling, it works
> > also ;-)
> 
> 
> r 12769 - Linux - fpc 2.2.0 it compiles but ... now I cannot see
> anything when I run Lazarus. All the forms seems empty, no icons on
> main window, no row on OI, F9 key works tough and an empty
> application form can run.

Fixed in 12680.

Mattias

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


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Antonio Sanguigni
>
> r 12768 under Windows XP, with fpc 2.2.0, it compiles.
>
> Next step would be to see if besides compiling, it works also ;-)


r 12769 - Linux - fpc 2.2.0 it compiles but ... now I cannot see anything
when I run Lazarus. All the forms seems empty, no icons on main window, no
row on OI, F9 key works tough and an empty application form can run.

Thanks
Antonio

-- 
Antonio Sanguigni alias slapshot
--
GioveLUG (Linux User Group) - http://www.giovelug.org
Edupup (Educational distro) - http://www.edupup.org


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Giuliano Colla

Mattias Gaertner ha scritto:

On Thu, 01 Nov 2007 14:56:41 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

  

Mattias Gaertner ha scritto:


On Thu, 01 Nov 2007 13:29:21 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

  
  
I added a qword overload. Maybe this will run compile under all fpc

versions.

  
  

Yes, now (r 12678) it compiles and doesn't complain



So, it works now under 2.0.4, 2.3.1 and 2.2.1, but not under 2.2.0?
Can someone with 2.2.0 confirm?

  

r 12768 under Windows XP, with fpc 2.2.0, it compiles.

Next step would be to see if besides compiling, it works also ;-)


Giuliano

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


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Vincent Snijders

Mattias Gaertner schreef:

Yes, now (r 12678) it compiles and doesn't complain


So, it works now under 2.0.4, 2.3.1 and 2.2.1, but not under 2.2.0?
Can someone with 2.2.0 confirm?


R12678 compiles on windows with fpc 2.2.0.

Vincent

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


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Mattias Gaertner
On Thu, 01 Nov 2007 14:56:41 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

> Mattias Gaertner ha scritto:
> > On Thu, 01 Nov 2007 13:29:21 +0100
> > Giuliano Colla <[EMAIL PROTECTED]> wrote:
> >
> >   
> 
> > I added a qword overload. Maybe this will run compile under all fpc
> > versions.
> >
> >   
> Yes, now (r 12678) it compiles and doesn't complain

So, it works now under 2.0.4, 2.3.1 and 2.2.1, but not under 2.2.0?
Can someone with 2.2.0 confirm?

Mattias

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


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Giuliano Colla

Mattias Gaertner ha scritto:

On Thu, 01 Nov 2007 13:29:21 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

  



I added a qword overload. Maybe this will run compile under all fpc
versions.

  

Yes, now (r 12678) it compiles and doesn't complain

Thanks,

Giuliano


Mattias

_
 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] svn r 12675 fails to compile

2007-11-01 Thread Giuliano Colla

Mattias Gaertner ha scritto:

On Thu, 01 Nov 2007 13:29:21 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

  

When trying to rebuild Lazarus with latest svn (r 12675), compile
fails. In fileprocs.pas it complains that it cannot determine which
overloaded function to use,  in the DebugLn procedure,  between line
vtInt64 and vtQWord.
Reverting to r 12674 works fine.

Platform is linux, widgetset gtk1.



It works here with 2.2.1. The change was done for the recent 2.3.1
compiler. What fpc version do you use?

  

You're right, I forgot to mention. It's fpc 2.0.4.

Giuliano



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


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Antonio Sanguigni
>
> It works here with 2.2.1. The change was done for the recent 2.3.1
> compiler. What fpc version do you use?
>
> I added a qword overload. Maybe this will run compile under all fpc
> versions.


I have the same error here. Fpc version 2.2.0 .

Thanks
Antonio

-- 
Antonio Sanguigni alias slapshot
--
GioveLUG (Linux User Group) - http://www.giovelug.org
Edupup (Educational distro) - http://www.edupup.org


Re: [lazarus] svn r 12675 fails to compile

2007-11-01 Thread Mattias Gaertner
On Thu, 01 Nov 2007 13:29:21 +0100
Giuliano Colla <[EMAIL PROTECTED]> wrote:

> When trying to rebuild Lazarus with latest svn (r 12675), compile
> fails. In fileprocs.pas it complains that it cannot determine which
> overloaded function to use,  in the DebugLn procedure,  between line
> vtInt64 and vtQWord.
> Reverting to r 12674 works fine.
> 
> Platform is linux, widgetset gtk1.

It works here with 2.2.1. The change was done for the recent 2.3.1
compiler. What fpc version do you use?

I added a qword overload. Maybe this will run compile under all fpc
versions.

Mattias

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


[lazarus] svn r 12675 fails to compile

2007-11-01 Thread Giuliano Colla

When trying to rebuild Lazarus with latest svn (r 12675), compile fails.
In fileprocs.pas it complains that it cannot determine which overloaded 
function to use,  in the DebugLn procedure,  between line vtInt64 and 
vtQWord.

Reverting to r 12674 works fine.

Platform is linux, widgetset gtk1.

Thanks,

Giuliano

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