joaquimrocha / Skeltrack

A Free Software skeleton tracking library
GNU Lesser General Public License v3.0
294 stars 63 forks source link

libgio-2.0.so.0: could not read symbols: Invalid operation #16

Open trappedinspacetime opened 10 years ago

trappedinspacetime commented 10 years ago

Hi, First of all thank you for devoloping such a library. It might be helpful to the disabled. I am on Ubuntu 13.04 platform, I downloaded the latest .zip file and trying to compile it but I get following error:

/usr/bin/ld: test-skeleton.o: undefined reference to symbol 'g_file_new_for_path' /usr/bin/ld: note: 'g_file_new_for_path' is defined in DSO /usr/lib/i386-linux-gnu/libgio-2.0.so.0 so try adding it to the linker command line /usr/lib/i386-linux-gnu/libgio-2.0.so.0: could not read symbols: Invalid operation

How can I fix it?