* guile-doc-snarf in /usr/bin or /usr/local/bin?
@ 2002-09-05 12:39 P Pareit
2002-09-05 20:32 ` Thien-Thi Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: P Pareit @ 2002-09-05 12:39 UTC (permalink / raw)
system: RH7.3
I'v downloaded guile-1.4.1 as I need it to compile scwm.
$ ./configure --prefix=/usr
$ make
# make install
So far I have no problems and guile --version gives me 1.4.1.
Now I compile scwm but it exits with an error telling me it did not found the
command guile-doc-snarf.
The command guile-doc-snarf is on my pc, but in the directory from where I
build guile, not in /usr/bin. There is a guile-snarf command in the /usr/bin
directory. My question, should guile-doc-snarf be moved to the /usr/bin or
should I do something else?
pieter;
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile-doc-snarf in /usr/bin or /usr/local/bin?
2002-09-05 12:39 guile-doc-snarf in /usr/bin or /usr/local/bin? P Pareit
@ 2002-09-05 20:32 ` Thien-Thi Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2002-09-05 20:32 UTC (permalink / raw)
Cc: guile-user
From: P Pareit <pieter.pareit@planetinternet.be>
Date: Thu, 5 Sep 2002 14:39:07 +0200
The command guile-doc-snarf is on my pc, but in the directory from
where I build guile, not in /usr/bin. There is a guile-snarf command
in the /usr/bin directory. My question, should guile-doc-snarf be
moved to the /usr/bin or should I do something else?
guile-doc-snarf is an unsupported program that suffers from reliance on
awk script components, which means it is not easily installable (moving
it around means you have to move the awk scripts, too, and update the
paths to them). also, it doesn't handle scheme code. it's use by scwm
is a mistake -- perhaps you can help the scwm folks fix that.
i suggest you use "guile-tools c2doc" for C code and "guile-tools
doc-snarf -D" for scheme code. these are available in guile-1.4.1.84
(snapshot precursor to 1.4.2) under directory:
http://www.glug.org/tmp/2002-09/
and are themselves documented in the manual (i.e., likely to remain
supported in the future), as well as used in the guile build process
itself. guile-doc-snarf will no longer be distributed w/ 1.4.x.
please let me know (preferably before 1.4.2 release) if you encounter
any problems w/ these programs or with their documentation.
thi
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-05 20:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 12:39 guile-doc-snarf in /usr/bin or /usr/local/bin? P Pareit
2002-09-05 20:32 ` Thien-Thi Nguyen
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).