Lazarus

Announcements => Third party => Topic started by: JD on April 02, 2016, 11:43:22 pm

Title: Cannot compile InternetTools
Post by: JD on April 02, 2016, 11:43:22 pm
Hi there everyone,

I downloaded InternetTools from http://www.benibela.de/sources_en.html#internettools.

I tried to compile internettools.lpk & I got the following error

Code: Pascal  [Select][+][-]
  1. xquery__regex.pas(45,23) Fatal: Cannot find FLRE used by xquery__regex of package internettools.

In addition, the other package internettools_utf8.lpk depend on utf8tools (see screenshot) & I can't seem to find it.

Can anyone help me out?

JD

Title: Re: Cannot compile InternetTools
Post by: Jurassic Pork on April 02, 2016, 11:57:59 pm
hello JD,

add 
Code: Pascal  [Select][+][-]
  1.  {$DEFINE USE_SOROKINS_REGEX}
( which enables the unit regexpr coming with fpc. )
at the beginning of the file because maybe you have'nt the sources of FLRE regexpr.
You need the sources of the other regexp units to enable them. (dregexpr.pas is in the folder of internetTools import\regexpr\source).

Friendly, J.P

Title: Re: Cannot compile InternetTools
Post by: aradeonas on April 03, 2016, 10:22:29 am
http://www.theo.ch/lazarus/utf8tools.zip
TinyPortal © 2005-2018