Sunteți pe pagina 1din 18

See file:///Users/kscholl/eclipse_library_plugins/cscore/native/build/tmp/compil

eCscoreSharedLibraryCscoreCpp/output.txt for all output for compileCscoreSharedL


ibraryCscoreCpp.
compiling cscore_cpp.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/cscore_c
pp.cpp:23:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.h:17:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling cscore_oo.cpp successful.
compiling CvSinkImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/CvSinkIm
pl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/CvSinkIm
pl.h:26:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.h:17:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling cscore_c.cpp successful.
compiling Handle.cpp successful.
compiling Frame.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.cp
p:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling CvSourceImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/CvSource
Impl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/CvSource
Impl.h:15:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling JpegUtil.cpp successful.
compiling Log.cpp successful.
compiling HttpCameraImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/HttpCame
raImpl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/HttpCame
raImpl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling HttpUtil.cpp successful.
compiling NetworkListener.cpp successful.
compiling MjpegServerImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/MjpegSer
verImpl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/MjpegSer
verImpl.h:25:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.h:17:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling SinkImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.h:17:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling Notifier.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Notifier
.cpp:14:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SinkImpl
.h:17:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling UsbCameraProperty.cpp successful.
compiling SourceImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling UsbUtil.cpp successful.
compiling UsbCameraImpl.cpp failed.
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/UsbCamer
aImpl.cpp:8:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/UsbCamer
aImpl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/SourceIm
pl.h:24:
In file included from /Users/kscholl/eclipse_library_plugins/cscore/src/Frame.h:
18:
/Users/kscholl/eclipse_library_plugins/cscore/src/Image.h:35:9: error: no matchi
ng constructor for initialization of 'std::vector<uchar>' (aka 'vector<unsigned
char>')
: m_data{capacity, default_init_allocator<uchar>{}} {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:505:5: note: candidate constructor not viable: n
o known conversion from 'default_init_allocator<uchar>' (aka 'default_init_alloc
ator<unsigned char>') to 'const value_type' (aka 'const unsigned char') for 2nd
argument
vector(size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:539:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'initializer_list
<value_type>' (aka 'initializer_list<unsigned char>') for 1st argument
vector(initializer_list<value_type> __il, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:550:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'const std::__1::
vector<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(const vector& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:562:5: note: candidate constructor not viable: n
o known conversion from 'std::size_t' (aka 'unsigned long') to 'std::__1::vector
<unsigned char, std::__1::allocator<unsigned char> >' for 1st argument
vector(vector&& __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:508:9: note: candidate template ignored: substit
ution failure [with _InputIterator = unsigned long]: no type named 'reference' i
n 'std::__1::iterator_traits<unsigned long>'
vector(_InputIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:523:9: note: candidate template ignored: substit
ution failure [with _ForwardIterator = unsigned long]: no type named 'reference'
in 'std::__1::iterator_traits<unsigned long>'
vector(_ForwardIterator __first,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:516:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_InputIterator __first, _InputIterator __last, const allocator_ty
pe& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:530:9: note: candidate constructor template not
viable: requires at least 3 arguments, but 2 were provided
vector(_ForwardIterator __first, _ForwardIterator __last, const allocato
r_type& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:489:40: note: candidate constructor not viable:
requires single argument '__a', but 2 arguments were provided
_LIBCPP_INLINE_VISIBILITY explicit vector(const allocator_type& __a)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:501:14: note: candidate constructor not viable:
requires single argument '__n', but 2 arguments were provided
explicit vector(size_type __n);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:537:5: note: candidate constructor not viable: r
equires single argument '__il', but 2 arguments were provided
vector(initializer_list<value_type> __il);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:549:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(const vector& __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:555:5: note: candidate constructor not viable: r
equires single argument '__x', but 2 arguments were provided
vector(vector&& __x)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:506:5: note: candidate constructor not viable: r
equires 3 arguments, but 2 were provided
vector(size_type __n, const_reference __x, const allocator_type& __a);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin/../include/c++/v1/vector:483:5: note: candidate constructor not viable: r
equires 0 arguments, but 2 were provided
vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
^
1 error generated.
compiling CameraServerJNI.cpp successful.
Finished compileCscoreSharedLibraryCscoreCpp, see full log file:///Users/kscholl
/eclipse_library_plugins/cscore/native/build/tmp/compileCscoreSharedLibraryCscor
eCpp/output.txt.

S-ar putea să vă placă și