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:
http://wiki.lazarus.freepascal.org/Android_Interface#Configuring_the_Free_Pascal_Compiler_for_Android

-- 
Felipe Monteiro de Carvalho
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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

 After fighting several hours i was able to cross-compile for ARM (OMAP 3
 Gumstix Overo)
 Most helpful (but not totally right for the OMAP i think) was:
 http://www.eilers.net/index.php?option=com_contentview=articleid=78Itemid=55
 but some hints why and not only how would be fantastic

 I was trying to compile a program for the serial port using the fantastic
 synaser.pas
 from Lukas Gebauer
 http://www.ararat.cz/synapse/doku.php/download

 unfortunately the linker always reported an error.

 After several hours more i found a hint at

 http://www.turbocontrol.com/simpleserial.htm
 from Paul Brenemann

 removing the
 USE synafpc.pas
 from synaser.pas (is not used at all in the Linux version)

 In termios.inc Baud symbols over 460800 are not defined for
 target cpuarm
 ,
 so this must also adopted in the synaser.pas.

 Now it is linking and running, great!

 Regards

 Markus Greim
 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[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
http://www.linesip.com
http://www.linesip.co.il
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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.
 
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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 ).

Regards

Markus

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


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) will brings the first data inside of
id of the element with the class content.

Another way is to extract information using XPath (for xml).

At the end it's a data mining for specific type of information.






 --

Ben.

 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Ido
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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 of
i id of the element with the class content.
i Another way is to extract information using XPath (for xml).
i At the end it's a data mining for specific type of information.

Almost all scrapers I had used in the past were built using regular
expressions, so the regexp engine should be more than enought.

-- 
Best regards,
 José

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal