RE: sgmlspl?

From: "Larry Rosenman" <ler(at)lerctr(dot)org>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: RE: sgmlspl?
Date: 2000-11-28 20:14:05
Message-ID: NCBBKBDOOHHEJCJHLLPACEFCIFAA.ler@lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Ok, I found that file, now when I try to make man.tar, I get the following:
$ make
"../../../src/Makefile.global", line 39: Missing dependency operator
"../../../src/Makefile.global", line 42: Need an operator
"../../../src/Makefile.global", line 45: Need an operator
"../../../src/Makefile.global", line 63: Need an operator
"../../../src/Makefile.global", line 64: Need an operator
"../../../src/Makefile.global", line 66: Need an operator
"../../../src/Makefile.global", line 67: Need an operator
"../../../src/Makefile.global", line 70: Need an operator
"../../../src/Makefile.global", line 71: Need an operator
"../../../src/Makefile.global", line 73: Need an operator
"../../../src/Makefile.global", line 74: Need an operator
"../../../src/Makefile.global", line 77: Need an operator
"../../../src/Makefile.global", line 78: Need an operator
"../../../src/Makefile.global", line 80: Need an operator
"../../../src/Makefile.global", line 81: Need an operator
"../../../src/Makefile.global", line 86: Need an operator
"../../../src/Makefile.global", line 87: Need an operator
"../../../src/Makefile.global", line 89: Need an operator
"../../../src/Makefile.global", line 90: Need an operator
"../../../src/Makefile.global", line 95: Need an operator
"../../../src/Makefile.global", line 96: Need an operator
"../../../src/Makefile.global", line 98: Need an operator
"../../../src/Makefile.global", line 99: Need an operator
"../../../src/Makefile.global", line 140: Missing dependency operator
"../../../src/Makefile.global", line 145: Missing dependency operator
"../../../src/Makefile.global", line 147: Need an operator
"../../../src/Makefile.global", line 152: Missing dependency operator
"../../../src/Makefile.global", line 154: Need an operator
"../../../src/Makefile.port", line 3: Need an operator
"../../../src/Makefile.port", line 6: Need an operator
"../../../src/Makefile.port", line 12: Need an operator
"../../../src/Makefile.port", line 14: Need an operator
"../../../src/Makefile.port", line 22: Need an operator
"../../../src/Makefile.global", line 227: Missing dependency operator
"../../../src/Makefile.global", line 229: Need an operator
"../../../src/Makefile.global", line 258: Need an operator
"../../../src/Makefile.global", line 260: Missing dependency operator
"../../../src/Makefile.global", line 262: Need an operator
"../../../src/Makefile.global", line 264: Missing dependency operator
"../../../src/Makefile.global", line 266: Need an operator
"../../../src/Makefile.global", line 268: Missing dependency operator
"../../../src/Makefile.global", line 270: Need an operator
"../../../src/Makefile.global", line 272: Need an operator
"../../../src/Makefile.global", line 275: Need an operator
"../../../src/Makefile.global", line 277: Need an operator
"../../../src/Makefile.global", line 280: Need an operator
"../../../src/Makefile.global", line 347: Missing dependency operator
"../../../src/Makefile.global", line 349: Need an operator
"../../../src/Makefile.global", line 351: Need an operator
"../../../src/Makefile.global", line 353: Need an operator
"../../../src/Makefile.global", line 355: Need an operator
"../../../src/Makefile.global", line 362: Need an operator
"../../../src/Makefile.global", line 365: Need an operator
"../../../src/Makefile.global", line 366: Need an operator
"../../../src/Makefile.global", line 368: Need an operator
"../../../src/Makefile.global", line 369: Need an operator
"../../../src/Makefile.global", line 371: Missing dependency operator
"../../../src/Makefile.global", line 378: Need an operator
"../../../src/Makefile.global", line 380: Missing dependency operator
"../../../src/Makefile.global", line 386: Need an operator
"../../../src/Makefile.global", line 391: Need an operator
"../../../src/Makefile.global", line 400: Need an operator
"Makefile", line 20: Need an operator
"Makefile", line 22: Need an operator
"Makefile", line 24: Need an operator
"Makefile", line 26: Need an operator
"Makefile", line 27: Need an operator
"Makefile", line 29: Need an operator
"Makefile", line 34: Need an operator
"Makefile", line 36: Need an operator
"Makefile", line 39: Need an operator
"Makefile", line 41: Need an operator
"Makefile", line 43: Need an operator
"Makefile", line 45: Need an operator
"Makefile", line 50: Need an operator
"Makefile", line 53: Need an operator
"Makefile", line 56: Need an operator
make: fatal errors encountered -- cannot continue
$

Any ideas?

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: Tuesday, November 28, 2000 1:40 PM
To: Larry Rosenman
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] sgmlspl?

Larry Rosenman writes:

> I was trying to build a full 7.1devel documentation set and
> noticed that my FreeBSD box didn't have sgmlspl, and I can't find it
> in the FreeBSD ports collection. What tool is this?

It's a Perl program that reads flow-object trees (FOT) as output by the
nsgmls program (from the Jade package) and does something interesting with
them, according to a spec file. One such spec file is
docbook2man-spec.pl.

The whole package is named SGMLSpm and comes with a whole class library of
stuff to this effect. Available on CPAN.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-11-28 20:32:55 RE: sgmlspl?
Previous Message Joe Kislo 2000-11-28 20:09:58 Unanswered Questions about PgSQL, (some might be bugs too!)