Re: [Lazarus] Cross-compiling to win32 from debian stretch

2017-11-28 Thread kardan via Lazarus
Hi, summary: my fpc and ppcross* have different versions, because I can't build fpc with the installed version. Why does this happen: ~/src/fpc(master)$ make all Makefile:2918: *** The only supported starting compiler version is 3.0.2. You are trying to build with 3.0.4.. Stop. On Tue, 28 Nov 2

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread R0b0t1 via Lazarus
Sorry list, I'm trying to stop my double posting. On Tuesday, November 28, 2017, R0b0t1 wrote: > Hello, > > On Tuesday, November 28, 2017, Mattias Gaertner via Lazarus < lazarus@lists.lazarus-ide.org> wrote: >> On Tue, 28 Nov 2017 10:46:01 -0600 >> R0b0t1 via Lazarus wrote: >> >>>[...] >>> To be

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread R0b0t1 via Lazarus
Hello, On Tuesday, November 28, 2017, Mattias Gaertner via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Tue, 28 Nov 2017 10:46:01 -0600 > R0b0t1 via Lazarus wrote: > >>[...] >> To be clear, for some reason most of the time the unit (and every >> other unit) was rebuilding properly, but on

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Donald Ziesig via Lazarus
On 11/28/2017 05:50 AM, Mattias Gaertner via Lazarus wrote: On Tue, 28 Nov 2017 08:41:05 -0200 "Marcos Douglas B. Santos via Lazarus" wrote: [...] Are your 'Other unit files (-Fu)' paths in project inspector and your package empty? And is this correct, package empty? It is normal. Mattias

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Nov 2017 10:46:01 -0600 R0b0t1 via Lazarus wrote: >[...] > To be clear, for some reason most of the time the unit (and every > other unit) was rebuilding properly, but one time it didn't. Perhaps > it is a linking issue? If you cannot reproduce it then your issue is not related to thi

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread R0b0t1 via Lazarus
Apologies for the additional post: On Tue, Nov 28, 2017 at 10:44 AM, R0b0t1 wrote: > Hello, > > On Mon, Nov 27, 2017 at 12:15 PM, Donald Ziesig via Lazarus > wrote: >> Hi All! >> >> I have been having a problem for a long, long time when developing/debugging >> code which is included in a packag

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread R0b0t1 via Lazarus
Hello, On Mon, Nov 27, 2017 at 12:15 PM, Donald Ziesig via Lazarus wrote: > Hi All! > > I have been having a problem for a long, long time when developing/debugging > code which is included in a package and which contains generics. > > It took me years :'(, but I finally figured out what I was do

Re: [Lazarus] Deleting items in OI

2017-11-28 Thread Juha Manninen via Lazarus
There is also aHook.PersistentDeleted. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Deleting items in OI

2017-11-28 Thread Juha Manninen via Lazarus
On Sat, Nov 25, 2017 at 8:21 PM, Vojtěch Čihák via Lazarus wrote: > I just have some more info. Everything was OK to revision 52209. > OI was completly broken between 52210 and 52229 (components didn't appear at > all). > Revision 52230 improved OI but deleting didn't work as described in previou

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Nov 2017 09:01:56 -0200 "Marcos Douglas B. Santos via Lazarus" wrote: > On Tue, Nov 28, 2017 at 8:50 AM, Mattias Gaertner via Lazarus > wrote: > > On Tue, 28 Nov 2017 08:41:05 -0200 > > "Marcos Douglas B. Santos via Lazarus" > > wrote: > > > >>[...] > >> > Are your 'Other unit fi

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Marcos Douglas B. Santos via Lazarus
On Tue, Nov 28, 2017 at 8:50 AM, Mattias Gaertner via Lazarus wrote: > On Tue, 28 Nov 2017 08:41:05 -0200 > "Marcos Douglas B. Santos via Lazarus" > wrote: > >>[...] >> > Are your 'Other unit files (-Fu)' paths in project inspector and >> > your package empty? >> >> And is this correct, package e

Re: [Lazarus] Deleting items in OI

2017-11-28 Thread Mattias Gaertner via Lazarus
On Sat, 25 Nov 2017 19:21:59 +0100 Vojtěch Čihák via Lazarus wrote: > Hi, >   > I just have some more info. Everything was OK to revision 52209. > OI was completly broken between 52210 and 52229 (components didn't appear at > all). > Revision 52230 improved OI but deleting didn't work as describ

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Nov 2017 08:41:05 -0200 "Marcos Douglas B. Santos via Lazarus" wrote: >[...] > > Are your 'Other unit files (-Fu)' paths in project inspector and > > your package empty? > > And is this correct, package empty? It is normal. Mattias -- _

Re: [Lazarus] Compiling/linking/debugging package with generics

2017-11-28 Thread Marcos Douglas B. Santos via Lazarus
On Mon, Nov 27, 2017 at 4:41 PM, Mattias Gaertner via Lazarus wrote: > On Mon, 27 Nov 2017 13:33:13 -0500 > Donald Ziesig via Lazarus wrote: > >>[...] >> > When you change a pas file of your package and you compile your project, >> > does the IDE automatically compile your package? >> Yes (at lea

Re: [Lazarus] Cross-compiling to win32 from debian stretch

2017-11-28 Thread Mattias Gaertner via Lazarus
On Tue, 28 Nov 2017 00:41:38 +0100 kardan via Lazarus wrote: > Really appreciate the fast reply! > > On Tue, 28 Nov 2017 00:20:29 +0100 > Mattias Gaertner via Lazarus wrote: > > > Check your -Fu paths in /etc/fpc.cfg. They should contain the > > paths to fpc's i386-win32 ppu files. > > > > Ma

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-11-28 Thread Sven Barth via Lazarus
Am 28.11.2017 10:02 schrieb "Michael Schnell via Lazarus" < lazarus@lists.lazarus-ide.org>: On 27.11.2017 20:07, Graeme Geldenhuys via Lazarus wrote: > > Either way, it would be nice to see LCL-CustomDrawn and LCL-fpGUI > widgetsets get some more attention. > Is there any chance to unify them to

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-11-28 Thread Michael Schnell via Lazarus
On 27.11.2017 19:59, Graeme Geldenhuys via Lazarus wrote:  (except for TLabel) To me TLable seems like very important to allow easy "porting" of applications from an other widget Type to fpGUI/LCL. Is implementing TLabel really that hard ? -Michael -- ___

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-11-28 Thread Michael Schnell via Lazarus
On 27.11.2017 20:07, Graeme Geldenhuys via Lazarus wrote:  Either way, it would be nice to see LCL-CustomDrawn and LCL-fpGUI widgetsets get some more attention. Is there any chance to unify them to a single Widget Type implementation that uses a low level graphics API (without an external Widg