Discussion:
[Gerbv-devel] build gEDA.gaf git sources on Win64 using MSYS2
Valerio Messina
2017-05-29 15:43:01 UTC
Permalink
hi,
I'm trying to build gEDA.gaf git sources on Win64 using MSYS2.


Here the steps:

$ pacman -S texinfo guile libguile-devel groff cvs
...
$ pacman -Sl | grep guile
msys guile 2.0.11-3 [installato]
msys libguile 2.0.11-3 [installato]
msys libguile-devel 2.0.11-3 [installato]

$ git clone git://git.geda-project.org/geda-gaf.git
...
$ cd geda-gaf
$ ./autogen.sh
...
$ ./configure
configure: loading site script /mingw64/etc/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
...
checking how to link with libintl... /mingw64/lib/libintl.dll.a
-L/mingw64/lib
checking for gettext... /mingw64/bin/gettext
checking for pkg-config... /mingw64/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for guile-2.0 >= 2.0.0... no
configure: error: you need at least version 2.0.0 of guile


Apparently the error complaint about guile 2.0.11 is not > 2.0.0
that is wrong

Same happen using Win32 as target

Valerio

Loading...