On 1/3/20 6:29 AM, Matt Wette wrote:
In nyacc-1.00.1 I use:
GUILE_PKG([3.2 3.0 2.9 2.2 2.0])
GUILE_PROGS
The above works w/ 2.9.7 (aka 3.0).
and I'm using the guile.m4 from 2.9.7
I am running into other issues, however, when there is a
guile in my path that appears before anything else, but a guile-2 that
appears from another directory. I am working to add --with-guile to
fix that. I'm having problems checking against 2.0.14, for example.
On 1/2/20 9:34 PM, Nala Ginrut wrote:
When I was trying to compile Artanis, the configure threw an error:
----------------------------
checking for Guile version >= 3.0... configure: error: Guile 3.0
required,
but 2.9.8 found
----------------------------
Here's what I put in configure.ac:
GUILE_PKG(2.2 2.3 2.9 3.0)
My question is "what's the correct config here"?
Best regards.