Re: [fpc-devel] [fpc-pascal] Moving to gitlab.

2021-07-22 Thread John Lee via fpc-devel
I use viewvc to look at repository - is there an equivalent when everyting is on gitlaB? tia john On Thu, 22 Jul 2021 at 13:32, Michael Van Canneyt via fpc-pascal < fpc-pas...@lists.freepascal.org> wrote: > > Hello, > > Some of you may have seen this on the lazarus list: > During the upcoming

[fpc-devel] access violaion

2021-01-13 Thread John Lee via fpc-devel
> > when using viewcvs http://svn.freepascal.org/cgi-bin/viewvc.cgi/?sortby=date#dirlist gives access violation/file not found - worked yesterday! ! win 7 64 ohn > > ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] viewvc breoken

2019-06-28 Thread John Lee
URL for viewvc broken... svn.freepascal.org/cgi-bin/viewvc.cgi/?sortby=date#dirlist > > ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Vectorization

2018-02-07 Thread John Lee
Hi Kit/Gareth Thanks for this work - I've been following all your changes to win64. Can't say I understand all of the vector ones. Be good to commit to trunk asap - tho' gather your are waiting for some Florian mods. Just few qs - maybe these could be clarified in comments/example/tests 1) How

Re: [fpc-devel] FPC 3.0.2 for SPARC

2017-05-07 Thread John Lee
I've lost track of what are the issues in this thread, but if the tar of the source files is less than 2G and you want to transfer it tar I have a 2G or so ftp site that you could use to transfer the tar. Let me know and I'll send the details via private email to each of you that needs it. john

Re: [fpc-devel] Building 2.7.1 on current Raspbian fails

2014-10-23 Thread John Lee
ok, but can we now please return this thread to the original subject re 2.7.1 (and 2.6.4) for rpi. TIA John On 23 October 2014 13:41, Joost van der Sluis jo...@cnoc.nl wrote: On 10/23/2014 11:49 AM, Jonas Maebe wrote: On 23/10/14 11:28, Thaddy de Koning wrote: The starting compiler is any

Re: [fpc-devel] Building 2.7.1 on current Raspbian fails

2014-10-22 Thread John Lee
Thanks. So what exactly does it do? How does one access? Just for wheezy or will it work on jessie too? John On 22 October 2014 00:08, peter green plugw...@p10link.net wrote: peter green wrote: So it would seem FPC is currently broken on stable Raspbian which is a pity. It's fine on plain

Re: [fpc-devel] Building 2.7.1 on current Raspbian fails

2014-10-21 Thread John Lee
Don't know why you have this problem with wheezy, but can confirm I'm running rpi jessie, and the 'sudo' sequence above works for me ok ie does 70Mbyte download installs fpc with no errors. Haven't really tested it, but help says it is 2.6.2 -8 rpil+b2 2014/7/21 for arm. john On 21 October

Re: [fpc-devel] Building 2.7.1 on current Raspbian fails

2014-10-20 Thread John Lee
ok, thanks, let me know where I can get rpi wheezy or jessie binary when you are ready I'll publish it as an fpc ftp snapshot. I'll do same for 2.6.x too. John On 20 October 2014 10:59, Paul Michell p...@michellcomputing.co.uk wrote: On Friday 17 Oct 2014 23:02:29 John Lee wrote: Looks

Re: [fpc-devel] Building 2.7.1 on current Raspbian fails

2014-10-17 Thread John Lee
Paul Looks as if you have a working fpc 2.7.1 snapshot for rpi. IAre you planning to make this available on your web site? If not, can you zip pls it, and put it on cloud or some ftp site - I'll then put it on fpc ftp site. TIA John On 17 October 2014 21:16, waldo kitty wkitt...@windstream.net

[fpc-devel] programmers guide 2.6 issue

2014-01-08 Thread John Lee
In Pascal programmers guide v2.6 Feb 2013 it explains how to use {$I ... } to include compiler information eg version string, time string etc so one can include eg in a writeln, but it does not mention not the optimisation level at which program was compiled. Is this an omission or is this info

Re: [fpc-devel] programmers guide 2.6 issue

2014-01-08 Thread John Lee
... Otherwise you can try to submit a patch adding such an option. Pierre -Message d'origine- De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel- boun...@lists.freepascal.org] De la part de John Lee Envoyé : mercredi 8 janvier 2014 14:21 À : FPC developers' list Objet

Re: [fpc-devel] programmers guide 2.6 issue

2014-01-08 Thread John Lee
18:05, Sven Barth pascaldra...@googlemail.com wrote: Am 08.01.2014 14:21 schrieb John Lee johnel...@gmail.com: In Pascal programmers guide v2.6 Feb 2013 it explains how to use {$I ... } to include compiler information eg version string, time string etc so one can include eg in a writeln

Re: [fpc-devel] PPU version checking

2013-02-26 Thread John Lee
This sounds like the best plan if one has several .ppus - as some ppl seem to have no source code, that should - but not sure what's involved with writing the wrapper. Could the whole thing be written in fpc pascal? Would it be easy to reuse the wrapper for different .ppus? If so this'd be

Re: [fpc-devel] PPU version checking

2013-02-25 Thread John Lee
This is a major pain to quite a few users - I have some units for which source is lost from v2.4. Surely some of the reasons for the changes in ppu version would _not_ cause a problem with later versions if one isn't using this particular feature? Maybe someone could generate a (binary?) patch to

Re: [fpc-devel] PPU version checking

2013-02-25 Thread John Lee
I'm guessing that you'd need to be pretty au fait with fpc internals the code to do this eg because there's no spec, and no tools to help? J In other words: _If_ someone is motivated enough for such a task, it would be possible to create a convertor from one PPU version to another (and I

Re: [fpc-devel] Re: FPC related fairy tale

2012-11-05 Thread John Lee
I go back rather (too?) far...eg pre v1.0 - unfortunately I can't remember what the version was when I first downloaded fpk tried to compile an fft - it crashed compiler - fixed by Jonas iirc. I'm so sad that I still use fpk for fpc directories - I'm kind'a sorry we changed that. I sort of got

Re: [fpc-devel] Statistics on compiling the Free Pascal compiler for Win32

2012-01-17 Thread John Lee
Paul, Why not ask the fpc developers (via fpc-devel) for access to the fpc svn for your new code. This'll have advantage that it'll be easier for the fpc gurus to advise on any changes needed for the new target, and of course it'll make it available to everyone else too. As you probably know fpc

Re: RE : [fpc-devel] Project Idea: Mini-FPC

2011-09-10 Thread John Lee
Have a look at the P4 pascal compiler http://homepages.cwi.nl/~steven/pascal/ . The whole compiler is written in pascal and is only 4000 lines in 1 file. It generates a high level pcode and comes with a pcode interpreter (1000 lines of pascal in a second file). Simpler you can't get. Cross

Re: RE : RE : [fpc-devel] Project Idea: Mini-FPC

2011-09-10 Thread John Lee
Maybe we could/should put a fpc compilable version of this into the fpc docs, and into the fpc distribution? Can't imagine that one could do anything smaller or more portable? P4 is not FPC compilable. It uses ISO style filehandling iirc. Correct. And it uses also the ISO

Re: RE : [fpc-devel] Including Sorokin's TRegExpr in FPC

2011-08-31 Thread John Lee
Just googled 'Benjamin Rosseax regexpr' and don't find anything that's trelevant! Where is it please? John On 31 August 2011 15:41, Marcos Douglas m...@delfire.net wrote: On Wed, Aug 31, 2011 at 2:55 AM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Tue, Aug 30,