Skip to content

Instantly share code, notes, and snippets.

@amiller
Created April 22, 2011 18:07
Show Gist options
  • Save amiller/937264 to your computer and use it in GitHub Desktop.
Save amiller/937264 to your computer and use it in GitHub Desktop.
amiller@amiller-asus:~/kinect/Sensor/Platform/Linux-x86/Build$ make
make -C XnCore CFG=Release
make -C XnDeviceSensorV2 CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/XnBuffer.d Release/XnBuffer.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnBuffer.o ../../../../Source/XnCore/XnBuffer.cpp
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/Bayer.d Release/Bayer.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/Bayer.o ../../../../Source/XnDeviceSensorV2/Bayer.cpp
g++ -MD -MP -MT "./Release/XnCore.d Release/XnCore.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnCore.o ../../../../Source/XnCore/XnCore.cpp
g++ -MD -MP -MT "./Release/XnCoreStatus.d Release/XnCoreStatus.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnCoreStatus.o ../../../../Source/XnCore/XnCoreStatus.cpp
g++ -MD -MP -MT "./Release/Registration.d Release/Registration.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/Registration.o ../../../../Source/XnDeviceSensorV2/Registration.cpp
g++ -MD -MP -MT "./Release/XnIOFileStream.d Release/XnIOFileStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnIOFileStream.o ../../../../Source/XnCore/XnIOFileStream.cpp
g++ -MD -MP -MT "./Release/XnIONetworkStream.d Release/XnIONetworkStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnIONetworkStream.o ../../../../Source/XnCore/XnIONetworkStream.cpp
g++ -MD -MP -MT "./Release/XnVersion.d Release/XnVersion.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_CORE_EXPORTS -o Release/XnVersion.o ../../../../Source/XnCore/XnVersion.cpp
mkdir -p ../../Bin/Release
g++ -o ../../Bin/Release/libXnCore.so ./Release/XnBuffer.o ./Release/XnCore.o ./Release/XnCoreStatus.o ./Release/XnIOFileStream.o ./Release/XnIONetworkStream.o ./Release/XnVersion.o -L../../Bin/Release -lOpenNI -shared
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make -C XnFormats CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/XnCodecs.d Release/XnCodecs.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/XnCodecs.o ../../../../Source/XnFormats/XnCodecs.cpp
g++ -MD -MP -MT "./Release/Uncomp.d Release/Uncomp.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/Uncomp.o ../../../../Source/XnDeviceSensorV2/Uncomp.cpp
g++ -MD -MP -MT "./Release/XnFormats.d Release/XnFormats.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/XnFormats.o ../../../../Source/XnFormats/XnFormats.cpp
g++ -MD -MP -MT "./Release/XnAudioProcessor.d Release/XnAudioProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnAudioProcessor.o ../../../../Source/XnDeviceSensorV2/XnAudioProcessor.cpp
g++ -MD -MP -MT "./Release/XnFormatsMirror.d Release/XnFormatsMirror.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/XnFormatsMirror.o ../../../../Source/XnFormats/XnFormatsMirror.cpp
g++ -MD -MP -MT "./Release/XnFormatsStatus.d Release/XnFormatsStatus.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/XnFormatsStatus.o ../../../../Source/XnFormats/XnFormatsStatus.cpp
g++ -MD -MP -MT "./Release/XnStreamCompression.d Release/XnStreamCompression.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/XnStreamCompression.o ../../../../Source/XnFormats/XnStreamCompression.cpp
g++ -MD -MP -MT "./Release/XnBayerImageProcessor.d Release/XnBayerImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnBayerImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnBayerImageProcessor.cpp
g++ -MD -MP -MT "./Release/jcapimin.d Release/jcapimin.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcapimin.o ../../../../Source/External/LibJPEG/jcapimin.c
g++ -MD -MP -MT "./Release/XnCmosInfo.d Release/XnCmosInfo.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnCmosInfo.o ../../../../Source/XnDeviceSensorV2/XnCmosInfo.cpp
g++ -MD -MP -MT "./Release/jcapistd.d Release/jcapistd.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcapistd.o ../../../../Source/External/LibJPEG/jcapistd.c
g++ -MD -MP -MT "./Release/jccoefct.d Release/jccoefct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jccoefct.o ../../../../Source/External/LibJPEG/jccoefct.c
g++ -MD -MP -MT "./Release/XnDataProcessor.d Release/XnDataProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDataProcessor.o ../../../../Source/XnDeviceSensorV2/XnDataProcessor.cpp
g++ -MD -MP -MT "./Release/jccolor.d Release/jccolor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jccolor.o ../../../../Source/External/LibJPEG/jccolor.c
g++ -MD -MP -MT "./Release/jcdctmgr.d Release/jcdctmgr.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcdctmgr.o ../../../../Source/External/LibJPEG/jcdctmgr.c
g++ -MD -MP -MT "./Release/XnDataProcessorHolder.d Release/XnDataProcessorHolder.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDataProcessorHolder.o ../../../../Source/XnDeviceSensorV2/XnDataProcessorHolder.cpp
g++ -MD -MP -MT "./Release/jchuff.d Release/jchuff.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jchuff.o ../../../../Source/External/LibJPEG/jchuff.c
g++ -MD -MP -MT "./Release/XnDepthProcessor.d Release/XnDepthProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDepthProcessor.o ../../../../Source/XnDeviceSensorV2/XnDepthProcessor.cpp
g++ -MD -MP -MT "./Release/XnDeviceSensor.d Release/XnDeviceSensor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceSensor.o ../../../../Source/XnDeviceSensorV2/XnDeviceSensor.cpp
g++ -MD -MP -MT "./Release/jcinit.d Release/jcinit.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcinit.o ../../../../Source/External/LibJPEG/jcinit.c
g++ -MD -MP -MT "./Release/jcmainct.d Release/jcmainct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcmainct.o ../../../../Source/External/LibJPEG/jcmainct.c
g++ -MD -MP -MT "./Release/jcmarker.d Release/jcmarker.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcmarker.o ../../../../Source/External/LibJPEG/jcmarker.c
g++ -MD -MP -MT "./Release/jcmaster.d Release/jcmaster.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcmaster.o ../../../../Source/External/LibJPEG/jcmaster.c
g++ -MD -MP -MT "./Release/XnDeviceSensorInit.d Release/XnDeviceSensorInit.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceSensorInit.o ../../../../Source/XnDeviceSensorV2/XnDeviceSensorInit.cpp
g++ -MD -MP -MT "./Release/jcomapi.d Release/jcomapi.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcomapi.o ../../../../Source/External/LibJPEG/jcomapi.c
g++ -MD -MP -MT "./Release/jcparam.d Release/jcparam.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcparam.o ../../../../Source/External/LibJPEG/jcparam.c
g++ -MD -MP -MT "./Release/XnDeviceSensorIO.d Release/XnDeviceSensorIO.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceSensorIO.o ../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp: In member function ‘XnStatus XnSensorIO::OpenDevice(const XnChar*)’:
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:92: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:92: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:97: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:97: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:103: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:103: warning: ‘XnStatus xnUSBOpenDevice(XnUInt16, XnUInt16, void*, void*, XnUSBDeviceHandle**)’ is deprecated (declared at /usr/include/ni/XnUSB.h:83)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp: In static member function ‘static XnStatus XnSensorIO::GetNumOfSensors(XnUInt32*)’:
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:381: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:381: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:387: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:387: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:394: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
../../../../Source/XnDeviceSensorV2/XnDeviceSensorIO.cpp:394: warning: ‘XnStatus xnUSBIsDevicePresent(XnUInt16, XnUInt16, void*, XnBool*)’ is deprecated (declared at /usr/include/ni/XnUSB.h:78)
g++ -MD -MP -MT "./Release/jcphuff.d Release/jcphuff.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcphuff.o ../../../../Source/External/LibJPEG/jcphuff.c
g++ -MD -MP -MT "./Release/XnDeviceSensorProtocol.d Release/XnDeviceSensorProtocol.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceSensorProtocol.o ../../../../Source/XnDeviceSensorV2/XnDeviceSensorProtocol.cpp
g++ -MD -MP -MT "./Release/XnExportedSensorDevice.d Release/XnExportedSensorDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnExportedSensorDevice.o ../../../../Source/XnDeviceSensorV2/XnExportedSensorDevice.cpp
g++ -MD -MP -MT "./Release/jcprepct.d Release/jcprepct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcprepct.o ../../../../Source/External/LibJPEG/jcprepct.c
g++ -MD -MP -MT "./Release/jcsample.d Release/jcsample.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jcsample.o ../../../../Source/External/LibJPEG/jcsample.c
g++ -MD -MP -MT "./Release/XnExportedSensorGenerator.d Release/XnExportedSensorGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnExportedSensorGenerator.o ../../../../Source/XnDeviceSensorV2/XnExportedSensorGenerator.cpp
g++ -MD -MP -MT "./Release/jctrans.d Release/jctrans.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jctrans.o ../../../../Source/External/LibJPEG/jctrans.c
g++ -MD -MP -MT "./Release/jdapimin.d Release/jdapimin.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdapimin.o ../../../../Source/External/LibJPEG/jdapimin.c
g++ -MD -MP -MT "./Release/jdapistd.d Release/jdapistd.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdapistd.o ../../../../Source/External/LibJPEG/jdapistd.c
g++ -MD -MP -MT "./Release/XnFirmwareCommands.d Release/XnFirmwareCommands.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFirmwareCommands.o ../../../../Source/XnDeviceSensorV2/XnFirmwareCommands.cpp
g++ -MD -MP -MT "./Release/jdatadst.d Release/jdatadst.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdatadst.o ../../../../Source/External/LibJPEG/jdatadst.c
g++ -MD -MP -MT "./Release/XnFirmwareInfo.d Release/XnFirmwareInfo.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFirmwareInfo.o ../../../../Source/XnDeviceSensorV2/XnFirmwareInfo.cpp
g++ -MD -MP -MT "./Release/jdatasrc.d Release/jdatasrc.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdatasrc.o ../../../../Source/External/LibJPEG/jdatasrc.c
g++ -MD -MP -MT "./Release/XnFirmwareStreams.d Release/XnFirmwareStreams.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFirmwareStreams.o ../../../../Source/XnDeviceSensorV2/XnFirmwareStreams.cpp
g++ -MD -MP -MT "./Release/jdcoefct.d Release/jdcoefct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdcoefct.o ../../../../Source/External/LibJPEG/jdcoefct.c
g++ -MD -MP -MT "./Release/jdcolor.d Release/jdcolor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdcolor.o ../../../../Source/External/LibJPEG/jdcolor.c
g++ -MD -MP -MT "./Release/jddctmgr.d Release/jddctmgr.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jddctmgr.o ../../../../Source/External/LibJPEG/jddctmgr.c
g++ -MD -MP -MT "./Release/jdhuff.d Release/jdhuff.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdhuff.o ../../../../Source/External/LibJPEG/jdhuff.c
g++ -MD -MP -MT "./Release/jdinput.d Release/jdinput.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdinput.o ../../../../Source/External/LibJPEG/jdinput.c
g++ -MD -MP -MT "./Release/XnFrameStreamProcessor.d Release/XnFrameStreamProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFrameStreamProcessor.o ../../../../Source/XnDeviceSensorV2/XnFrameStreamProcessor.cpp
g++ -MD -MP -MT "./Release/jdmainct.d Release/jdmainct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdmainct.o ../../../../Source/External/LibJPEG/jdmainct.c
g++ -MD -MP -MT "./Release/jdmarker.d Release/jdmarker.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdmarker.o ../../../../Source/External/LibJPEG/jdmarker.c
g++ -MD -MP -MT "./Release/XnHostProtocol.d Release/XnHostProtocol.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnHostProtocol.o ../../../../Source/XnDeviceSensorV2/XnHostProtocol.cpp
g++ -MD -MP -MT "./Release/jdmaster.d Release/jdmaster.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdmaster.o ../../../../Source/External/LibJPEG/jdmaster.c
g++ -MD -MP -MT "./Release/XnImageProcessor.d Release/XnImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnImageProcessor.cpp
g++ -MD -MP -MT "./Release/jdmerge.d Release/jdmerge.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdmerge.o ../../../../Source/External/LibJPEG/jdmerge.c
g++ -MD -MP -MT "./Release/jdphuff.d Release/jdphuff.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdphuff.o ../../../../Source/External/LibJPEG/jdphuff.c
g++ -MD -MP -MT "./Release/XnIRProcessor.d Release/XnIRProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnIRProcessor.o ../../../../Source/XnDeviceSensorV2/XnIRProcessor.cpp
g++ -MD -MP -MT "./Release/jdpostct.d Release/jdpostct.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdpostct.o ../../../../Source/External/LibJPEG/jdpostct.c
g++ -MD -MP -MT "./Release/jdsample.d Release/jdsample.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdsample.o ../../../../Source/External/LibJPEG/jdsample.c
g++ -MD -MP -MT "./Release/XnJpegImageProcessor.d Release/XnJpegImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnJpegImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnJpegImageProcessor.cpp
g++ -MD -MP -MT "./Release/jdtrans.d Release/jdtrans.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jdtrans.o ../../../../Source/External/LibJPEG/jdtrans.c
g++ -MD -MP -MT "./Release/jerror.d Release/jerror.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jerror.o ../../../../Source/External/LibJPEG/jerror.c
g++ -MD -MP -MT "./Release/XnMultiPropChangedHandler.d Release/XnMultiPropChangedHandler.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnMultiPropChangedHandler.o ../../../../Source/XnDeviceSensorV2/XnMultiPropChangedHandler.cpp
g++ -MD -MP -MT "./Release/jfdctflt.d Release/jfdctflt.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jfdctflt.o ../../../../Source/External/LibJPEG/jfdctflt.c
g++ -MD -MP -MT "./Release/jfdctfst.d Release/jfdctfst.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jfdctfst.o ../../../../Source/External/LibJPEG/jfdctfst.c
g++ -MD -MP -MT "./Release/jfdctint.d Release/jfdctint.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jfdctint.o ../../../../Source/External/LibJPEG/jfdctint.c
g++ -MD -MP -MT "./Release/jidctflt.d Release/jidctflt.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jidctflt.o ../../../../Source/External/LibJPEG/jidctflt.c
g++ -MD -MP -MT "./Release/jidctfst.d Release/jidctfst.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jidctfst.o ../../../../Source/External/LibJPEG/jidctfst.c
g++ -MD -MP -MT "./Release/jidctint.d Release/jidctint.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jidctint.o ../../../../Source/External/LibJPEG/jidctint.c
g++ -MD -MP -MT "./Release/jidctred.d Release/jidctred.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jidctred.o ../../../../Source/External/LibJPEG/jidctred.c
g++ -MD -MP -MT "./Release/XnPacked11DepthProcessor.d Release/XnPacked11DepthProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnPacked11DepthProcessor.o ../../../../Source/XnDeviceSensorV2/XnPacked11DepthProcessor.cpp
g++ -MD -MP -MT "./Release/jmemmgr.d Release/jmemmgr.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jmemmgr.o ../../../../Source/External/LibJPEG/jmemmgr.c
g++ -MD -MP -MT "./Release/XnPSCompressedDepthProcessor.d Release/XnPSCompressedDepthProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnPSCompressedDepthProcessor.o ../../../../Source/XnDeviceSensorV2/XnPSCompressedDepthProcessor.cpp
g++ -MD -MP -MT "./Release/jmemnobs.d Release/jmemnobs.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jmemnobs.o ../../../../Source/External/LibJPEG/jmemnobs.c
g++ -MD -MP -MT "./Release/jquant1.d Release/jquant1.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jquant1.o ../../../../Source/External/LibJPEG/jquant1.c
g++ -MD -MP -MT "./Release/XnPSCompressedImageProcessor.d Release/XnPSCompressedImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnPSCompressedImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnPSCompressedImageProcessor.cpp
g++ -MD -MP -MT "./Release/jquant2.d Release/jquant2.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jquant2.o ../../../../Source/External/LibJPEG/jquant2.c
g++ -MD -MP -MT "./Release/XnSensorAudioGenerator.d Release/XnSensorAudioGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorAudioGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorAudioGenerator.cpp
g++ -MD -MP -MT "./Release/jutils.d Release/jutils.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I../../../../Source/External/LibJPEG -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_FORMATS_EXPORTS -o Release/jutils.o ../../../../Source/External/LibJPEG/jutils.c
g++ -o ../../Bin/Release/libXnFormats.so ./Release/XnCodecs.o ./Release/XnFormats.o ./Release/XnFormatsMirror.o ./Release/XnFormatsStatus.o ./Release/XnStreamCompression.o ./Release/jcapimin.o ./Release/jcapistd.o ./Release/jccoefct.o ./Release/jccolor.o ./Release/jcdctmgr.o ./Release/jchuff.o ./Release/jcinit.o ./Release/jcmainct.o ./Release/jcmarker.o ./Release/jcmaster.o ./Release/jcomapi.o ./Release/jcparam.o ./Release/jcphuff.o ./Release/jcprepct.o ./Release/jcsample.o ./Release/jctrans.o ./Release/jdapimin.o ./Release/jdapistd.o ./Release/jdatadst.o ./Release/jdatasrc.o ./Release/jdcoefct.o ./Release/jdcolor.o ./Release/jddctmgr.o ./Release/jdhuff.o ./Release/jdinput.o ./Release/jdmainct.o ./Release/jdmarker.o ./Release/jdmaster.o ./Release/jdmerge.o ./Release/jdphuff.o ./Release/jdpostct.o ./Release/jdsample.o ./Release/jdtrans.o ./Release/jerror.o ./Release/jfdctflt.o ./Release/jfdctfst.o ./Release/jfdctint.o ./Release/jidctflt.o ./Release/jidctfst.o ./Release/jidctint.o ./Release/jidctred.o ./Release/jmemmgr.o ./Release/jmemnobs.o ./Release/jquant1.o ./Release/jquant2.o ./Release/jutils.o -L../../Bin/Release -shared
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make -C XnDDK CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/XnActualGeneralProperty.d Release/XnActualGeneralProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualGeneralProperty.o ../../../../Source/XnDDK/XnActualGeneralProperty.cpp
g++ -MD -MP -MT "./Release/XnActualIntProperty.d Release/XnActualIntProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualIntProperty.o ../../../../Source/XnDDK/XnActualIntProperty.cpp
g++ -MD -MP -MT "./Release/XnActualPropertiesHash.d Release/XnActualPropertiesHash.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualPropertiesHash.o ../../../../Source/XnDDK/XnActualPropertiesHash.cpp
g++ -MD -MP -MT "./Release/XnSensorAudioStream.d Release/XnSensorAudioStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorAudioStream.o ../../../../Source/XnDeviceSensorV2/XnSensorAudioStream.cpp
g++ -MD -MP -MT "./Release/XnActualPropertyFactory.d Release/XnActualPropertyFactory.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualPropertyFactory.o ../../../../Source/XnDDK/XnActualPropertyFactory.cpp
g++ -MD -MP -MT "./Release/XnSensorClient.d Release/XnSensorClient.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorClient.o ../../../../Source/XnDeviceSensorV2/XnSensorClient.cpp
g++ -MD -MP -MT "./Release/XnActualRealProperty.d Release/XnActualRealProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualRealProperty.o ../../../../Source/XnDDK/XnActualRealProperty.cpp
../../../../Source/XnDeviceSensorV2/XnSensorClient.cpp: In member function ‘virtual XnStatus XnSensorClient::ReadInitialState(XnPropertySet*)’:
../../../../Source/XnDeviceSensorV2/XnSensorClient.cpp:200: warning: comparison between ‘enum XnPackedDataType’ and ‘enum XnSensorServerCustomMessages’
g++ -MD -MP -MT "./Release/XnActualStringProperty.d Release/XnActualStringProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnActualStringProperty.o ../../../../Source/XnDDK/XnActualStringProperty.cpp
g++ -MD -MP -MT "./Release/XnAudioStream.d Release/XnAudioStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnAudioStream.o ../../../../Source/XnDDK/XnAudioStream.cpp
g++ -MD -MP -MT "./Release/XnBackwardsCompatibility36.d Release/XnBackwardsCompatibility36.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnBackwardsCompatibility36.o ../../../../Source/XnDDK/XnBackwardsCompatibility36.cpp
g++ -MD -MP -MT "./Release/XnSensorClientStream.d Release/XnSensorClientStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorClientStream.o ../../../../Source/XnDeviceSensorV2/XnSensorClientStream.cpp
g++ -MD -MP -MT "./Release/XnBufferPool.d Release/XnBufferPool.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnBufferPool.o ../../../../Source/XnDDK/XnBufferPool.cpp
g++ -MD -MP -MT "./Release/XnSensor.d Release/XnSensor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensor.o ../../../../Source/XnDeviceSensorV2/XnSensor.cpp
g++ -MD -MP -MT "./Release/XnCodecFactory.d Release/XnCodecFactory.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnCodecFactory.o ../../../../Source/XnDDK/XnCodecFactory.cpp
g++ -MD -MP -MT "./Release/XnDataPacker.d Release/XnDataPacker.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDataPacker.o ../../../../Source/XnDDK/XnDataPacker.cpp
g++ -MD -MP -MT "./Release/XnDDK.d Release/XnDDK.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDDK.o ../../../../Source/XnDDK/XnDDK.cpp
g++ -MD -MP -MT "./Release/XnSensorDepthGenerator.d Release/XnSensorDepthGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorDepthGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorDepthGenerator.cpp
g++ -MD -MP -MT "./Release/XnDDKStatus.d Release/XnDDKStatus.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDDKStatus.o ../../../../Source/XnDDK/XnDDKStatus.cpp
g++ -MD -MP -MT "./Release/XnDepthStream.d Release/XnDepthStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDepthStream.o ../../../../Source/XnDDK/XnDepthStream.cpp
g++ -MD -MP -MT "./Release/XnDeviceBase.d Release/XnDeviceBase.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceBase.o ../../../../Source/XnDDK/XnDeviceBase.cpp
g++ -MD -MP -MT "./Release/XnSensorDepthStream.d Release/XnSensorDepthStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorDepthStream.o ../../../../Source/XnDeviceSensorV2/XnSensorDepthStream.cpp
g++ -MD -MP -MT "./Release/XnDeviceBaseProxy.d Release/XnDeviceBaseProxy.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceBaseProxy.o ../../../../Source/XnDDK/XnDeviceBaseProxy.cpp
g++ -MD -MP -MT "./Release/XnDeviceManager.d Release/XnDeviceManager.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceManager.o ../../../../Source/XnDDK/XnDeviceManager.cpp
g++ -MD -MP -MT "./Release/XnSensorDevice.d Release/XnSensorDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorDevice.o ../../../../Source/XnDeviceSensorV2/XnSensorDevice.cpp
g++ -MD -MP -MT "./Release/XnDeviceModule.d Release/XnDeviceModule.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceModule.o ../../../../Source/XnDDK/XnDeviceModule.cpp
g++ -MD -MP -MT "./Release/XnSensorFirmware.d Release/XnSensorFirmware.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorFirmware.o ../../../../Source/XnDeviceSensorV2/XnSensorFirmware.cpp
g++ -MD -MP -MT "./Release/XnSensorFirmwareParams.d Release/XnSensorFirmwareParams.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorFirmwareParams.o ../../../../Source/XnDeviceSensorV2/XnSensorFirmwareParams.cpp
g++ -MD -MP -MT "./Release/XnDeviceModuleHolder.d Release/XnDeviceModuleHolder.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceModuleHolder.o ../../../../Source/XnDDK/XnDeviceModuleHolder.cpp
g++ -MD -MP -MT "./Release/XnDeviceProxy.d Release/XnDeviceProxy.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceProxy.o ../../../../Source/XnDDK/XnDeviceProxy.cpp
g++ -MD -MP -MT "./Release/XnDeviceStream.d Release/XnDeviceStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnDeviceStream.o ../../../../Source/XnDDK/XnDeviceStream.cpp
g++ -MD -MP -MT "./Release/XnFrameBufferManager.d Release/XnFrameBufferManager.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnFrameBufferManager.o ../../../../Source/XnDDK/XnFrameBufferManager.cpp
g++ -MD -MP -MT "./Release/XnSensorFixedParams.d Release/XnSensorFixedParams.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorFixedParams.o ../../../../Source/XnDeviceSensorV2/XnSensorFixedParams.cpp
g++ -MD -MP -MT "./Release/XnSensorFPS.d Release/XnSensorFPS.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorFPS.o ../../../../Source/XnDeviceSensorV2/XnSensorFPS.cpp
g++ -MD -MP -MT "./Release/XnSensorGenerator.d Release/XnSensorGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorGenerator.cpp
g++ -MD -MP -MT "./Release/XnFrameStream.d Release/XnFrameStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnFrameStream.o ../../../../Source/XnDDK/XnFrameStream.cpp
g++ -MD -MP -MT "./Release/XnSensorImageGenerator.d Release/XnSensorImageGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorImageGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorImageGenerator.cpp
g++ -MD -MP -MT "./Release/XnGeneralProperty.d Release/XnGeneralProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnGeneralProperty.o ../../../../Source/XnDDK/XnGeneralProperty.cpp
g++ -MD -MP -MT "./Release/XnImageStream.d Release/XnImageStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnImageStream.o ../../../../Source/XnDDK/XnImageStream.cpp
g++ -MD -MP -MT "./Release/XnIntProperty.d Release/XnIntProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnIntProperty.o ../../../../Source/XnDDK/XnIntProperty.cpp
g++ -MD -MP -MT "./Release/XnIntPropertySynchronizer.d Release/XnIntPropertySynchronizer.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnIntPropertySynchronizer.o ../../../../Source/XnDDK/XnIntPropertySynchronizer.cpp
g++ -MD -MP -MT "./Release/XnSensorImageStream.d Release/XnSensorImageStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorImageStream.o ../../../../Source/XnDeviceSensorV2/XnSensorImageStream.cpp
g++ -MD -MP -MT "./Release/XnIRStream.d Release/XnIRStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnIRStream.o ../../../../Source/XnDDK/XnIRStream.cpp
g++ -MD -MP -MT "./Release/XnPixelStream.d Release/XnPixelStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnPixelStream.o ../../../../Source/XnDDK/XnPixelStream.cpp
g++ -MD -MP -MT "./Release/XnSensorIRGenerator.d Release/XnSensorIRGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorIRGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorIRGenerator.cpp
g++ -MD -MP -MT "./Release/XnProperty.d Release/XnProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnProperty.o ../../../../Source/XnDDK/XnProperty.cpp
g++ -MD -MP -MT "./Release/XnSensorIRStream.d Release/XnSensorIRStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorIRStream.o ../../../../Source/XnDeviceSensorV2/XnSensorIRStream.cpp
g++ -MD -MP -MT "./Release/XnPropertySet.d Release/XnPropertySet.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnPropertySet.o ../../../../Source/XnDDK/XnPropertySet.cpp
g++ -MD -MP -MT "./Release/XnSensorMapGenerator.d Release/XnSensorMapGenerator.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorMapGenerator.o ../../../../Source/XnDeviceSensorV2/XnSensorMapGenerator.cpp
g++ -MD -MP -MT "./Release/XnSensorOpenNiteImpl.d Release/XnSensorOpenNiteImpl.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorOpenNiteImpl.o ../../../../Source/XnDeviceSensorV2/XnSensorOpenNiteImpl.cpp
g++ -MD -MP -MT "./Release/XnRealProperty.d Release/XnRealProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnRealProperty.o ../../../../Source/XnDDK/XnRealProperty.cpp
g++ -MD -MP -MT "./Release/XnShiftToDepth.d Release/XnShiftToDepth.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnShiftToDepth.o ../../../../Source/XnDDK/XnShiftToDepth.cpp
g++ -MD -MP -MT "./Release/XnShiftToDepthStreamHelper.d Release/XnShiftToDepthStreamHelper.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnShiftToDepthStreamHelper.o ../../../../Source/XnDDK/XnShiftToDepthStreamHelper.cpp
g++ -MD -MP -MT "./Release/XnSimpleBufferPool.d Release/XnSimpleBufferPool.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnSimpleBufferPool.o ../../../../Source/XnDDK/XnSimpleBufferPool.cpp
g++ -MD -MP -MT "./Release/XnStreamData.d Release/XnStreamData.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamData.o ../../../../Source/XnDDK/XnStreamData.cpp
g++ -MD -MP -MT "./Release/XnStreamDataSet.d Release/XnStreamDataSet.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamDataSet.o ../../../../Source/XnDDK/XnStreamDataSet.cpp
g++ -MD -MP -MT "./Release/XnStreamDevice.d Release/XnStreamDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamDevice.o ../../../../Source/XnDDK/XnStreamDevice.cpp
g++ -MD -MP -MT "./Release/XnStreamDeviceStreamHolder.d Release/XnStreamDeviceStreamHolder.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamDeviceStreamHolder.o ../../../../Source/XnDDK/XnStreamDeviceStreamHolder.cpp
g++ -MD -MP -MT "./Release/XnSensorProductionNode.d Release/XnSensorProductionNode.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorProductionNode.o ../../../../Source/XnDeviceSensorV2/XnSensorProductionNode.cpp
g++ -MD -MP -MT "./Release/XnStreamingStream.d Release/XnStreamingStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamingStream.o ../../../../Source/XnDDK/XnStreamingStream.cpp
g++ -MD -MP -MT "./Release/XnStreamReaderDevice.d Release/XnStreamReaderDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamReaderDevice.o ../../../../Source/XnDDK/XnStreamReaderDevice.cpp
g++ -MD -MP -MT "./Release/XnSensorServer.d Release/XnSensorServer.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorServer.o ../../../../Source/XnDeviceSensorV2/XnSensorServer.cpp
g++ -MD -MP -MT "./Release/XnStreamReaderStream.d Release/XnStreamReaderStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamReaderStream.o ../../../../Source/XnDDK/XnStreamReaderStream.cpp
g++ -MD -MP -MT "./Release/XnStreamReaderStreamHolder.d Release/XnStreamReaderStreamHolder.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamReaderStreamHolder.o ../../../../Source/XnDDK/XnStreamReaderStreamHolder.cpp
g++ -MD -MP -MT "./Release/XnStreamWriterDevice.d Release/XnStreamWriterDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamWriterDevice.o ../../../../Source/XnDDK/XnStreamWriterDevice.cpp
g++ -MD -MP -MT "./Release/XnStreamWriterStream.d Release/XnStreamWriterStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStreamWriterStream.o ../../../../Source/XnDDK/XnStreamWriterStream.cpp
g++ -MD -MP -MT "./Release/XnStringProperty.d Release/XnStringProperty.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DDK_EXPORTS -o Release/XnStringProperty.o ../../../../Source/XnDDK/XnStringProperty.cpp
g++ -o ../../Bin/Release/libXnDDK.so ./Release/XnActualGeneralProperty.o ./Release/XnActualIntProperty.o ./Release/XnActualPropertiesHash.o ./Release/XnActualPropertyFactory.o ./Release/XnActualRealProperty.o ./Release/XnActualStringProperty.o ./Release/XnAudioStream.o ./Release/XnBackwardsCompatibility36.o ./Release/XnBufferPool.o ./Release/XnCodecFactory.o ./Release/XnDataPacker.o ./Release/XnDDK.o ./Release/XnDDKStatus.o ./Release/XnDepthStream.o ./Release/XnDeviceBase.o ./Release/XnDeviceBaseProxy.o ./Release/XnDeviceManager.o ./Release/XnDeviceModule.o ./Release/XnDeviceModuleHolder.o ./Release/XnDeviceProxy.o ./Release/XnDeviceStream.o ./Release/XnFrameBufferManager.o ./Release/XnFrameStream.o ./Release/XnGeneralProperty.o ./Release/XnImageStream.o ./Release/XnIntProperty.o ./Release/XnIntPropertySynchronizer.o ./Release/XnIRStream.o ./Release/XnPixelStream.o ./Release/XnProperty.o ./Release/XnPropertySet.o ./Release/XnRealProperty.o ./Release/XnShiftToDepth.o ./Release/XnShiftToDepthStreamHelper.o ./Release/XnSimpleBufferPool.o ./Release/XnStreamData.o ./Release/XnStreamDataSet.o ./Release/XnStreamDevice.o ./Release/XnStreamDeviceStreamHolder.o ./Release/XnStreamingStream.o ./Release/XnStreamReaderDevice.o ./Release/XnStreamReaderStream.o ./Release/XnStreamReaderStreamHolder.o ./Release/XnStreamWriterDevice.o ./Release/XnStreamWriterStream.o ./Release/XnStringProperty.o -L../../Bin/Release -lXnCore -lXnFormats -lOpenNI -shared
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make -C XnDeviceFile CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/XnDeviceFile.d Release/XnDeviceFile.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceFile.o ../../../../Source/XnDeviceFile/XnDeviceFile.cpp
g++ -MD -MP -MT "./Release/XnDeviceFileReaderBC.d Release/XnDeviceFileReaderBC.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceFileReaderBC.o ../../../../Source/XnDeviceFile/XnDeviceFileReaderBC.cpp
g++ -MD -MP -MT "./Release/XnSensorStreamHelper.d Release/XnSensorStreamHelper.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSensorStreamHelper.o ../../../../Source/XnDeviceSensorV2/XnSensorStreamHelper.cpp
g++ -MD -MP -MT "./Release/XnDeviceFileReader.d Release/XnDeviceFileReader.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceFileReader.o ../../../../Source/XnDeviceFile/XnDeviceFileReader.cpp
g++ -MD -MP -MT "./Release/XnSharedMemoryBufferPool.d Release/XnSharedMemoryBufferPool.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnSharedMemoryBufferPool.o ../../../../Source/XnDeviceSensorV2/XnSharedMemoryBufferPool.cpp
g++ -MD -MP -MT "./Release/XnStreamProcessor.d Release/XnStreamProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnStreamProcessor.o ../../../../Source/XnDeviceSensorV2/XnStreamProcessor.cpp
g++ -MD -MP -MT "./Release/XnUncompressedBayerProcessor.d Release/XnUncompressedBayerProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnUncompressedBayerProcessor.o ../../../../Source/XnDeviceSensorV2/XnUncompressedBayerProcessor.cpp
g++ -MD -MP -MT "./Release/XnUncompressedDepthProcessor.d Release/XnUncompressedDepthProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnUncompressedDepthProcessor.o ../../../../Source/XnDeviceSensorV2/XnUncompressedDepthProcessor.cpp
g++ -MD -MP -MT "./Release/XnUncompressedYUVImageProcessor.d Release/XnUncompressedYUVImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnUncompressedYUVImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnUncompressedYUVImageProcessor.cpp
g++ -MD -MP -MT "./Release/XnUncompressedYUVtoRGBImageProcessor.d Release/XnUncompressedYUVtoRGBImageProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnUncompressedYUVtoRGBImageProcessor.o ../../../../Source/XnDeviceSensorV2/XnUncompressedYUVtoRGBImageProcessor.cpp
g++ -MD -MP -MT "./Release/XnWholePacketProcessor.d Release/XnWholePacketProcessor.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnWholePacketProcessor.o ../../../../Source/XnDeviceSensorV2/XnWholePacketProcessor.cpp
g++ -MD -MP -MT "./Release/YUV.d Release/YUV.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/YUV.o ../../../../Source/XnDeviceSensorV2/YUV.cpp
g++ -o ../../Bin/Release/libXnDeviceSensorV2.so ./Release/Bayer.o ./Release/Registration.o ./Release/Uncomp.o ./Release/XnAudioProcessor.o ./Release/XnBayerImageProcessor.o ./Release/XnCmosInfo.o ./Release/XnDataProcessor.o ./Release/XnDataProcessorHolder.o ./Release/XnDepthProcessor.o ./Release/XnDeviceSensor.o ./Release/XnDeviceSensorInit.o ./Release/XnDeviceSensorIO.o ./Release/XnDeviceSensorProtocol.o ./Release/XnExportedSensorDevice.o ./Release/XnExportedSensorGenerator.o ./Release/XnFirmwareCommands.o ./Release/XnFirmwareInfo.o ./Release/XnFirmwareStreams.o ./Release/XnFrameStreamProcessor.o ./Release/XnHostProtocol.o ./Release/XnImageProcessor.o ./Release/XnIRProcessor.o ./Release/XnJpegImageProcessor.o ./Release/XnMultiPropChangedHandler.o ./Release/XnPacked11DepthProcessor.o ./Release/XnPSCompressedDepthProcessor.o ./Release/XnPSCompressedImageProcessor.o ./Release/XnSensorAudioGenerator.o ./Release/XnSensorAudioStream.o ./Release/XnSensorClient.o ./Release/XnSensorClientStream.o ./Release/XnSensor.o ./Release/XnSensorDepthGenerator.o ./Release/XnSensorDepthStream.o ./Release/XnSensorDevice.o ./Release/XnSensorFirmware.o ./Release/XnSensorFirmwareParams.o ./Release/XnSensorFixedParams.o ./Release/XnSensorFPS.o ./Release/XnSensorGenerator.o ./Release/XnSensorImageGenerator.o ./Release/XnSensorImageStream.o ./Release/XnSensorIRGenerator.o ./Release/XnSensorIRStream.o ./Release/XnSensorMapGenerator.o ./Release/XnSensorOpenNiteImpl.o ./Release/XnSensorProductionNode.o ./Release/XnSensorServer.o ./Release/XnSensorStreamHelper.o ./Release/XnSharedMemoryBufferPool.o ./Release/XnStreamProcessor.o ./Release/XnUncompressedBayerProcessor.o ./Release/XnUncompressedDepthProcessor.o ./Release/XnUncompressedYUVImageProcessor.o ./Release/XnUncompressedYUVtoRGBImageProcessor.o ./Release/XnWholePacketProcessor.o ./Release/YUV.o -L../../Bin/Release -lXnCore -lXnFormats -lXnDDK -lOpenNI -shared
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make -C Utils/XnSensorServer CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mkdir -p Release
g++ -MD -MP -MT "./Release/SensorServer.d Release/SensorServer.o" -c -malign-double -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../../Include -I../../../../../Source -I../../../../../Source/XnCommon -o Release/SensorServer.o ../../../../../Source/Utils/XnSensorServer/SensorServer.cpp
g++ -MD -MP -MT "./Release/XnDeviceFileWriter.d Release/XnDeviceFileWriter.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnDeviceFileWriter.o ../../../../Source/XnDeviceFile/XnDeviceFileWriter.cpp
g++ -o ../../../Bin/Release/XnSensorServer ./Release/SensorServer.o -L../../../Bin/Release -lOpenNI -lXnCore -lXnFormats -lXnDDK -lXnDeviceSensorV2
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
g++ -MD -MP -MT "./Release/XnExportedFileDevice.d Release/XnExportedFileDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnExportedFileDevice.o ../../../../Source/XnDeviceFile/XnExportedFileDevice.cpp
g++ -MD -MP -MT "./Release/XnFileDeviceBC.d Release/XnFileDeviceBC.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFileDeviceBC.o ../../../../Source/XnDeviceFile/XnFileDeviceBC.cpp
g++ -MD -MP -MT "./Release/XnFileDevice.d Release/XnFileDevice.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFileDevice.o ../../../../Source/XnDeviceFile/XnFileDevice.cpp
../../../../Source/XnDeviceFile/XnFileDevice.cpp: In member function ‘XnStatus XnFileDevice::CreateCodec(xn::ProductionNode&)’:
../../../../Source/XnDeviceFile/XnFileDevice.cpp:807: warning: ‘void xn::NodeWrapper::Unref()’ is deprecated (declared at /usr/include/ni/XnCppWrapper.h:1058)
g++ -MD -MP -MT "./Release/XnFileOpenNiteImpl.d Release/XnFileOpenNiteImpl.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFileOpenNiteImpl.o ../../../../Source/XnDeviceFile/XnFileOpenNiteImpl.cpp
g++ -MD -MP -MT "./Release/XnFileWriterStream.d Release/XnFileWriterStream.o" -c -malign-double -fPIC -fvisibility=hidden -O2 -DNDEBUG -msse3 -I/usr/include/ni -I../../../../Include -I../../../../Source -I../../../../Source/XnCommon -DXN_DEVICE_EXPORTS -o Release/XnFileWriterStream.o ../../../../Source/XnDeviceFile/XnFileWriterStream.cpp
g++ -o ../../Bin/Release/libXnDeviceFile.so ./Release/XnDeviceFile.o ./Release/XnDeviceFileReaderBC.o ./Release/XnDeviceFileReader.o ./Release/XnDeviceFileWriter.o ./Release/XnExportedFileDevice.o ./Release/XnFileDeviceBC.o ./Release/XnFileDevice.o ./Release/XnFileOpenNiteImpl.o ./Release/XnFileWriterStream.o -L../../Bin/Release -lXnCore -lXnFormats -lXnDDK -lOpenNI -shared
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
amiller@amiller-asus:~/kinect/Sensor/Platform/Linux-x86/Build$ sudo make install
make -C XnCore CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make -C XnFormats CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make -C XnDDK CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make -C XnDeviceSensorV2 CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make -C Utils/XnSensorServer CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
make -C XnDeviceFile CFG=Release
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
cd ../CreateRedist; ./RedistMaker; cd -
make[1]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build'
make -C XnCore CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnCore'
make -C XnFormats CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnFormats'
make -C XnDDK CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDDK'
make -C XnDeviceSensorV2 CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceSensorV2'
make -C Utils/XnSensorServer CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/Utils/XnSensorServer'
make -C XnDeviceFile CFG=Release
make[2]: Entering directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build/XnDeviceFile'
make[1]: Leaving directory `/home/amiller/kinect/Sensor/Platform/Linux-x86/Build'
/home/amiller/kinect/Sensor/Platform/Linux-x86/CreateRedist
/home/amiller/kinect/Sensor/Platform/Linux-x86/Build
cd ../Redist; ./install.sh; cd -
creating config dir /usr/etc/primesense...OK
copying shared libraries...OK
copying executables...OK
registering module 'libXnDeviceSensorV2.so' with OpenNI...Failed: Failed to write to the file!
/home/amiller/kinect/Sensor/Platform/Linux-x86/Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment