Hi everyone,
I getting errors when running ExampleConnnection.c or any sample code for leap.
I thinking it is a linkage problem or something in that nature. But I not sure how to fix it. Can anyone help me?
I'm using windows 7 application: C++ DEV or Linux ubuntu application: netbeans.
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x35): undefined reference to `LeapCreateConnection'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x48): undefined reference to LeapOpenConnection'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0xb1): undefined reference to
LeapCloseConnection'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0xe8): undefined reference to LeapDestroyConnection'
.....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x10a): undefined reference to
LeapDestroyConnection'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x1b7): undefined reference to LeapOpenDevice'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x22a): undefined reference to
LeapGetDeviceInfo'
...\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x25b): undefined reference to LeapGetDeviceInfo'
...\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x2d3): undefined reference to
LeapCloseDevice'
....\Senior project\ExampleConnnection.o ExampleConnnection.c:(.text+0x5e9): undefined reference to LeapPollConnection'
.....\Senior project\LEAPtest2.o LEAPtest2.cpp:(.text+0x1db): undefined reference to
OpenConnection()'
.....\Senior project\LEAPtest2.o LEAPtest2.cpp:(.text+0x1f9): undefined reference to `LeapSetPolicyFlags'
......\Senior project\collect2.exe [Error] ld returned 1 exit status
25 ....\Senior project\Makefile.win recipe for target 'LPMTEST.exe' failed