Re: [Mingw-w64-public] Unable to link OpenCL for i686

2015-09-04 Thread Nakai Yuta
hi, zeranoe Do you want to do that on windows (eg. msys/msys2) ? If so, here is my way to generate libOpenCL.a (OpenCL.dll import library). On Win64 System 1. generate .def files (a) for 64bit mkdir lib64 && gendef - /c/Windows/system32/OpenCL.dll> lib64/OpenCL.def (b) for 32bit mkdir lib32 && g

[Mingw-w64-public] Unable to link OpenCL for i686

2015-09-04 Thread Kyle Schwarz
I'm unable to link OpenCL for i686, but x86_64 works. I'm creating the library files (.a) from a def file using dlltool. The def file and headers come from the ICD archive found here: https://www.khronos.org/registry/cl/ I'm attempting to run the following bash compile script: for arch in "i686"

Re: [Mingw-w64-public] [PATCH] esent.h: Added some missing constants and fixed version checks.

2015-09-04 Thread Kai Tietz
Hi Jacek patch is ok. Thanks Kai Am 04.09.2015 15:03 schrieb "Jacek Caban" : > --- > mingw-w64-headers/include/esent.h | 324 > +++--- > 1 file changed, 298 insertions(+), 26 deletions(-) > > > > > -

[Mingw-w64-public] [PATCH] esent.h: Added some missing constants and fixed version checks.

2015-09-04 Thread Jacek Caban
--- mingw-w64-headers/include/esent.h | 324 +++--- 1 file changed, 298 insertions(+), 26 deletions(-) diff --git a/mingw-w64-headers/include/esent.h b/mingw-w64-headers/include/esent.h index 8d99709..b327228 100644 --- a/mingw-w64-headers/include/esent.h +++ b/mi