artanis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Artanis] Strange behavior of ./confiure when using both 2.2 and 2.9.1 g


From: yagelix
Subject: [Artanis] Strange behavior of ./confiure when using both 2.2 and 2.9.1 guile versions
Date: Tue, 16 Oct 2018 16:53:55 +0300

Who can help with the following problem:
I've installed guile 2.2.4 and now I'm trying to check artanis with new guile 2.9.1

After downloading/configure/make/make install of guile 2.9.1 I have 'guile' command up and working displaying 2.9.1 as it's version

I've also pulled artanis from master -- it has three possible versions in GUILE_PKG(2.2 2.3 3.0) but nothing seems working:

 $ ./configure                                             
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: found guile 2.2
checking for guile... /usr/local/bin/guile
configure: error: found development files for Guile 2.2, but /usr/local/bin/guile has effective version 3.0
FAIL

even after removing 2.2 and 2.3 versions from GUILE_PKG it says the following:

 $ ./configure            
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile... /usr/local/bin/guile
checking for Guile version >= 3.0... configure: error: Guile 3.0 required, but 2.9.1 found
FAIL


what I'm doing wrong?

--
Thanks,
Nikita


reply via email to

[Prev in Thread] Current Thread [Next in Thread]