9front - general discussion about 9front
 help / color / mirror / Atom feed
* /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h
@ 2016-04-30  1:43 sl
  2016-04-30  8:19 ` [9front] " Benjamin Purcell
  0 siblings, 1 reply; 5+ messages in thread
From: sl @ 2016-04-30  1:43 UTC (permalink / raw)
  To: 9front

Since libregexp was replaced, the file /sys/src/libregexp/regcomp.h no longer exists.

sl


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

* Re: [9front] /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h
  2016-04-30  1:43 /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h sl
@ 2016-04-30  8:19 ` Benjamin Purcell
  2016-04-30 18:51   ` sl
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Purcell @ 2016-04-30  8:19 UTC (permalink / raw)
  To: 9front

regcomp.h was moved to /sys/src/cmd/upas/bayes/ and the include
directives should have been modified to ask for "regcomp.h" instead of
"/sys/src/libregexp/regcomp.h". What is the output of g 'regcomp\.h'
/sys/src/cmd/upas/bayes/* on your system?

On Fri, Apr 29, 2016 at 8:43 PM,  <sl@stanleylieber.com> wrote:
> Since libregexp was replaced, the file /sys/src/libregexp/regcomp.h no longer exists.
>
> sl


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

* Re: [9front] /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h
  2016-04-30  8:19 ` [9front] " Benjamin Purcell
@ 2016-04-30 18:51   ` sl
  2016-04-30 22:25     ` Benjamin Purcell
  0 siblings, 1 reply; 5+ messages in thread
From: sl @ 2016-04-30 18:51 UTC (permalink / raw)
  To: 9front

> What is the output of g 'regcomp\.h'
> /sys/src/cmd/upas/bayes/* on your system?

	; g 'regcomp\.h'
	dfa.c:6: #include "regcomp.h"
	dump.c:5: #include "/sys/src/libregexp/regcomp.h"
	regcomp.c:7: #include "regcomp.h"

sl


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

* Re: [9front] /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h
  2016-04-30 18:51   ` sl
@ 2016-04-30 22:25     ` Benjamin Purcell
  2016-04-30 22:39       ` sl
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Purcell @ 2016-04-30 22:25 UTC (permalink / raw)
  To: 9front

On Sat, Apr 30, 2016 at 1:51 PM,  <sl@stanleylieber.com> wrote:
>         dump.c:5: #include "/sys/src/libregexp/regcomp.h"

It's the wrong dependency. This should be changed to "regcomp.h".
I apologize for the oversight. Can you commit that change please?


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

* Re: [9front] /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h
  2016-04-30 22:25     ` Benjamin Purcell
@ 2016-04-30 22:39       ` sl
  0 siblings, 0 replies; 5+ messages in thread
From: sl @ 2016-04-30 22:39 UTC (permalink / raw)
  To: 9front

>>         dump.c:5: #include "/sys/src/libregexp/regcomp.h"
> 
> It's the wrong dependency. This should be changed to "regcomp.h".
> I apologize for the oversight. Can you commit that change please?

Done.

sl


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

end of thread, other threads:[~2016-04-30 22:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-30  1:43 /sys/src/cmd/upas/bayes/ wants /sys/src/libregexp/regcomp.h sl
2016-04-30  8:19 ` [9front] " Benjamin Purcell
2016-04-30 18:51   ` sl
2016-04-30 22:25     ` Benjamin Purcell
2016-04-30 22:39       ` sl

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 NNTP newsgroup(s).