Re: [fpc-pascal] Delphi compatible anonymous functions

2014-05-19 Thread Florian Klämpfl
Am 19.05.2014 11:36, schrieb Marco van de Voort: > In our previous episode, Florian Kl?mpfl said: >>> Absolutely, but neither Free Pascal nor Delphi implement OpenMP. >> >> I wanted only to point out that personally I would first work on OpenMP >> support than implementing anonymous methods (which

Re: [fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2014-05-19 Thread Luca Olivetti
El 19/05/14 16:01, Jonas Maebe ha escrit: >> sudo make all CPU_TARGET=i386 -> I dropped the sudo > > If that worked, then the permissions on your system are broken (at least > if you literally followed the instructions on that wiki page). Nothing > under /usr should be writable for regular users.

Re: [fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2014-05-19 Thread Jonas Maebe
On 19 May 2014, at 15:39, Luca Olivetti wrote: El 19/05/14 13:43, Jonas Maebe ha escrit: b) delete /usr/lib/fpc/2.6.4/ppc386 c) rebuild the cross-compiler, but this time use "make crossinstall" instead of "make install" at the end (I've updated the wiki article) I had to adapt the instructi

Re: [fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2014-05-19 Thread Luca Olivetti
El 19/05/14 13:43, Jonas Maebe ha escrit: > To solve your problem: > a) reinstall FPC 2.6.4 for x86-64 (to get the x86-64 versions of the > utilities in /usr/bin back) I already did it when I noticed that the make install replaced all x86_64 files > b) delete /usr/lib/fpc/2.6.4/ppc386 > c) rebui

Re: [fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2014-05-19 Thread Jonas Maebe
On 19 May 2014, at 12:33, Luca Olivetti wrote: treefilteredit.pas(60,60) Error: Illegal expression treefilteredit.pas(60,60) Error: Error in type definition treefilteredit.pas(60,60) Fatal: Syntax error, ">" expected but "" found I have the same error, but with fpc 2.6.4, Lazarus 1.2.2. T

Re: [fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2014-05-19 Thread Luca Olivetti
El 23/11/13 16:50, Osvaldo Filho ha escrit: > Environment: > Ubuntu 13.10 64bits > FPC 2.6.3 - Rev 26119 > Lazarus 1.2RC - Rev 43472 > > When i try compile for i386, i get this: > > Free Pascal Compiler version 2.6.3 [2013/11/23] for i386 > Copyright (c) 1993-2012 by Florian Klaempfl and others >

Re: [fpc-pascal] Delphi compatible anonymous functions

2014-05-19 Thread Marco van de Voort
In our previous episode, Florian Kl?mpfl said: > > Absolutely, but neither Free Pascal nor Delphi implement OpenMP. > > I wanted only to point out that personally I would first work on OpenMP > support than implementing anonymous methods (which I consider anyways very > un-pascalish) and closures

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-19 Thread Michael Ring
I have sent you the header files via pm, there is only minor improvement to what is currently checked in, i mixed the lpc header files up with the stm header files, there I did more work. Michael Am 19.05.14 04:39, schrieb Justin Smyyth: if you have an updated version of lpc13xx.pp ( I wrote t

Re: [fpc-pascal] Delphi compatible anonymous functions

2014-05-19 Thread Michael Schnell
On 05/16/2014 07:00 PM, Craig Peterson wrote: Absolutely, but neither Free Pascal nor Delphi implement OpenMP. Do you think just a library is what should be done ? I feel the Pascal syntax "candy" provided by Prism (parallel loop, future, ...) might be a good way to encapsulate parallel functi

Re: [fpc-pascal] Armv7 fpc openocd v8

2014-05-19 Thread Justin Smyyth
if you have an updated version of lpc13xx.pp ( I wrote the orginal) that would be good. I would prob re check the C# i had for the nxp lpc 1343 chip agaist this file , now i can target the board i can see if i get any errors.( also check the specs to make sure its right too ). A bit of work .