Il giorno gio 15 dic 2016 08:51:56 CET, Ian Puleston ha scritto:

>> -----Original Message-----
>> From: Andrea Zagli [mailto:aza...@libero.it]
>> Sent: Wednesday, December 14, 2016 11:19 PM
>>
>> Il giorno gio 15 dic 2016 00:18:26 CET, Ian Puleston ha scritto:
>> > Hi,
>> >
>> > I'm trying to get a build of GTK-3.22 working in MSYS2, and so far
>> > not getting very far. I'm using the gtk-build.mak script from
>> > https://gist.github.com/z-rui/61a6722d3c858197d0d8 with the version
>> > numbers updated to the latest, and after successfully building zlib
>> > and win-iconv, it then fails in gettext (0.9.18) with two problems:
>>
>>
>> why don't you use the prebuilt msys2 package or don't you build with
>> makepkg?
>
> I initially tried to jump straight into this by building cairo after  
> installing those of the relevant devel packages that I could find  
> through pacman (gettext-devel, libiconv-devel and libxml2-devel) but  
> the configure for cairo failed saying libxml2 not found, and then I  
> found this build script and started on this path. Thinking back now  
> though, it is possible that I was not giving the correct options to  
> configure so it may have been looking for things in msys rather than  
> in mingw.
>
> I have not used makepkg before. When I've built GTK for Windows  
> before it was GTK 2 under msys 1.0 and was pretty much a manual  
> process, so if there is an easy way to do it now I'd love to hear of  
> it. Any hints?
>



read docs at https://sourceforge.net/p/msys2/wiki/Home/ and  
https://github.com/Alexpux/MINGW-packages


install msys2
run msys2
pacman -S base-devel VCS mingw-w64-x86_64-toolchain  
mingw-w64-i386-toolchain (and others)
git clone https://github.com/Alexpux/MINGW-packages.git
cd <MINGW-packages>/mingw-w64-gtk3
BUILDDIR=/tmp makepkg-mingw -sLf

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

Reply via email to