[GNC-dev] Ubuntu. Both guile-2.0 and guile-2.2 installed, can't find guile-2.2

John Ralls jralls at ceridwen.us
Fri May 11 10:25:17 EDT 2018



> On May 11, 2018, at 6:29 AM, Christopher Lam <christopher.lck at gmail.com> wrote:
> 
> As per subject.
> 
> Having successfully worked on guile-2.0, I wished to try 2.2 and 'sudo apt install guile-2.2' and all was well. I can run guile-2.2.
> 
> However cmake rebuild script cannot find guile-2.2 and tries to configure with guile-2.0 instead.
> 
> However the test suite runs using guile-2.2 and obviously fails.
> 
> I think the CMake guile-2.0/2.2 detector can't handle having both.
> 
> Any clues?
> 
> Attached logfile from cmake... && cd build && ninja && ninja check

Assuming you’re using a current maint clone it checks for 2.2 first, so it would seem to be a matter of not finding guile-2.2.

What does `pkg-config --modversion guile-2.2` return?

Regards,
John Ralls



More information about the gnucash-devel mailing list