Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Ray Donnelly
If you are a "complete win32 guy", I would suggest Visual Studio Express Edition instead; unless you are trying change your ways :-) FWIW, I wasn't really suggesting that you install MSYS2, just giving a reference for how we build it with MSYS2/MinGW-w64. Anyway, if you want to continue down this

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Victor Bombi
besides pacman -Ss FreeImage only returns the library for linking but not the source - Original Message - From: "Victor Bombi" To: Sent: Tuesday, July 08, 2014 6:51 PM Subject: Re: [Mingw-w64-public] freeimage > Sorry, I am complete win32 guy: > > I have installed msys2 > then from C:

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Victor Bombi
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

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Ray Donnelly
.. 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 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 ${srcd

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Ray Donnelly
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 l

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Victor Bombi
thanks for the link I get errors: $ patch Makefile.fip FreeImage-3.16.0_mingw-makefiles.patch patching file Makefile.fip patching file Makefile.fip Hunk #1 FAILED at 11. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.fip.rej patching file Makefile.fip Hunk #1 FAILED at 1. 1 out of 1 hu

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread JonY
On 7/8/2014 22:29, Victor Bombi wrote: > >> Please post the preprocessed file, thanks > > how is it done? > > BTW what I did is a compilation from source with > C:\LUA\freeimage\FreeImage>mingw32-make -f Makefile.mingw > Your command that failed: g++ -O3 -fexceptions -Wno-ctor-dtor-privacy -DN

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Ray Donnelly
For hints and patches for building many packages with MinGW-w64, you can look at MSYS2's PKGBUILD scripts. For FreeImage that'd be: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-FreeImage .. I guess their mingw makefiles mean the other mingw project, hence Alexey's patches for t

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Victor Bombi
>Please post the preprocessed file, thanks how is it done? BTW what I did is a compilation from source with C:\LUA\freeimage\FreeImage>mingw32-make -f Makefile.mingw thanks victor - Original Message - From: "JonY" To: Sent: Tuesday, July 08, 2014 4:19 PM Subject: Re: [Mingw-w64-pub

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread JonY
On 7/8/2014 20:43, Victor Bombi wrote: > any thoughts? > > thanks > victor > Please post the preprocessed file, thanks. signature.asc Description: OpenPGP digital signature -- Open source business process management

Re: [Mingw-w64-public] freeimage

2014-07-08 Thread Victor Bombi
any thoughts? thanks victor - Original Message - From: "Victor Bombi" To: Sent: Wednesday, July 02, 2014 7:36 PM Subject: [Mingw-w64-public] freeimage > Hello, > > trying to build freeimage: > > C:\LUA\freeimage\FreeImage>mingw32-make -f Makefile.mingw > g++ -O3 -fexceptions -Wno-cto