nickgillian / grt

gesture recognition toolkit
859 stars 285 forks source link

Build problem in Windows Environment #104

Open pradeept12 opened 7 years ago

pradeept12 commented 7 years ago

Hi Nick,

When I tried to build GRT library in Windows environment using Cygwin gcc & g++ compilers, getting errors and exiting. Built successfully in UNIX environment with the same code. Could you please let me know is there any other way to build this in Windows environment.

Thanks.

image

nickgillian commented 7 years ago

This looks like a UINT issue for your particularly flavor of Windows (it's predefined in some windows headers, but not all).

This should hopefully be easy to fix.

To fix it, do the following:

This should at least fix the bugs shown below.

I hope this helps!

Nick

Sent from my iPhone

On Oct 24, 2016, at 11:34 AM, pradeept12 notifications@github.com wrote:

Hi Nick,

When I tried to build GRT library in Windows environment using Cygwin gcc & g++ compilers, getting errors and exiting. Could you please let me know is there any other way to build this in Windows environment.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

pradeept12 commented 7 years ago

Hi Nick,

Unable to create .vcxproj from the build instructions of windows. Could you please give a brief steps to build and use it in windows using VisualStudio.

Thanks.