[fpc-pascal][ANN] Sablopas 0.6 available
Marco van de Voort
marcov at stack.nl
Tue May 28 14:11:13 CEST 2002
> I have a problem with my Linux station and some changes have not been tested
> under Kylix or Free Pascal.
Building on FreeBSD
-------------------
Linking to sabotron assumes specifically GNU extensies in the libc, not
merely standards compliant libc.
Add
{$ifdef BSD}
{$LINKLIB m}
{$LINKLIB iconv}
{$endif}
Below every occurance of {$LINKLIB sablotron}
Results on FreeBSD:
---------------------
sablocurl doesn't do anything. It seems to try to FTP anonymously to
localhost !??!
su-2.05a# ./sablopas demo.xsl input.xml blaat.html /
Sablopas : Sablotron : [msgtype:error] [code:58] could not open document ':/demo.xsl'
su-2.05a# ./sablopas demo.xsl input.xml blaat.html .
Sablopas : Sablotron : [msgtype:error] [code:58] could not open document ':/demo.xsl'
su-2.05a# ./sablopas demo.xsl input.xml blaat.html
Sablopas : Sablotron : [msgtype:error] [code:58] could not open document 'ftp://localhost/doc.xml' at line 17
More information about the fpc-pascal
mailing list