Skip to content

Instantly share code, notes, and snippets.

@vividsnow
Created July 22, 2011 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vividsnow/ba1d6cce1cbf7acea07d to your computer and use it in GitHub Desktop.
Save vividsnow/ba1d6cce1cbf7acea07d to your computer and use it in GitHub Desktop.
log
cd liblo-0.26-modified;./configure;make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether gcc and cc understand -c and -o together... yes
checking for doxygen... doc
checking for pthread_create in -lpthread... yes
checking for library containing recvfrom... none required
checking for log... no
checking for log in -lm... yes
checking for ANSI C header files... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for select... yes
checking for poll... yes
checking for inet_aton... yes
checking whether byte ordering is bigendian... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/tools/Makefile
config.status: creating examples/Makefile
config.status: creating lo/Makefile
config.status: creating lo/lo_endian.h
config.status: creating liblo.pc
config.status: creating doc/Makefile
config.status: creating doc/reference.doxygen
config.status: creating build/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
make all-recursive
make[2]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
Making all in src
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src'
Making all in .
make[4]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-address.lo -MD -MP -MF .deps/liblo_la-address.Tpo -c -o liblo_la-address.lo `test -f 'address.c' || echo './'`address.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-address.lo -MD -MP -MF .deps/liblo_la-address.Tpo -c address.c -fPIC -DPIC -o .libs/liblo_la-address.o
mv -f .deps/liblo_la-address.Tpo .deps/liblo_la-address.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-send.lo -MD -MP -MF .deps/liblo_la-send.Tpo -c -o liblo_la-send.lo `test -f 'send.c' || echo './'`send.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-send.lo -MD -MP -MF .deps/liblo_la-send.Tpo -c send.c -fPIC -DPIC -o .libs/liblo_la-send.o
mv -f .deps/liblo_la-send.Tpo .deps/liblo_la-send.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-message.lo -MD -MP -MF .deps/liblo_la-message.Tpo -c -o liblo_la-message.lo `test -f 'message.c' || echo './'`message.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-message.lo -MD -MP -MF .deps/liblo_la-message.Tpo -c message.c -fPIC -DPIC -o .libs/liblo_la-message.o
mv -f .deps/liblo_la-message.Tpo .deps/liblo_la-message.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server.lo -MD -MP -MF .deps/liblo_la-server.Tpo -c -o liblo_la-server.lo `test -f 'server.c' || echo './'`server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server.lo -MD -MP -MF .deps/liblo_la-server.Tpo -c server.c -fPIC -DPIC -o .libs/liblo_la-server.o
mv -f .deps/liblo_la-server.Tpo .deps/liblo_la-server.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-method.lo -MD -MP -MF .deps/liblo_la-method.Tpo -c -o liblo_la-method.lo `test -f 'method.c' || echo './'`method.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-method.lo -MD -MP -MF .deps/liblo_la-method.Tpo -c method.c -fPIC -DPIC -o .libs/liblo_la-method.o
mv -f .deps/liblo_la-method.Tpo .deps/liblo_la-method.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server_thread.lo -MD -MP -MF .deps/liblo_la-server_thread.Tpo -c -o liblo_la-server_thread.lo `test -f 'server_thread.c' || echo './'`server_thread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-server_thread.lo -MD -MP -MF .deps/liblo_la-server_thread.Tpo -c server_thread.c -fPIC -DPIC -o .libs/liblo_la-server_thread.o
mv -f .deps/liblo_la-server_thread.Tpo .deps/liblo_la-server_thread.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-blob.lo -MD -MP -MF .deps/liblo_la-blob.Tpo -c -o liblo_la-blob.lo `test -f 'blob.c' || echo './'`blob.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-blob.lo -MD -MP -MF .deps/liblo_la-blob.Tpo -c blob.c -fPIC -DPIC -o .libs/liblo_la-blob.o
mv -f .deps/liblo_la-blob.Tpo .deps/liblo_la-blob.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-bundle.lo -MD -MP -MF .deps/liblo_la-bundle.Tpo -c -o liblo_la-bundle.lo `test -f 'bundle.c' || echo './'`bundle.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-bundle.lo -MD -MP -MF .deps/liblo_la-bundle.Tpo -c bundle.c -fPIC -DPIC -o .libs/liblo_la-bundle.o
mv -f .deps/liblo_la-bundle.Tpo .deps/liblo_la-bundle.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-timetag.lo -MD -MP -MF .deps/liblo_la-timetag.Tpo -c -o liblo_la-timetag.lo `test -f 'timetag.c' || echo './'`timetag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-timetag.lo -MD -MP -MF .deps/liblo_la-timetag.Tpo -c timetag.c -fPIC -DPIC -o .libs/liblo_la-timetag.o
mv -f .deps/liblo_la-timetag.Tpo .deps/liblo_la-timetag.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-pattern_match.lo -MD -MP -MF .deps/liblo_la-pattern_match.Tpo -c -o liblo_la-pattern_match.lo `test -f 'pattern_match.c' || echo './'`pattern_match.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT liblo_la-pattern_match.lo -MD -MP -MF .deps/liblo_la-pattern_match.Tpo -c pattern_match.c -fPIC -DPIC -o .libs/liblo_la-pattern_match.o
mv -f .deps/liblo_la-pattern_match.Tpo .deps/liblo_la-pattern_match.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -export-dynamic -version-info 7:0:0 -o liblo.la -rpath /usr/local/lib liblo_la-address.lo liblo_la-send.lo liblo_la-message.lo liblo_la-server.lo liblo_la-method.lo liblo_la-server_thread.lo liblo_la-blob.lo liblo_la-bundle.lo liblo_la-timetag.lo liblo_la-pattern_match.lo -lpthread -lm -lpthread
libtool: link: rm -fr .libs/liblo.la .libs/liblo.lai .libs/liblo.so .libs/liblo.so.7 .libs/liblo.so.7.0.0
libtool: link: gcc -shared .libs/liblo_la-address.o .libs/liblo_la-send.o .libs/liblo_la-message.o .libs/liblo_la-server.o .libs/liblo_la-method.o .libs/liblo_la-server_thread.o .libs/liblo_la-blob.o .libs/liblo_la-bundle.o .libs/liblo_la-timetag.o .libs/liblo_la-pattern_match.o -lm -lpthread -Wl,-soname -Wl,liblo.so.7 -o .libs/liblo.so.7.0.0
libtool: link: (cd ".libs" && rm -f "liblo.so.7" && ln -s "liblo.so.7.0.0" "liblo.so.7")
libtool: link: (cd ".libs" && rm -f "liblo.so" && ln -s "liblo.so.7.0.0" "liblo.so")
libtool: link: ( cd ".libs" && rm -f "liblo.la" && ln -s "../liblo.la" "liblo.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT testlo-testlo.o -MD -MP -MF .deps/testlo-testlo.Tpo -c -o testlo-testlo.o `test -f 'testlo.c' || echo './'`testlo.c
testlo.c: In function ‘main’:
testlo.c:500:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result
mv -f .deps/testlo-testlo.Tpo .deps/testlo-testlo.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o testlo testlo-testlo.o liblo.la -lm -lpthread
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/testlo testlo-testlo.o ./.libs/liblo.so -lm -lpthread
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT subtest-subtest.o -MD -MP -MF .deps/subtest-subtest.Tpo -c -o subtest-subtest.o `test -f 'subtest.c' || echo './'`subtest.c
mv -f .deps/subtest-subtest.Tpo .deps/subtest-subtest.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o subtest subtest-subtest.o liblo.la -lm -lpthread
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/subtest subtest-subtest.o ./.libs/liblo.so -lm -lpthread
make[4]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src'
Making all in tools
make[4]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src/tools'
Making all in .
make[5]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src/tools'
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT oscsend-oscsend.o -MD -MP -MF .deps/oscsend-oscsend.Tpo -c -o oscsend-oscsend.o `test -f 'oscsend.c' || echo './'`oscsend.c
mv -f .deps/oscsend-oscsend.Tpo .deps/oscsend-oscsend.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o oscsend oscsend-oscsend.o ../liblo.la -lm -lpthread
libtool: link: gcc -g -O2 -o .libs/oscsend oscsend-oscsend.o ../.libs/liblo.so -lm -lpthread
gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT oscdump-oscdump.o -MD -MP -MF .deps/oscdump-oscdump.Tpo -c -o oscdump-oscdump.o `test -f 'oscdump.c' || echo './'`oscdump.c
mv -f .deps/oscdump-oscdump.Tpo .deps/oscdump-oscdump.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o oscdump oscdump-oscdump.o ../liblo.la -lm -lpthread
libtool: link: gcc -g -O2 -o .libs/oscdump oscdump-oscdump.o ../.libs/liblo.so -lm -lpthread
make[5]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src/tools'
make[4]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src/tools'
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/src'
Making all in examples
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT example_server.o -MD -MP -MF .deps/example_server.Tpo -c -o example_server.o example_server.c
example_server.c: In function ‘main’:
example_server.c:57:2: warning: implicit declaration of function ‘usleep’
mv -f .deps/example_server.Tpo .deps/example_server.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o example_server example_server.o ../src/liblo.la -lm -lpthread
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/example_server example_server.o ../src/.libs/liblo.so -lm -lpthread
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT example_client.o -MD -MP -MF .deps/example_client.Tpo -c -o example_client.o example_client.c
mv -f .deps/example_client.Tpo .deps/example_client.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o example_client example_client.o ../src/liblo.la -lm -lpthread
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/example_client example_client.o ../src/.libs/liblo.so -lm -lpthread
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -g -O2 -MT nonblocking_server_example.o -MD -MP -MF .deps/nonblocking_server_example.Tpo -c -o nonblocking_server_example.o nonblocking_server_example.c
mv -f .deps/nonblocking_server_example.Tpo .deps/nonblocking_server_example.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I.. -g -O2 -o nonblocking_server_example nonblocking_server_example.o ../src/liblo.la -lm -lpthread
libtool: link: gcc -Wall -I.. -g -O2 -o .libs/nonblocking_server_example nonblocking_server_example.o ../src/.libs/liblo.so -lm -lpthread
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/examples'
Making all in lo
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/lo'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/lo'
Making all in build
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/build'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/build'
Making all in doc
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/doc'
*** Running doxygen ***
doxygen reference.doxygen
warning: Tag `USE_WINDOWS_ENCODING' at line 55 of file reference.doxygen has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `DETAILS_AT_TOP' at line 124 of file reference.doxygen has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1041 of file reference.doxygen has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1049 of file reference.doxygen has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
touch doxygen-build.stamp
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified/doc'
make[3]: Entering directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
make[3]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
make[2]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
make[1]: Leaving directory `/home/egor/dev/tmp/OSCeleton/liblo-0.26-modified'
g++ src/OSCeleton.cpp src/viewer.cpp -O3 -Wno-write-strings -Iliblo-0.26-modified -I/usr/X11/include -I/usr/include/ni -lOpenNI -lstdc++ -L/usr/X11/lib -lGL -lGLU -lglut liblo-0.26-modified/src/.libs/*.o -o osceleton
In file included from src/OSCeleton.cpp:24:0:
/usr/include/ni/XnCppWrapper.h: In function ‘void terminate(int)’:
/usr/include/ni/XnCppWrapper.h:5646:27: warning: call to ‘xnShutdown’ declared with attribute warning: This function is deprecated: Use xnContextRelease() instead
/usr/include/ni/XnCppWrapper.h: In function ‘int main(int, char**)’:
/usr/include/ni/XnCppWrapper.h:5553:61: warning: call to ‘xnContextOpenFileRecording’ declared with attribute warning: This function is deprecated: Please use xnContextOpenFileRecordingEx() instead
In function ‘XnStatus xn::SkeletonCapability::_ZN2xn18SkeletonCapability28RegisterCalibrationCallbacksEPFvRS0_jPvEPFvS1_jjS2_ES2_RS2_.clone.21(XnInternalNodeData**, void (*)(xn::SkeletonCapability&, XnUserID, void*), void (*)(xn::SkeletonCapability&, XnUserID, XnBool, void*), void*, void*&)’,
inlined from ‘int main(int, char**)’ at src/OSCeleton.cpp:693:143:
/usr/include/ni/XnCppWrapper.h:4298:165: warning: call to ‘xnRegisterCalibrationCallbacks’ declared with attribute warning: This function is deprecated: Please use RegisterToCalibrationStart/Complete
In function ‘XnStatus xn::PoseDetectionCapability::_ZN2xn23PoseDetectionCapability23RegisterToPoseCallbacksEPFvRS0_PKcjPvES6_S4_RS4_.clone.23(XnInternalNodeData**, void (*)(xn::PoseDetectionCapability&, const XnChar*, XnUserID, void*), void (*)(xn::PoseDetectionCapability&, const XnChar*, XnUserID, void*), void*, void*&)’,
inlined from ‘int main(int, char**)’ at src/OSCeleton.cpp:694:117:
/usr/include/ni/XnCppWrapper.h:4597:161: warning: call to ‘xnRegisterToPoseCallbacks’ declared with attribute warning: This function is deprecated: Please use PoseDetected and/or OutOfPose callbacks
/tmp/ccAlJgNr.o: In function `calibration_ended(xn::SkeletonCapability&, unsigned int, unsigned int, void*)':
OSCeleton.cpp:(.text+0x6a9): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x6c9): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x6d1): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x6ef): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x700): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x708): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x774): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x794): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x79c): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x7c6): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x7d7): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x7df): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `new_user(xn::UserGenerator&, unsigned int, void*)':
OSCeleton.cpp:(.text+0x8c8): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x8e8): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x8f0): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x916): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x927): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x92f): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `pose_detected(xn::PoseDetectionCapability&, char const*, unsigned int, void*)':
OSCeleton.cpp:(.text+0x9ff): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xa1f): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0xa27): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0xa45): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xa56): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0xa5e): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0xa98): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xab8): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0xac0): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0xae6): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xaf7): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0xaff): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `jointPos(unsigned int, XnSkeletonJoint)':
OSCeleton.cpp:(.text+0xb70): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xb90): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0xb98): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0xbc4): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0xbd5): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0xbdd): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `sendOSC()':
OSCeleton.cpp:(.text+0x12a5): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x12c8): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x12d3): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x12f3): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x1304): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x130c): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `main':
OSCeleton.cpp:(.text+0x17fc): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x1819): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x1829): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x1856): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x187e): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x188e): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x1e67): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x1e83): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x1e93): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x1eca): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x1ef2): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x1efe): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x1fbb): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x1fcc): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x1fdc): undefined reference to `xnContextAddRef'
OSCeleton.cpp:(.text+0x2000): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x2016): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2052): undefined reference to `xnForceShutdown'
OSCeleton.cpp:(.text+0x231a): undefined reference to `xnFindExistingRefNodeByType'
OSCeleton.cpp:(.text+0x23e7): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x2413): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x2423): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2494): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x24aa): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x24b6): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2500): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x252c): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x253c): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x25ad): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x25c3): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x25cf): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2619): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x2645): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x2655): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2689): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x269f): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x26ab): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x26f5): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x2721): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text+0x2731): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text+0x2765): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text+0x277b): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text+0x2787): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::Context::~Context()':
OSCeleton.cpp:(.text._ZN2xn7ContextD2Ev[_ZN2xn7ContextD5Ev]+0x29): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn7ContextD2Ev[_ZN2xn7ContextD5Ev]+0x33): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn7ContextD2Ev[_ZN2xn7ContextD5Ev]+0x4c): undefined reference to `xnForceShutdown'
/tmp/ccAlJgNr.o: In function `xn::GestureGenerator::~GestureGenerator()':
OSCeleton.cpp:(.text._ZN2xn16GestureGeneratorD2Ev[_ZN2xn16GestureGeneratorD5Ev]+0x19): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn16GestureGeneratorD2Ev[_ZN2xn16GestureGeneratorD5Ev]+0x2a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn16GestureGeneratorD2Ev[_ZN2xn16GestureGeneratorD5Ev]+0x32): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::HandsGenerator::~HandsGenerator()':
OSCeleton.cpp:(.text._ZN2xn14HandsGeneratorD2Ev[_ZN2xn14HandsGeneratorD5Ev]+0x19): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGeneratorD2Ev[_ZN2xn14HandsGeneratorD5Ev]+0x2a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGeneratorD2Ev[_ZN2xn14HandsGeneratorD5Ev]+0x32): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::UserGenerator::~UserGenerator()':
OSCeleton.cpp:(.text._ZN2xn13UserGeneratorD2Ev[_ZN2xn13UserGeneratorD5Ev]+0x19): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn13UserGeneratorD2Ev[_ZN2xn13UserGeneratorD5Ev]+0x2a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn13UserGeneratorD2Ev[_ZN2xn13UserGeneratorD5Ev]+0x32): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::DepthGenerator::~DepthGenerator()':
OSCeleton.cpp:(.text._ZN2xn14DepthGeneratorD2Ev[_ZN2xn14DepthGeneratorD5Ev]+0x19): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14DepthGeneratorD2Ev[_ZN2xn14DepthGeneratorD5Ev]+0x2a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn14DepthGeneratorD2Ev[_ZN2xn14DepthGeneratorD5Ev]+0x32): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::NodeWrapper::~NodeWrapper()':
OSCeleton.cpp:(.text._ZN2xn11NodeWrapperD2Ev[_ZN2xn11NodeWrapperD5Ev]+0x19): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapperD2Ev[_ZN2xn11NodeWrapperD5Ev]+0x2a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapperD2Ev[_ZN2xn11NodeWrapperD5Ev]+0x32): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)':
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0x98): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0xa9): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator23GestureProgressCallbackEP18XnInternalNodeDataPKcPK10XnVector3DfPv[xn::GestureGenerator::GestureProgressCallback(XnInternalNodeData*, char const*, XnVector3D const*, float, void*)]+0xb1): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)':
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0x97): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0xa8): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn16GestureGenerator25GestureRecognizedCallbackEP18XnInternalNodeDataPKcPK10XnVector3DS7_Pv[xn::GestureGenerator::GestureRecognizedCallback(XnInternalNodeData*, char const*, XnVector3D const*, XnVector3D const*, void*)]+0xb0): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)':
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0x91): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0xa2): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator13HandDestroyCBEP18XnInternalNodeDatajfPv[xn::HandsGenerator::HandDestroyCB(XnInternalNodeData*, unsigned int, float, void*)]+0xaa): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)':
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x98): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0xa9): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandUpdateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandUpdateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0xb1): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)':
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0x97): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0xa8): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn14HandsGenerator12HandCreateCBEP18XnInternalNodeDatajPK10XnVector3DfPv[xn::HandsGenerator::HandCreateCB(XnInternalNodeData*, unsigned int, XnVector3D const*, float, void*)]+0xb0): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0x91): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0xa2): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability28CalibrationEndBundleCallbackEP18XnInternalNodeDatajjPv[xn::SkeletonCapability::CalibrationEndBundleCallback(XnInternalNodeData*, unsigned int, unsigned int, void*)]+0xaa): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0x89): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0x9a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn18SkeletonCapability30CalibrationStartBundleCallbackEP18XnInternalNodeDatajPv[xn::SkeletonCapability::CalibrationStartBundleCallback(XnInternalNodeData*, unsigned int, void*)]+0xa2): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x91): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0xa2): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability35PoseDetectionStartEndBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartEndBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0xaa): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0x90): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0xa1): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn23PoseDetectionCapability32PoseDetectionStartBundleCallbackEP18XnInternalNodeDataPKcjPv[xn::PoseDetectionCapability::PoseDetectionStartBundleCallback(XnInternalNodeData*, char const*, unsigned int, void*)]+0xa9): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x8a): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x9b): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator16LostUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::LostUserCallback(XnInternalNodeData*, unsigned int, void*)]+0xa3): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)':
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x33): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x53): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x5b): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x89): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0x9a): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn13UserGenerator15NewUserCallbackEP18XnInternalNodeDatajPv[xn::UserGenerator::NewUserCallback(XnInternalNodeData*, unsigned int, void*)]+0xa2): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::NodeWrapper::SetHandle(XnInternalNodeData*)':
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x23): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x34): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x3c): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x5a): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x77): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper9SetHandleEP18XnInternalNodeData[xn::NodeWrapper::SetHandle(XnInternalNodeData*)]+0x7f): undefined reference to `xnContextRelease'
/tmp/ccAlJgNr.o: In function `xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)':
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x23): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x34): undefined reference to `xnContextUnregisterFromShutdown'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x3c): undefined reference to `xnContextRelease'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x5a): undefined reference to `xnGetRefContextFromNodeHandle'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x77): undefined reference to `xnContextRegisterForShutdown'
OSCeleton.cpp:(.text._ZN2xn11NodeWrapper13TakeOwnershipEP18XnInternalNodeData[xn::NodeWrapper::TakeOwnership(XnInternalNodeData*)]+0x7f): undefined reference to `xnContextRelease'
collect2: ld returned 1 exit status
make: *** [osceleton] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment