Re: [fpc-pascal] Re: Namespaces Support

2013-10-23 Thread Fabrício Srdic
Thanks a lot! 2013/10/23 leledumbo > > When the fpc 2.7.1 will be released? > > Since you ask this, obviously you don't understand fpc release engineering. > This will enlighten you: http://www.freepascal.org/faq.var#versions > > And as an answer to your question: it will NEVER be released, not

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Florian Klämpfl
Am 23.10.2013 20:01, schrieb Michael Ring: > This article describes what build-id does: > > https://fedoraproject.org/wiki/Releases/FeatureBuildId > > your fix should get applied to trunk, the gnu-build section should end > up somewhere, best place is flash, it will not get used anyway. Well, th

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 19:33, Michael Ring schreef: I think I remember that we had a discussion on build-id before, it did not work on linux but I thought that Florian has created a fix and I think I have verified that it works after that on my linux system. Are you on Linux? And using trunk compiler? If y

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Michael Ring
This article describes what build-id does: https://fedoraproject.org/wiki/Releases/FeatureBuildId your fix should get applied to trunk, the gnu-build section should end up somewhere, best place is flash, it will not get used anyway. Michael Am 23.10.13 19:33, schrieb Michael Ring: I think I

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Michael Ring
I think I remember that we had a discussion on build-id before, it did not work on linux but I thought that Florian has created a fix and I think I have verified that it works after that on my linux system. Are you on Linux? And using trunk compiler? If you do not use trunk then please try to

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Jeppe Græsdal Johansen
Den 23-10-2013 13:15, Carsten Bager skrev: Hi Carsten, Unfortunately, my target will be STM32. I used the lpc to follow the wiki. Once I get that working I hope the STM32 will be working also. And I would like to use fpc 2.7.1 because I know that this version has enhanced interrupt-handling. I m

[fpc-pascal] Re: Namespaces Support

2013-10-23 Thread leledumbo
> When the fpc 2.7.1 will be released? Since you ask this, obviously you don't understand fpc release engineering. This will enlighten you: http://www.freepascal.org/faq.var#versions And as an answer to your question: it will NEVER be released, not as 2.7.1, but probably as 2.8.0 or 3.0.0. --

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 13:54, Jonas Maebe schreef: On 23 Oct 2013, at 12:05, Koenraad Lelong wrote: fpc@linux:~/src-arm-fpc> fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp Free Pascal Compiler version 2.7.1 [2013/10/23] for arm Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: Embedded Comp

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread silvioprog
2013/10/23 Tomas Hajny > On Wed, October 23, 2013 14:01, Michael Van Canneyt wrote: >> > On Wed, 23 Oct 2013, Fabrício Srdic wrote: >> > >> >> >> >> Thanks! >> >> >> >> When the fpc 2.7.1 will be released? >> > >> > Not in the near future. At least one more year, I suspect. >> >> Just for comple

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread silvioprog
2013/10/23 Paul Ishenin > > 23.10.2013 21:45, silvioprog пишет: > >> >> Any sample showing how to use this feature? >> >> > Either look at fpc tests: > > http://svn.freepascal.org/svn/**fpc/trunk/tests/test/**tdotunits1.pp > http:/

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Paul Ishenin
23.10.2013 11:12, Fabrício Srdic wrote: Hello guys, I'm new to free-pascal. Will fpc 2.7.x have some namespace implementation/support? Although you already got an answer please note that you can read about comming features on the following page: http://wiki.lazarus.freepascal.org/FPC_New_Fe

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Paul Ishenin
23.10.2013 21:45, silvioprog пишет: Any sample showing how to use this feature? Either look at fpc tests: http://svn.freepascal.org/svn/fpc/trunk/tests/test/tdotunits1.pp http://svn.freepascal.org/svn/fpc/trunk/tests/test/tdotunits2.pp http://svn.freepascal.org/svn/fpc/trunk/tests/test/tdot

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread silvioprog
2013/10/23 Tomas Hajny > On Wed, October 23, 2013 14:01, Michael Van Canneyt wrote: > > On Wed, 23 Oct 2013, Fabrício Srdic wrote: > > > >> > >> Thanks! > >> > >> When the fpc 2.7.1 will be released? > > > > Not in the near future. At least one more year, I suspect. > > Just for completeness sake

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Tomas Hajny
On Wed, October 23, 2013 14:01, Michael Van Canneyt wrote: > On Wed, 23 Oct 2013, Fabrício Srdic wrote: > >> >> Thanks! >> >> When the fpc 2.7.1 will be released? > > Not in the near future. At least one more year, I suspect. Just for completeness sake (since you mentioned to be new with FPC) - yo

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Michael Van Canneyt
On Wed, 23 Oct 2013, Fabrício Srdic wrote: Thanks! When the fpc 2.7.1 will be released? Not in the near future. At least one more year, I suspect. Michael.___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/ma

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Jonas Maebe
On 23 Oct 2013, at 12:05, Koenraad Lelong wrote: fpc@linux:~/src-arm-fpc> fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp Free Pascal Compiler version 2.7.1 [2013/10/23] for arm Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: Embedded Compiling tled1.pp tled1.pp(54,4) Fatal: Can'

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Fabrício Srdic
Thanks! When the fpc 2.7.1 will be released? Em 23/10/2013 09:34, "Michael Van Canneyt" escreveu: > > > On Wed, 23 Oct 2013, Fabrício Srdic wrote: > > >> But I have asked "will fpc 2.7.x have... " ^^... >> > > Yes, and I said: it is already implemented. Obviously, that means it is in > 2.7.1. >

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Michael Van Canneyt
On Wed, 23 Oct 2013, Fabrício Srdic wrote: But I have asked "will fpc 2.7.x have... "  ^^... Yes, and I said: it is already implemented. Obviously, that means it is in 2.7.1. It uses the Delphi style notation? It does. Michael.___ fpc-pasc

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Fabrício Srdic
But I have asked "will fpc 2.7.x have... " ^^... It uses the Delphi style notation? Em 23/10/2013 09:04, "Michael Van Canneyt" escreveu: > > > On Wed, 23 Oct 2013, Fabrício Srdic wrote: > > >> How it works? >> >> I have tried to use the Delphi style dotted unit notation but doesn't >> work. >>

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Carsten Bager
> Hi Carsten, > > Unfortunately, my target will be STM32. I used the lpc to follow the > wiki. Once I get that working I hope the STM32 will be working also. And > I would like to use fpc 2.7.1 because I know that this version has > enhanced interrupt-handling. I mean, it's easy to use interrupts,

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Michael Van Canneyt
On Wed, 23 Oct 2013, Fabrício Srdic wrote: How it works? I have tried to use the Delphi style dotted unit notation but doesn't work. I'm using Lazarus 1.0.12 - fpc 2.6.2. Aha: 2.6.2 - You write it :-) Support is in 2.7.1 Michael.___ fpc-pascal

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Fabrício Srdic
How it works? I have tried to use the Delphi style dotted unit notation but doesn't work. I'm using Lazarus 1.0.12 - fpc 2.6.2. Thanks Em 23/10/2013 05:40, "Michael Van Canneyt" escreveu: > > > On Wed, 23 Oct 2013, Fabrício Srdic wrote: > > Hello guys, >> >> I'm new to free-pascal. >> >> Will

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 12:09, Carsten Bager schreef: Have a look at this file http://freepascal.dk/files/fpcarm7.tgz This is a 2.05 compiler, but I am still using it in produktion. This is an old package that uses LPC2138 as target. Now a days we use LPC2368 and LPC 2387 as target. The compiler produce good

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Carsten Bager
Have a look at this file http://freepascal.dk/files/fpcarm7.tgz This is a 2.05 compiler, but I am still using it in produktion. This is an old package that uses LPC2138 as target. Now a days we use LPC2368 and LPC 2387 as target. The compiler produce good code. Regards Carsten > On Wed, October 2

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
op 23-10-13 11:33, Tomas Hajny schreef: On Wed, October 23, 2013 11:23, Koenraad Lelong wrote: ... Are you aware of compiler option -s (or -sh, but that is the default for -s if I remember correctly)? Tomas Hi Tomas, fpc@linux:~/src-arm-fpc> fpc -Parm -Tembedded -Wplpc2124 -sh tled1.pp Fre

Re: [fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Tomas Hajny
On Wed, October 23, 2013 11:23, Koenraad Lelong wrote: > Hi, > > Searching the mail from this list it seems there are a number of people > that use fpc to compile for arm-embedded. . . > fpc@linux-npjb:~/src-arm-fpc> fpc -Parm -Tembedded -Wplpc2124 tled > Free Pascal Compiler version 2.7.1 [2013/

[fpc-pascal] Using arm-embedded-fpc

2013-10-23 Thread Koenraad Lelong
Hi, Searching the mail from this list it seems there are a number of people that use fpc to compile for arm-embedded. I would like to do also, but I never managed to get a clean compiler. With this I mean I can make a cross-compiler now, but when I use it to make a program I get an error at th

Re: [fpc-pascal] Lazarus and fpc trunk

2013-10-23 Thread Jonas Maebe
On 23 Oct 2013, at 08:29, LacaK wrote: Hm , I do not know reason, but Lazarus snapshots at ftp://wiki.freepascal.org/pub/lazarus/snapshots/ for Win32,64 with FPC 2.6.3, 2.7.1 are not updated more than month. At least for Linux, there's currently the problem that linking cairo has been bro

Re: [fpc-pascal] Namespaces Support

2013-10-23 Thread Michael Van Canneyt
On Wed, 23 Oct 2013, Fabrício Srdic wrote: Hello guys, I'm new to free-pascal. Will fpc 2.7.x have some namespace implementation/support? It already has. Michael.___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal

[fpc-pascal] Namespaces Support

2013-10-23 Thread Fabrício Srdic
Hello guys, I'm new to free-pascal. Will fpc 2.7.x have some namespace implementation/support? Thanks ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] synapse + ssl on linux ,how to use libc

2013-10-23 Thread Tony Whyman
Dennis, If you are looking for the FPC unit called "libc", on my system it is (source code) /usr/share/fpcsrc/2.6.2/packages/libc/src/libc.pp and comes with the warning unit libc deprecated 'Unportable Kylix legacy unit that only exists on Linux/x86. see http://wiki.freepascal.org/libc_unit ';