Giter Club home page Giter Club logo

Comments (1)

BanTheRewind avatar BanTheRewind commented on September 28, 2024

This was built against the stable Cinder 0.8.3, which ships with boost
version 1.44. It's the download version at http://www.libcinder.org. It
looks like you're using the version from Github, which uses boost 1.48 and
fs::path's instead of strings for file references. The download version
should work fine. Cinder 0.8.4 is less than a month out and the block
will.be updated to work with features then. Let me know if you still have
issues.

If you are using the download / zip version and it is using the newer
features, let me know ( it shouldn't be yet ).

Thanks,
Steve
On Mar 8, 2012 7:00 PM, "jacres" <
[email protected]>
wrote:

I'm using the newest build that was posted yesterday (March 7th, 2012).

Cinder is version 0.83 - newest from GitHub as of today and boost is
version 1.48.0

Looking forward to using the library!

PreBuildEvent:
1> C:\Program Files\Microsoft
SDKs\Kinect\v1.0\Assemblies\Microsoft.Kinect.dll
1> 1 File(s) copied
1>ClCompile:
1> KinectApp.cpp
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(79):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(80):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(133):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(134):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(79):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(80):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(133):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\src\kinect.h(134):
warning C4482: nonstandard extension used: enum '_NUI_IMAGE_RESOLUTION'
used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(224):
warning C4482: nonstandard extension used: enum
'_NUI_SKELETON_POSITION_INDEX' used in qualified name
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::complex<_Other> std::operator +(const _Ty &,const
std::complex<_Other> &)' : could not deduce template argument for 'const
std::complex<_Other> &' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xcomplex(26) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::complex<_Other> std::operator +(const
std::complex<_Other> &,const _Ty &)' : could not deduce template argument
for 'const std::complex<_Other> &' from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xcomplex(17) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::complex<_Other> std::operator +(const
std::complex<_Other> &,const std::complex<_Other> &)' : could not deduce
template argument for 'const std::complex<_Other> &' from
'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xcomplex(9) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Deque_iterator<_Ty,_Alloc> std::operator
+(_Deque_iterator<_Ty,_Alloc>::difference_type,std::_Deque_iterator<_Ty,_Alloc>)'
: could not deduce template argument for 'std::_Deque_iterator<_Ty,_Alloc>'
from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\deque(707) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Deque_const_iterator<_Ty,_Alloc> std::operator
+(_Deque_const_iterator<_Ty,_Alloc>::difference_type,std::_Deque_const_iterator<_Ty,_Alloc>)'
: could not deduce template argument for
'std::_Deque_const_iterator<_Ty,_Alloc>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\deque(570) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Deque_unchecked_iterator<_Ty,_Alloc> std::operator
+(_Deque_unchecked_iterator<_Ty,_Alloc>::difference_type,std::_Deque_unchecked_iterator<_Ty,_Alloc>)'
: could not deduce template argument for
'std::_Deque_unchecked_iterator<_Ty,_Alloc>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\deque(279) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Deque_unchecked_const_iterator<_Ty,_Alloc>
std::operator
+(_Deque_unchecked_const_iterator<_Ty,_Alloc>::difference_type,std::_Deque_unchecked_const_iterator<_Ty,_Alloc>)'
: could not deduce template argument for
'std::_Deque_unchecked_const_iterator<_Ty,_Alloc>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\deque(172) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Vb_iterator<_Alloc> std::operator
+(_Alloc::difference_type,std::_Vb_iterator<_Alloc>)' : could not deduce
template argument for 'std::_Vb_iterator<_Alloc>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\vector(1985) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Vb_const_iterator<_Alloc> std::operator
+(_Alloc::difference_type,std::_Vb_const_iterator<_Alloc>)' : could not
deduce template argument for 'std::_Vb_const_iterator<_Alloc>' from 'const
char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\vector(1878) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Vector_iterator<_Myvec> std::operator
+(_Vector_iterator<_Myvec>::difference_type,std::_Vector_iterator<_Myvec>)'
: could not deduce template argument for 'std::_Vector_iterator<_Myvec>'
from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\vector(407) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Vector_const_iterator<_Myvec> std::operator
+(_Vector_const_iterator<_Myvec>::difference_type,std::_Vector_const_iterator<_Myvec>)'
: could not deduce template argument for
'std::_Vector_const_iterator<_Myvec>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\vector(276) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::move_iterator<_RanIt> std::operator +(_Diff,const
std::move_iterator<_RanIt> &)' : could not deduce template argument for
'const std::move_iterator<_RanIt> &' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\iterator(336) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator
+(std::basic_string<_Elem,_Traits,_Alloc> &&,const _Elem)' : could not
deduce template argument for 'std::basic_string<_Elem,_Traits,_Alloc> &&'
from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(153) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator
+(std::basic_string<_Elem,_Traits,_Alloc> &&,const _Elem *)' : could not
deduce template argument for 'std::basic_string<_Elem,_Traits,_Alloc> &&'
from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(143) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
_Elem,std::basic_string<_Elem,_Traits,_Alloc> &&)' : could not deduce
template argument for 'std::basic_string<_Elem,_Traits,_Alloc> &&' from
'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(133) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
_Elem *,std::basic_string<_Elem,_Traits,_Alloc> &&)' : could not deduce
template argument for 'const _Elem *' from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(123) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator
+(std::basic_string<_Elem,_Traits,_Alloc>
&&,std::basic_string<_Elem,_Traits,_Alloc> &&)' : could not deduce template
argument for 'std::basic_string<_Elem,_Traits,_Alloc> &&' from
'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(109) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator
+(std::basic_string<_Elem,_Traits,_Alloc> &&,const
std::basic_string<_Elem,_Traits,_Alloc> &)' : could not deduce template
argument for 'std::basic_string<_Elem,_Traits,_Alloc> &&' from
'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(99) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
std::basic_string<_Elem,_Traits,_Alloc>
&,std::basic_string<_Elem,_Traits,_Alloc> &&)' : could not deduce template
argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from
'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(89) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem)' : could not deduce
template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &'
from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(75) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)' : could not
deduce template argument for 'const std::basic_string<_Elem,_Traits,_Alloc>
&' from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(61) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
_Elem,const std::basic_string<_Elem,_Traits,_Alloc> &)' : could not deduce
template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &'
from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(47) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
_Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)' : could not
deduce template argument for 'const _Elem *' from 'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(33) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::basic_string<_Elem,_Traits,_Alloc> std::operator +(const
std::basic_string<_Elem,_Traits,_Alloc> &,const
std::basic_string<_Elem,_Traits,_Alloc> &)' : could not deduce template
argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from
'boost::filesystem3::path'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\string(19) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_String_iterator<_Elem,_Traits,_Alloc> std::operator
+(_String_iterator<_Elem,_Traits,_Alloc>::difference_type,std::_String_iterator<_Elem,_Traits,_Alloc>)'
: could not deduce template argument for
'std::_String_iterator<_Elem,_Traits,_Alloc>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xstring(434) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_String_const_iterator<_Elem,_Traits,_Alloc>
std::operator
+(_String_const_iterator<_Elem,_Traits,_Alloc>::difference_type,std::_String_const_iterator<_Elem,_Traits,_Alloc>)'
: could not deduce template argument for
'std::_String_const_iterator<_Elem,_Traits,_Alloc>' from 'const char[6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xstring(293) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Array_iterator<_Ty,_Size> std::operator
+(_Array_iterator<_Ty,_Size>::difference_type,std::_Array_iterator<_Ty,_Size>)'
: could not deduce template argument for 'std::_Array_iterator<_Ty,_Size>'
from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xutility(2068) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Array_const_iterator<_Ty,_Size> std::operator
+(_Array_const_iterator<_Ty,_Size>::difference_type,std::_Array_const_iterator<_Ty,_Size>)'
: could not deduce template argument for
'std::_Array_const_iterator<_Ty,_Size>' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xutility(1929) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::reverse_iterator<_RanIt> std::operator +(_Diff,const
std::reverse_iterator<_RanIt> &)' : could not deduce template argument for
'const std::reverse_iterator<_RanIt> &' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xutility(1323) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2784: 'std::_Revranit<_RanIt,_Base> std::operator +(_Diff,const
std::_Revranit<_RanIt,_Base> &)' : could not deduce template argument for
'const std::_Revranit<_RanIt,_Base> &' from 'const char [6]'
1> c:\program files (x86)\microsoft visual studio
10.0\vc\include\xutility(1136) : see declaration of 'std::operator +'
1>c:\development\cinder\cinder\blocks\cinder-kinectsdk\samples\kinectapp\src\kinectapp.cpp(341):
error C2676: binary '+' : 'boost::filesystem3::path' does not define this
operator or a conversion to a type acceptable to the predefined operator
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:09.54
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Reply to this email directly or view it on GitHub:
#1

from cinder-mskinect.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.