GNOME Bugzilla – Bug 697305
opencv: handdetect: compile error on OS/X
Last modified: 2013-04-05 08:52:31 UTC
Trying to build opencv fails with errors like the following: gsthanddetect.h:84: error: expected specifier-qualifier-list before 'uint' Replacing uint with guint seems to fix the problem. Proposed patch attached.
Created attachment 240687 [details] [review] proposed patch
Thanks, pushed: commit 71743d13c430bdef698d0fd35789740168440df0 Author: Todd Agulnick <todd@agulnick.com> Date: Fri Apr 5 09:41:26 2013 +0100 handdetect: fix build on OS/X gsthanddetect.h:84: error: expected specifier-qualifier-list before 'uint' https://bugzilla.gnome.org/show_bug.cgi?id=697305 Would be great if you could provide patches in git format-patch format in future, thanks!