Re: [Msys2-users] creating package guile for mingw

2017-06-08 Thread Valerio Messina via Msys2-users
David Grayson wrote: You should clone Alexey's MINGW-packages repository and then go into this directory of it before running the command that David Macek provided: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-guile $ git clone https://github.com/Alexpux/MINGW-packages $ cd

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread David Grayson
You should clone Alexey's MINGW-packages repository and then go into this directory of it before running the command that David Macek provided: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-guile --David On Tue, Jun 6, 2017 at 8:58 AM, Valerio Messina via Msys2-users wrote: >

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread Valerio Messina via Msys2-users
David Macek wrote: Call `MINGW_INSTALLS=mingw32 makepkg-mingw` on the mingw-w64-guile > PKGBUILD. That should get you the mingw-w64-i686-guile package. I runt: user@HOST MSYS /d/AMBIENTE/Documents/c/guile/2.0.14 $ MINGW_INSTALLS=mingw32 makepkg-mingw ... checking whether to build static libr

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread Valerio Messina via Msys2-users
Алексей Павлов wrote: You need do it yourself. I'm not a developer, so please confirm the steps: - download and untar it - install a couple of deps: libunistring, mingw-w64-i686-gc - in MINGW32 shell: $ ./configure $ make I'm here, error is: ... CC libguile_2.0_la-regex-posix.lo

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread David Macek
On 6. 6. 2017 13:22, Алексей Павлов wrote: > You need do it yourself. Call `MINGW_INSTALLS=mingw32 makepkg-mingw` on the mingw-w64-guile PKGBUILD. That should get you the mingw-w64-i686-guile package. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature --

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread Алексей Павлов
You need do it yourself. 2017-06-06 14:18 GMT+03:00 Valerio Messina via Msys2-users < msys2-users@lists.sourceforge.net>: > Alexey Pavlov wrote: > >> Mingw guile package is broken as there are no fix for 64 bit version >> > > any chance to build the mingw32 version only? > > thank you, > > Valeri

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread Valerio Messina via Msys2-users
Alexey Pavlov wrote: Mingw guile package is broken as there are no fix for 64 bit version any chance to build the mingw32 version only? thank you, Valerio -- Check out the vibrant tech community on one of the world's

Re: [Msys2-users] creating package guile for mingw

2017-06-06 Thread Alexey Pavlov
Mingw guile package is broken as there are no fix for 64 bit version 2017-06-06 14:10 GMT+03:00 Valerio Messina via Msys2-users < msys2-users@lists.sourceforge.net>: > hi, > I'm trying to build with MSYS2 the GNU EDA Gschem and friend: > https://en.wikipedia.org/wiki/GEDA > The 'gerbv' component

[Msys2-users] creating package guile for mingw

2017-06-06 Thread Valerio Messina via Msys2-users
hi, I'm trying to build with MSYS2 the GNU EDA Gschem and friend: https://en.wikipedia.org/wiki/GEDA The 'gerbv' component work very well so I posted the build instructions with MSYS2 in the GEDA devel list. Running configure for GAF (Gschem and friend) it complaint guile 2.x is missing. I had