Sorry, I am complete win32 guy:

I have installed msys2
then from C:\msys32\MINGW-packages\mingw-w64-FreeImage
makepkg-mingw says
=> WARNING: You don't have installed mingw-w64 toolchain for architecture 
x86_64.
=> WARNING: To install it run: 'pacman -S mingw-w64-x86_64-toolchain'
=> WARNING: You don't have installed mingw-w64 toolchain for architecture 
i686.
=> WARNING: To install it run: 'pacman -S mingw-w64-i686-toolchain'

althought I have set

set PATH=%PATH%;C:\mingw32-4.8.3-posix-dwarf\bin;
which is the way I founded to work with msys in order to be able to change 
the compiler type and version easily

thanks
victor


----- Original Message ----- 
From: "Ray Donnelly" <mingw.andr...@gmail.com>
To: <mingw-w64-public@lists.sourceforge.net>
Sent: Tuesday, July 08, 2014 6:05 PM
Subject: Re: [Mingw-w64-public] freeimage


> .. actually, they're not prebuilt libraries, just libraries we provide
> our own builds of.
>
> On Tue, Jul 8, 2014 at 5:01 PM, Ray Donnelly <mingw.andr...@gmail.com> 
> wrote:
>> That's not how you use patch. Please check the PKGBUILD file:
>>
>>   patch -p1 -i ${srcdir}/FreeImage-3.16.0_mingw-makefiles.patch
>>   patch -p1 -i ${srcdir}/FreeImage-3.16.0_unbundle.patch
>>   patch -p1 -i ${srcdir}/FreeImage-3.16.0_disable-some-plugins.patch
>>
>> also notice that we delete all the prebuilt libraries and instead use
>> MSYS2-built ones. This is because the prebuilt ones are no use having
>> been compiled with the other mingw.
>
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community 
> Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public 


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to