Re: [waffle] [PATCH 06/18] wgl: implement display management

2014-07-30 Thread Chad Versace
On 07/23/2014 08:27 AM, Jose Fonseca wrote: > On 23/07/14 16:25, Jose Fonseca wrote: >> On 23/07/14 04:31, Emil Velikov wrote: >>> +PIXELFORMATDESCRIPTOR pfd = { >>> +sizeof(PIXELFORMATDESCRIPTOR), >>> +1, >>> +PFD_SUPPORT_OPENGL | >>> +PFD_DRAW_TO_WINDOW | >>>

Re: [waffle] [PATCH 02/18] pkg/archlinux: add mingw-w64-waffle package

2014-07-30 Thread Chad Versace
Emil, I can't get this PKGBUILD to build. What am I doing wrong? I'm probably doing a lot wrong, because I've never used mingw before. I installed all the dependencies listed in the PKGBUILD. Below is a bash log that shows the build failures. Jose, do you use Archlinux? Did you have any luck with

Re: [waffle] [PATCH 01/18] cmake: include the CPACK module

2014-07-30 Thread Chad Versace
On 07/22/2014 08:31 PM, Emil Velikov wrote: > Will be used to ease distribution of binary tarballs. > > Signed-off-by: Emil Velikov > --- > CMakeLists.txt | 22 ++ > 1 file changed, 22 insertions(+) Very cool. I never knew about CPack. I like this much more than the traditio

Re: [waffle] [PATCH 03/18] README_WIN: add some notes about configuring and building WGL

2014-07-30 Thread Chad Versace
On 07/23/2014 08:40 AM, Emil Velikov wrote: > On 23/07/14 16:13, Jose Fonseca wrote: >> On 23/07/14 04:31, Emil Velikov wrote: >>> TODO: >>> - Fill in the missing sections. >>> - Move to a better place. >>> - Double-check for typos and thinkos. >>> >>> Signed-off-by: Emil Velikov >>> --- >>>