Re: [fpc-pascal] Brook Framework and Template Engines

2015-02-21 Thread Fabrício Srdic
What's is the web site of the Brook Server Pages project? Is it hosted on github? Is it open for contributors? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Reading build-id

2015-02-21 Thread Mark Morgan Lloyd
Does anybody have any example code for a program to read its own build-id (ELF note NT_GNU_BUILD_ID), if defined? Presumably this uses bfd.pas, which I notice is GPL rather than LGPL. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his

Re: [fpc-pascal] Brook Framework and Template Engines

2015-02-21 Thread Fabrício Srdic
When you refer to implementing EL in Brook 4.0, do you mean a feature equivalent to Java's Expression Language? 2015-02-21 15:20 GMT-02:00 silvioprog silviop...@gmail.com: On Sat, Feb 21, 2015 at 12:16 PM, Fabrício Srdic fabricio.sr...@gmail.com wrote: What's is the web site of the Brook

[fpc-pascal] libxml on MacOS X

2015-02-21 Thread Andreas Schneider
Hello, is there a specific reason why libxml is not built for MacOS X / darwin? My first instinct was to just try it and but then I found out the hard way, that I have no idea how to correctly use fpmake ... So in case there is simply no one who tried libxml on OSX, I would be willing to do.

Re: [fpc-pascal] Brook Framework and Template Engines

2015-02-21 Thread silvioprog
On Sat, Feb 21, 2015 at 2:47 PM, Fabrício Srdic fabricio.sr...@gmail.com wrote: When you refer to implementing EL in Brook 4.0, do you mean a feature equivalent to Java's Expression Language? Yes, it is. I want to use something like ${customerdao.list} (and iterate it via Brook DisplayTag) in

Re: [fpc-pascal] Brook Framework and Template Engines

2015-02-21 Thread Fabrício Srdic
I'm contacting you via hangouts. Regards 2015-02-21 16:10 GMT-02:00 silvioprog silviop...@gmail.com: On Sat, Feb 21, 2015 at 2:47 PM, Fabrício Srdic fabricio.sr...@gmail.com wrote: When you refer to implementing EL in Brook 4.0, do you mean a feature equivalent to Java's Expression

Re: [fpc-pascal] May I Interject? A Generic Inheriting a Generic in a Generic Way

2015-02-21 Thread Sven Barth
On 20.02.2015 22:19, Raheman Velji wrote: I have an idea called Interjections. I have posted on the forum so that everybody can access it nicely. Here are the links: http://forum.lazarus.freepascal.org/index.php/topic,27452.0.html and its continuation

Re: [fpc-pascal] Brook Framework and Template Engines

2015-02-21 Thread silvioprog
On Sat, Feb 21, 2015 at 12:16 PM, Fabrício Srdic fabricio.sr...@gmail.com wrote: What's is the web site of the Brook Server Pages project? Is it hosted on github? Is it open for contributors? Hello Fabrício, For while it is closed and with a incomplete implementation written by Gilson Nunes,

[fpc-pascal] May I Interject? A Generic Inheriting a Generic in a Generic Way

2015-02-21 Thread Raheman Velji
I have an idea called Interjections. I have posted on the forum so that everybody can access it nicely. Here are the links: http://forum.lazarus.freepascal.org/index.php/topic,27452.0.html and its continuation http://forum.lazarus.freepascal.org/index.php/topic,27453.0.html Please include

Re: [fpc-pascal] fpc-arm-embedded bin doesn't run

2015-02-21 Thread turro75
Hi all, I confirm that -gw2 works fine -gl requires some unit ans inc file, if i copy them in the project directory it compiles but the resulting file it's too big. Still struggling in visual debug.no way with lazarus, I guess the only way is to write an openocd alternative which manage the

Re: [fpc-pascal] libxml on MacOS X

2015-02-21 Thread Marco van de Voort
In our previous episode, Andreas Schneider said: So in case there is simply no one who tried libxml on OSX, I would be willing to do. However, how to correctly build it? I modified fpmake.pp to include darwin as possible target, but calling fpmake fails: ./fpmake The installer