Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-28 Thread Sven Barth
On 28.10.2013 18:54, Reinier Olislagers wrote: On 28/10/2013 17:58, Marco van de Voort wrote: On Mon, Oct 28, 2013 at 02:00:25PM +0100, Mattias Gaertner wrote: On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote: It seems -XLA exists in the fpc sources but is neither documented nor list

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-28 Thread Reinier Olislagers
On 28/10/2013 17:58, Marco van de Voort wrote: > On Mon, Oct 28, 2013 at 02:00:25PM +0100, Mattias Gaertner wrote: >>> On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote: >> It seems -XLA exists in the fpc sources but is neither documented nor >> listed in fpc -h. > > XLO/XLA has been docu

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-28 Thread Marco van de Voort
On Mon, Oct 28, 2013 at 02:00:25PM +0100, Mattias Gaertner wrote: > > On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote: > > > I'm trying to compila Lazarus in Linux Mint 15 > > > (http://www.linuxmint.com/), > > > but: > > > > Try adding > > -XLAcairo=cairo,cairo-gobject > > That

Re: [Lazarus] Fata error while make lazarus svn: Compilation aborted

2013-10-28 Thread FreeMan
Thank you Martin in lazarus Revision 43334 FIXED 28-10-2013 13:13 tarihinde, Martin yazdı: On 28/10/2013 09:37, FreeMan wrote: syncompletion.pas(466,78) Error: Call by var for arg no. 6 has to match exactly: Got "LongWord" expected "QWord" lazutf8.pas(2813,10) Hint: Found declaration: Convert

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-28 Thread Mattias Gaertner
On Wed, 23 Oct 2013 20:08:27 +0200 Marco van de Voort wrote: > On Tue, Oct 15, 2013 at 01:52:44PM -0300, silvioprog wrote: > > I'm trying to compila Lazarus in Linux Mint 15 (http://www.linuxmint.com/), > > but: > > Try adding > -XLAcairo=cairo,cairo-gobject That does not even work with:

Re: [Lazarus] Fata error while make lazarus svn: Compilation aborted

2013-10-28 Thread Reinier Olislagers
On 28/10/2013 12:13, Martin wrote: > On 28/10/2013 09:37, FreeMan wrote: >> syncompletion.pas(466,78) Error: Call by var for arg no. 6 has to >> match exactly: Got "LongWord" expected "QWord" >> lazutf8.pas(2813,10) Hint: Found declaration: >> ConvertUTF8ToUTF16(PWideChar;QWord;PChar;QWord;TConvert

Re: [Lazarus] Error compiling laz x64 trunk with FPC trunk, Windows

2013-10-28 Thread Reinier Olislagers
On 27/10/2013 11:29, Reinier Olislagers wrote: > C:\development\lazarus64_fpctrunk\components\synedit\syncompletion.pas(464,78) > Error: Call by var for arg no. 6 has to match exactly: Got "LongWord" > expected "QWord" Reported as bug 25246 -- ___ Lazar

Re: [Lazarus] Fata error while make lazarus svn: Compilation aborted

2013-10-28 Thread Martin
On 28/10/2013 09:37, FreeMan wrote: syncompletion.pas(466,78) Error: Call by var for arg no. 6 has to match exactly: Got "LongWord" expected "QWord" lazutf8.pas(2813,10) Hint: Found declaration: ConvertUTF8ToUTF16(PWideChar;QWord;PChar;QWord;TConvertOptions;out QWord):; Try again --

Re: [Lazarus] Can't compile Lazarus on Linux Mint 15

2013-10-28 Thread Reimar Grabowski
On Sat, 26 Oct 2013 11:24:18 -0300 Junior wrote: > I use libcairo-gobject2 version: 1.10.2-6.1 > > Always worked perfect. > > Lazarus trunk and FPC 2.6.2 We know that 2.6.2 works but 2.7.1 does not and that's the problem. R. -- ___ Lazarus mailing

Re: [Lazarus] Possible error with Now function over summer/winter time change?

2013-10-28 Thread Sven Barth
Am 28.10.2013 08:49, schrieb David Taylor: On 27/10/2013 16:40, Michael Van Canneyt wrote: [] It is a known problem. Doing this 100% correctly involves re-reading the timezone file at every call of Now() or Date(). Clearly, this is a huge performance impact, severely skewing the time informatio

[Lazarus] Fata error while make lazarus svn: Compilation aborted

2013-10-28 Thread FreeMan
I can not make lazarus svn Kubuntu 13.10 x64 fpc svn update 25875 lazarus svn update 4 Compiling synedittextbidichars.pas synedit.pp(7043,49) Hint: Local variable "y" does not seem to be initialized synedit.pp(7043,41) Hint: Local variable "x" does not seem to be initialized Compiling syncom

Re: [Lazarus] Possible error with Now function over summer/winter time change?

2013-10-28 Thread David Taylor
On 27/10/2013 16:40, Michael Van Canneyt wrote: [] It is a known problem. Doing this 100% correctly involves re-reading the timezone file at every call of Now() or Date(). Clearly, this is a huge performance impact, severely skewing the time information. So this is not done. The "unix" unit co

Re: [Lazarus] code formating [wan: Re: WriteLn back to the GUI]

2013-10-28 Thread Juha Manninen
On Mon, Oct 28, 2013 at 4:05 AM, ListMember wrote: > I have read a little more about codetools [ > http://wiki.freepascal.org/Codetools ] and Cody [ > http://wiki.freepascal.org/Cody ]. > > The combination of the two seems already able do a number of feats that not > even professional/paid package