Hi Valerio,

I'm running Windows 8.1.  Both images run here.  I'll do some more 
testing.

I'll also uninstall MSYS2 and try your script from scratch.  Do you have 
any further instructions for completing the build (so that everything is 
in one place)?

-L

On 2017-03-03 05:49, Valerio Messina wrote:
> is there anybody out there?
>
>
> For a working MSYS2 env, the commands are:
> 1) run the installer "msys2-x86_64-20161025.exe"
> 2) opens MSYS2 shell and run:
>     $ pacman -Syuu   # update essentials packages
>     When asked, close the shell
> 3) restart MSYS2 shell and run:
>     $ pacman -Syuu   # update all of others packages
>     End with 254 MB of installed files
>
> 4) # minimun set of common 32/64 bit dev files (63 pkg, 1.2 GB):
>     $ pacman -S git gcc make gdb automake autoconf pkg-config
>     # other needed 32/64 bit packages:
>     $ pacman -S zlib tar libtool
>
> 5) # to build 64 bit applications (16 pkg, 690 MB):
>     $ pacman -S mingw-w64-x86_64-toolchain
> 6) # to build 32 bit applications (41 pkg, 650 MB):
>     $ pacman -S mingw-w64-i686-toolchain
>
> 7) # dependancies for Gerbv build at 64 bit:
>     $ pacman -S mingw-w64-x86_64-cairo   # 11 pkg, 40 MB
>     $ pacman -S mingw-w64-x86_64-gtk2    # 16 pkg, 124 MB
>     # for test suite only:
>     $ pacman -S mingw64/mingw-w64-x86_64-imagemagick # 12 pkg, 75 MB
> 8) # dependancies for Gerbv build at 32 bit:
>     $ pacman -S mingw-w64-i686-cairo     # 11 pkg, 40 MB
>     $ pacman -S mingw-w64-i686-gtk2      # 16 pkg, 124 MB
>     # for test suite only:
>     $ pacman -S mingw32/mingw-w64-i686-imagemagick  # 12 pkg, 81 MB
>
> 9) optional dev packages:
>     $ pacman -S glib2-devel
>     $ pacman -S gettext-devel libexpat-devel pcre-devel
>     $ pacman -S zlib-devel libiconv-devel intltool-0.51.0-2
>
>
>
> I put the generated 32 and 64 bit compressed archive here:
>
> https://www.dropbox.com/sh/e0wyh2r8ql9ge6x/AAC_z3HCcMulSyy1jUEbL3QFa?dl=0
>
> if someone want to test them on other Windows installations.
> It is compressed with 7zip 16.
>
> Should be enough expand in a directory, and create the shortcut to:
> bin/gerbv.exe
> binary file.
>
> Please give me some feedback,
>
> thank you,
> Valerio
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Gerbv-devel mailing list
> Gerbv-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gerbv-devel
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gerbv-devel mailing list
Gerbv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to