[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

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

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

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

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

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

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

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

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

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