benibela / internettools

XPath/XQuery 3.1 interpreter for Pascal with compatibility modes for XPath 2.0/XQuery 1.0/3.0, custom and JSONiq extensions, pattern matching, XML/HTML/JSON parsers and classes for HTTP/S requests
http://www.benibela.de/sources_en.html#internettools
122 stars 35 forks source link

Compiling on FreeBSD #23

Closed sprock closed 4 years ago

sprock commented 4 years ago

Hello, Compiling as part of xidel. I'm getting this on FreeBSD 11.3:

-- Building... Free Pascal Compiler version 3.2.0 [2020/06/14] for x86_64 Copyright (c) 1993-2020 by Florian Klaempfl and others Target OS: FreeBSD for x86-64 Compiling xidel.pas Compiling ./internettools/internet/multipagetemplate.pas Compiling ./internettools/data/extendedhtmlparser.pas Compiling ./internettools/data/simplehtmltreeparser.pas Compiling ./internettools/data/simplehtmlparser.pas Compiling ./internettools/data/htmlinformation.pas Compiling ./internettools/data/simplehtmltreeparser.pas Compiling ./internettools/data/xquery.pas Compiling ./internettools/data/xqueryfunctions.pas Compiling ./internettools/data/xquery.pas Compiling ./internettools/data/xqueryparse.pas Compiling ./internettools/data/bbutilsbeta.pas bbutilsbeta.pas(140,5) Error: Record type expected bbutilsbeta.pas(151,1) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted

I know nothing about pascal else I'd investigate further. Cheers, Roger

benibela commented 4 years ago

You can try it with cebb431

sprock commented 4 years ago

Hello,

Benito van der Zander notifications@github.com writes:

You can try it with cebb431

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Thank you. That got past the error and downloading FLRE and rcmdline got past a couple of others but now I'm stuck again:

xidelbase.pas(3736,20) Warning: Symbol "SetCommandLine" is deprecated Compiling ./internettools/internet/synapseinternetaccess.pas synapseinternetaccess.pas(42,3) Fatal: Can't find unit httpsend used by synapseinternetaccess

I poked about but could not find httpsend on-line.

Thanks, Roger

sprock commented 4 years ago

Benito van der Zander notifications@github.com writes:

You can try it with cebb431

OK, fortget my last message I found httpsend in synapse and xidel is now compiled.

Thanks for your help.