unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* include-from-path in 2.0.14 broken?
@ 2019-03-02 16:23 Matt Wette
  2019-03-02 16:47 ` Matt Wette
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2019-03-02 16:23 UTC (permalink / raw)
  To: guile-user

Is there a known issue for include-from-path for 2.0.14?

I'm testing install scripts and what seems to work with "guild" on 2.2.3 
does not with 2.0.14:

context:  foo.scm includes the expression (include-from-path 
"abc/def/bar.scm")

On 2.2.3:
   guild compile -L . -o abc/def/foo.go abc/def/foo.scm
works

On 2.0.14:
   guild compile -L . -o abc/def/foo.go abc/def/foo.scm
   error: no such file: abc/def/./abc/def/bar.scm

Matt




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

* Re: include-from-path in 2.0.14 broken?
  2019-03-02 16:23 include-from-path in 2.0.14 broken? Matt Wette
@ 2019-03-02 16:47 ` Matt Wette
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Wette @ 2019-03-02 16:47 UTC (permalink / raw)
  To: guile-user

On 3/2/19 8:23 AM, Matt Wette wrote:
> Is there a known issue for include-from-path for 2.0.14?
>
> I'm testing install scripts and what seems to work with "guild" on 
> 2.2.3 does not with 2.0.14:
>
> context:  foo.scm includes the expression (include-from-path 
> "abc/def/bar.scm")
>
> On 2.2.3:
>   guild compile -L . -o abc/def/foo.go abc/def/foo.scm
> works
>
> On 2.0.14:
>   guild compile -L . -o abc/def/foo.go abc/def/foo.scm
>   error: no such file: abc/def/./abc/def/bar.scm
>

But 2.0.14 works if I use -L `pwd`

I will go with that.





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

end of thread, other threads:[~2019-03-02 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-02 16:23 include-from-path in 2.0.14 broken? Matt Wette
2019-03-02 16:47 ` Matt Wette

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).