public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: groff : grap and deroff
  2001-11-11  8:26 groff : grap and deroff Fergus
@ 2001-11-11  8:26 ` Christopher Faylor
  2001-11-11  8:26 ` Guy Harrison
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

On Thu, Nov 15, 2001 at 01:13:49PM -0000, Fergus wrote:
>Was the excellent offer
>http://sources.redhat.com/ml/cygwin/2001-04/msg00717.html accepted?

Not that I know of.  I don't think I ever got a reply to my offer,
AFAICT.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: groff : grap and deroff
  2001-11-11  8:26 groff : grap and deroff Fergus
  2001-11-11  8:26 ` Christopher Faylor
@ 2001-11-11  8:26 ` Guy Harrison
  1 sibling, 0 replies; 3+ messages in thread
From: Guy Harrison @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

On Thu, 15 Nov 2001 13:13:49 -0000, "Fergus"
<fergus@bonhard.uklinux.net> wrote:


>I tried installing grap-1.21.tar.gz available from
>http://www.lunabase.org/~faber/Vault/software/grap/ but failed at the make
>stage. No doubt me doing something daft or failing to do something sensible.

Was this the error?

c++ -Wall -DHAVE_CONFIG_H -Wno-unused -c grap_lex.cc
c++ -Wall -DHAVE_CONFIG_H  grap.o grap_lex.o grap_draw.o grap_pic.o
grap_parse.o
 grap_tokenizer.o   -o grap
grap_lex.o(.text+0x6630):grap_lex.cc: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [grap] Error 1

If so, and nothing else amiss, then it will link if you insert...
#include <errno.h>
...into grap_lex.cc just after <stdio.h> (line 9)...

<snippet>
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5

#include <stdio.h>
#include <errno.h>	// <-insert
</snippet>

..then make again.


-- 
swamp-dog@ntlworld.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* groff : grap and deroff
@ 2001-11-11  8:26 Fergus
  2001-11-11  8:26 ` Christopher Faylor
  2001-11-11  8:26 ` Guy Harrison
  0 siblings, 2 replies; 3+ messages in thread
From: Fergus @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin; +Cc: Fergus on Linux, c.zeelenberg

I notice the lastest groff.1-17.2-1 available from Cygwin leaves out grap
and deroff. (Nothing wrong with this: but they seem often to be included in
other implementations of groff.) I have found it necessary to obtain grap
from elsewhere (in a version of
groff that includes it) and incorporate it into Cygwin by including a path
to c:/progra~1/groff/bin/, which works; but it feels a bit unsatisfactory to
have to venture outside /cygdrive/c/Cygwin/.

I tried installing grap-1.21.tar.gz available from
http://www.lunabase.org/~faber/Vault/software/grap/ but failed at the make
stage. No doubt me doing something daft or failing to do something sensible.

Was the excellent offer
http://sources.redhat.com/ml/cygwin/2001-04/msg00717.html accepted?

Fergus


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-17 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-11  8:26 groff : grap and deroff Fergus
2001-11-11  8:26 ` Christopher Faylor
2001-11-11  8:26 ` Guy Harrison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).