Recent

Author Topic: Cannot compile InternetTools  (Read 5527 times)

JD

  • Hero Member
  • *****
  • Posts: 1848
Cannot compile InternetTools
« 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

Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

Jurassic Pork

  • Hero Member
  • *****
  • Posts: 1228
Re: Cannot compile InternetTools
« Reply #1 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

Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko

aradeonas

  • Hero Member
  • *****
  • Posts: 824
Re: Cannot compile InternetTools
« Reply #2 on: April 03, 2016, 10:22:29 am »

 

TinyPortal © 2005-2018