Re: [Lazarus] Error in lazbuild : depends on debugger package ?

2015-06-29 Thread Mattias Gaertner
On Mon, 29 Jun 2015 15:30:42 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: I get an error running lazbuild from trunk: $0069F4E5 line 720 of lazloggerbase.pas $0047F5E6 line 1411 of lclproc.pas $004016B4 line 334 of lazbuild.lpr

[Lazarus] Error in lazbuild : depends on debugger package ?

2015-06-29 Thread Michael Van Canneyt
Hi, I get an error running lazbuild from trunk: $0069F4E5 line 720 of lazloggerbase.pas $0047F5E6 line 1411 of lclproc.pas $004016B4 line 334 of lazbuild.lpr $006315F8 line 5596 of ../packager/packagesystem.pas $0060E71F line 1967 of

Re: [Lazarus] how to find this error?

2015-06-29 Thread Tony Whyman
Take a look at http://wiki.freepascal.org/Lazarus_known_issues_%28things_that_will_never_be_fixed%29#TStatusBar_Panels_2 It's probably one of those annoying TStatusBar (won't fix) issues. On 29/06/15 10:43, FreeMan wrote: fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32

Re: [Lazarus] how to find this error?

2015-06-29 Thread zeljko
On 06/29/2015 11:43 AM, FreeMan wrote: fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32 i386 qt is workas well, but in win64 qt64 create access violation exception on myform.Show; on form has a TStatusBar I := TStatusBar.Canvas.TextWidth(TStatusBar.Panels[0].Text); this

Re: [Lazarus] GDB output warnings of internal errors

2015-06-29 Thread Martin Frb
On 29/06/2015 09:59, Graeme Geldenhuys wrote: Hi, Is the following internal errors normal output for GDB? I'm using FreeBSD 10.1 64-bit with GDB v7.81 ... (gdb) -exec-continue warning: (Internal error: pc 0x58df30 in read in psymtab, but not in symtab.)\n \n ^running *running,thread-id=all

[Lazarus] how to find this error?

2015-06-29 Thread FreeMan
fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32 i386 qt is workas well, but in win64 qt64 create access violation exception on myform.Show; on form has a TStatusBar I := TStatusBar.Canvas.TextWidth(TStatusBar.Panels[0].Text); this code has create exception in win64 too.

Re: [Lazarus] how to find this error?

2015-06-29 Thread FreeMan
Thank you, I remove TStarusBar and codes, I add TPanel and TBCLabel on that panel. view been much better status bar. This is good for me, but I didn't find error when myform.show; I'm still investigation. I need to trace formshow, I wish, compiler give any tips about class or filename or line

[Lazarus] VCLJS

2015-06-29 Thread Bee
Hi all, Just found this: http://www.vcljs.com Is it possible to use it as --say-- LCL for the web? Regards, -- -Bee- -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Error in lazbuild : depends on debugger package ?

2015-06-29 Thread Michael Van Canneyt
On Mon, 29 Jun 2015, Mattias Gaertner wrote: On Mon, 29 Jun 2015 15:30:42 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: I get an error running lazbuild from trunk: $0069F4E5 line 720 of lazloggerbase.pas $0047F5E6 line 1411 of lclproc.pas

Re: [Lazarus] Error in lazbuild : depends on debugger package ?

2015-06-29 Thread Mattias Gaertner
On Mon, 29 Jun 2015 16:43:16 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: [...] The package DebuggerIntf is installed, but no valid package file (.lpk) was found. [...] Yes, it is planned to load them only when the IDE is rebuilt. Ok, good to hear, because this

[Lazarus] lazarus won't stop running project

2015-06-29 Thread aradeonas
Hi, It been couple of times I have a problem with Lazarus that when I stop debugger with stop button or closing application even after process finished and I cant find any clue of process in process list Lazarus think it is running mode and stop button wont work. Any one know why? Ara --

[Lazarus] Solarized 2 color schemes for Lazarus

2015-06-29 Thread aradeonas
Hi, I made a new theme for Lazarus code editor and it made on Solarized[1] color pallet and thought maybe others like it,Its clean and kind with eyes. When I wanted to write this email find out there is a Solarized theme already but I think my version is more complete and better. I haven't any

Re: [Lazarus] MariaDB access - modifying the MySQL56Connection component

2015-06-29 Thread Michael Van Canneyt
On Mon, 29 Jun 2015, Susie Nicol wrote: Many thanks both of you Susie Did you manage to get it to work ? Michael. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] GDB output warnings of internal errors

2015-06-29 Thread Graeme Geldenhuys
Hi, Is the following internal errors normal output for GDB? I'm using FreeBSD 10.1 64-bit with GDB v7.81 Lazarus 1.5 r49362 FPC 2.6.4 x86_64-freebsd-gtk 2 I see pages and pages of these warnings when I start my application up. The reason I ask, is because yet again I can't debug my

Re: [Lazarus] MariaDB access - modifying the MySQL56Connection component

2015-06-29 Thread Susie Nicol
Yes, it is working. The diff is incorrect, but comments in the bug track correct it. I used your method 2; method 1 didn't work and I think I know why: my testing has upset the directory structure. I'll look into that after I get this project finished. Susie On Sun, Jun 28, 2015 at 9:35 PM,

[Lazarus] VCLJS

2015-06-29 Thread Bee
Hi all, Just found this: http://www.vcljs.com Is it possible to use it as LCL for the web? Regards, -- -Bee- -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus