Re: [fpc-pascal] Android calling JNI functions crash

2011-02-15 Thread Felipe Monteiro de Carvalho
No idea, I always use Linux, but if no-one has a better idea, I would suggest that you try first using the linux cross-compiler, just to check if the crash is really related to the binutils. There are some instructions here:

Re: [fpc-pascal] Synaser on ARM

2011-02-15 Thread Nataraj S Narayan
Markus Are you using Angstrom tool chain on Gumstix Overo? Is it uclibc based? I do have my share of woes on Codesourcery TC for fpc. regards Nataraj On Mon, Feb 14, 2011 at 4:28 PM, greim gr...@schleibinger.com wrote: Hi a short howto for all trying to use the serial port on ARM Linux

[fpc-pascal] html scrapping library

2011-02-15 Thread ik
Hello, Does anyone know of FPC/Object Pascal in Linux an HTML scrapping library ? I wish to create a small application for my cell phone (N900) and wanted to use FPC+Lazarus instead of doing it with Ruby (and release it under MIT). Thanks, Ido LINESIP - Opening the source for communication

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread Felipe Monteiro de Carvalho
On Tue, Feb 15, 2011 at 3:09 PM, Gene Buckle ge...@deltasoft.com wrote: The person may mean scraping (to scrape). Didn't help much at least to me. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread Cees Binkhorst
http://en.wikipedia.org/wiki/ScraperWiki On 02/15/2011 03:12 PM, Felipe Monteiro de Carvalho wrote: On Tue, Feb 15, 2011 at 3:09 PM, Gene Buckle ge...@deltasoft.com wrote: The person may mean scraping (to scrape). Didn't help much at least to me.

Re: [fpc-pascal] Synaser on ARM

2011-02-15 Thread greim
Hi Nataraj Are you using Angstrom tool chain on Gumstix Overo? Is it uclibc based? glibc AFAIK.. I do have my share of woes on Codesourcery TC for fpc. ... sorry i am not sure if i had understand your comment right i fear.. I was using the libs found at free-electrons (see last mail ).

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread ik
On Tue, Feb 15, 2011 at 16:04, Ben ben.smith.li...@gmail.com wrote: What does a html scrapping library do? I have a spelling error, it's HTML scraping, it means to read HTML (and few other contents on the web), and extract information using for example CSS elements (that is #id .class:first)

Re[2]: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread José Mejuto
Hello FPC-Pascal, Tuesday, February 15, 2011, 6:08:29 PM, you wrote: i I have a spelling error, it's HTML scraping, it means to read HTML (and few i other contents on the web), and extract information using for example CSS i elements (that is #id .class:first) will brings the first data inside