02-17-2012 03:25 PM
Hello people, I'm new to the Playbook platform. I have read the source code of the most basic of the available sample apps on the internet. I'm facing some problems now that i'm trying to use the gestures library.
I get an error saying undefined reference to gestures_set_alloc and swipe_gesture_alloc from the IDE even though i have included the relevant header files (gestures/set.h, gestures/swipe.h). Following this i went ahead and downloaded the GestureSample from github (https://github.com/blackberry/NDK-Samples/blob/mas
Can someone help me figure out what i'm doing wrong?
Solved! Go to Solution.
02-21-2012 09:04 AM
It sounds like you don't have the gesture library specified in your list of libraries.
If you download the entire GestureSample from github it has a Makefile project setup that builds completely. If you want to fix your current project, look at https://github.com/blackberry/NDK-Samples/blob/mas
02-21-2012 09:14 AM
02-21-2012 09:15 AM