unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#39855: PKG_GUILE does not find guile
@ 2020-03-01 12:55 Julien Lepiller
  2020-03-01 13:17 ` Ricardo Wurmus
  2020-03-03 20:26 ` Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Lepiller @ 2020-03-01 12:55 UTC (permalink / raw)
  To: 39855

Hi,

I have a project I used to build with guile 2.2. I use the PKG_GUILE m4 macro in my configure.ac. However, guile 3 comes with a guile.m4 whose PKG_GUILE only checks for 2.2, 2.0 and 1.8, so configure fails.

Is this deprecated? Should I use something else to check for guile?

Thanks!





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

* bug#39855: PKG_GUILE does not find guile
  2020-03-01 12:55 bug#39855: PKG_GUILE does not find guile Julien Lepiller
@ 2020-03-01 13:17 ` Ricardo Wurmus
  2020-03-03 20:26 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2020-03-01 13:17 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 39855


Julien Lepiller <julien@lepiller.eu> writes:

> I have a project I used to build with guile 2.2. I use the PKG_GUILE
> m4 macro in my configure.ac. However, guile 3 comes with a guile.m4
> whose PKG_GUILE only checks for 2.2, 2.0 and 1.8, so configure fails.

I use “GUILE_PKG([3.0 2.2])” in my code.

--
Ricardo





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

* bug#39855: PKG_GUILE does not find guile
  2020-03-01 12:55 bug#39855: PKG_GUILE does not find guile Julien Lepiller
  2020-03-01 13:17 ` Ricardo Wurmus
@ 2020-03-03 20:26 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2020-03-03 20:26 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 39855-done

Julien Lepiller <julien@lepiller.eu> writes:

> I have a project I used to build with guile 2.2. I use the PKG_GUILE m4
> macro in my configure.ac. However, guile 3 comes with a guile.m4 whose
> PKG_GUILE only checks for 2.2, 2.0 and 1.8, so configure fails.
>
> Is this deprecated? Should I use something else to check for guile?

OMG I thought I had fixed this; just now pushed a patch.  In the
meantime you can use GUILE_PKG([3.0 2.2]) to look for 3.0 or 2.2 (in
that order).

Thanks for the report!

Andy





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

end of thread, other threads:[~2020-03-03 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01 12:55 bug#39855: PKG_GUILE does not find guile Julien Lepiller
2020-03-01 13:17 ` Ricardo Wurmus
2020-03-03 20:26 ` Andy Wingo

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