Report for Set-IntervalTree-0.05

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Set-IntervalTree-0.05 v5.8.9 OpenBSD
Date: 2012-11-30T20:41:59Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear BENBOOTH,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9133. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'fetch':

cp lib/Set/IntervalTree.pm blib/lib/Set/IntervalTree.pm
AutoSplitting blib/lib/Set/IntervalTree.pm (blib/lib/auto/Set/IntervalTree)
/home/cpan/pit/64bit/perl-5.8.9/bin/perl /home/cpan/pit/64bit/perl-5.8.9/lib/5.8.9/ExtUtils/xsubpp  -C++ -typemap /home/cpan/pit/64bit/perl-5.8.9/lib/5.8.9/ExtUtils/typemap -typemap perlobject.map -typemap typemap  IntervalTree.xs > IntervalTree.xsc && mv IntervalTree.xsc IntervalTree.c
c++ -c  -Isrc  -fno-strict-aliasing -pipe -I/usr/local/include -g -O2    -DVERSION=\"0.05\"  -DXS_VERSION=\"0.05\" -DPIC -fPIC "-I/home/cpan/pit/64bit/perl-5.8.9/lib/5.8.9/OpenBSD.i386-openbsd-64int/CORE"  -Isrc IntervalTree.c
In file included from IntervalTree.xs:15:
src/interval_tree.h:103: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:103: error:   expected a type, got 'IntervalTree<T,N>::it_recursion_node'
src/interval_tree.h:103: error: template argument 2 is invalid
src/interval_tree.h: In constructor 'IntervalTree<T, N>::IntervalTree()':
src/interval_tree.h:134: error: expected type-specifier
src/interval_tree.h:134: error: expected `;'
src/interval_tree.h:139: error: expected type-specifier
src/interval_tree.h:139: error: expected `;'
src/interval_tree.h:145: error: request for member 'push_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::LeftRotate(IntervalTree<T, N>::Node*)':
src/interval_tree.h:182: error: 'y' was not declared in this scope
src/interval_tree.h: In member function 'void IntervalTree<T, N>::RightRotate(IntervalTree<T, N>::Node*)':
src/interval_tree.h:244: error: 'x' was not declared in this scope
src/interval_tree.h: In member function 'void IntervalTree<T, N>::TreeInsertHelp(IntervalTree<T, N>::Node*)':
src/interval_tree.h:302: error: 'x' was not declared in this scope
src/interval_tree.h:303: error: 'y' was not declared in this scope
src/interval_tree.h: In member function 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::insert(const T&, N, N)':
src/interval_tree.h:379: error: 'y' was not declared in this scope
src/interval_tree.h:380: error: 'x' was not declared in this scope
src/interval_tree.h:381: error: 'newNode' was not declared in this scope
src/interval_tree.h:383: error: expected type-specifier
src/interval_tree.h:383: error: expected `;'
src/interval_tree.h: In member function 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::GetSuccessorOf(IntervalTree<T, N>::Node*) const':
src/interval_tree.h:454: error: 'y' was not declared in this scope
src/interval_tree.h: In member function 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::GetPredecessorOf(IntervalTree<T, N>::Node*) const':
src/interval_tree.h:487: error: 'y' was not declared in this scope
src/interval_tree.h: In destructor 'IntervalTree<T, N>::~IntervalTree()':
src/interval_tree.h:549: error: 'x' was not declared in this scope
src/interval_tree.h:550: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:550: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:550: error: template argument 2 is invalid
src/interval_tree.h:550: error: invalid type in declaration before ';' token
src/interval_tree.h:554: error: request for member 'push_back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:557: error: request for member 'push_back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:560: error: request for member 'empty' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:561: error: request for member 'back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:562: error: request for member 'pop_back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:564: error: request for member 'push_back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h:567: error: request for member 'push_back' in 'stuffToFree', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::DeleteFixUp(IntervalTree<T, N>::Node*)':
src/interval_tree.h:616: error: 'w' was not declared in this scope
src/interval_tree.h:617: error: 'rootLeft' was not declared in this scope
src/interval_tree.h: In member function 'T IntervalTree<T, N>::remove(IntervalTree<T, N>::Node*)':
src/interval_tree.h:700: error: 'y' was not declared in this scope
src/interval_tree.h:701: error: 'x' was not declared in this scope
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove(N, N, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:764: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:764: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:764: error: template argument 2 is invalid
src/interval_tree.h:764: error: invalid type in declaration before ';' token
src/interval_tree.h:766: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:766: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:766: error: template argument 2 is invalid
src/interval_tree.h:767: error: expected initializer before 'i'
src/interval_tree.h:767: error: 'i' was not declared in this scope
src/interval_tree.h:767: error: request for member 'end' in 'got', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove(N, N, const F&, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:777: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:777: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:777: error: template argument 2 is invalid
src/interval_tree.h:777: error: invalid type in declaration before ';' token
src/interval_tree.h:779: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:779: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:779: error: template argument 2 is invalid
src/interval_tree.h:780: error: expected initializer before 'i'
src/interval_tree.h:780: error: 'i' was not declared in this scope
src/interval_tree.h:780: error: request for member 'end' in 'got', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove_window(N, N, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:792: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:792: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:792: error: template argument 2 is invalid
src/interval_tree.h:792: error: invalid type in declaration before ';' token
src/interval_tree.h:794: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:794: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:794: error: template argument 2 is invalid
src/interval_tree.h:795: error: expected initializer before 'i'
src/interval_tree.h:795: error: 'i' was not declared in this scope
src/interval_tree.h:795: error: request for member 'end' in 'got', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove_window(N, N, const F&, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:809: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:809: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:809: error: template argument 2 is invalid
src/interval_tree.h:809: error: invalid type in declaration before ';' token
src/interval_tree.h:811: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
src/interval_tree.h:811: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
src/interval_tree.h:811: error: template argument 2 is invalid
src/interval_tree.h:812: error: expected initializer before 'i'
src/interval_tree.h:812: error: 'i' was not declared in this scope
src/interval_tree.h:812: error: request for member 'end' in 'got', which is of non-class type 'int'
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch(N, N, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:885: error: 'x' was not declared in this scope
src/interval_tree.h:899: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h:902: error: request for member 'push_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:903: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:904: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:905: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:906: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:912: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:913: error: expected `;' before 'back'
src/interval_tree.h:914: error: request for member 'pop_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:916: error: 'back' was not declared in this scope
src/interval_tree.h:919: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&)':
src/interval_tree.h:936: error: 'x' was not declared in this scope
src/interval_tree.h:950: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h:953: error: request for member 'push_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:954: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:955: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:956: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:957: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:963: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:964: error: expected `;' before 'back'
src/interval_tree.h:965: error: request for member 'pop_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:967: error: 'back' was not declared in this scope
src/interval_tree.h:970: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window(N, N, std::vector<T, std::allocator<_CharT> >&)':
src/interval_tree.h:984: error: 'x' was not declared in this scope
src/interval_tree.h:998: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h:1001: error: request for member 'push_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1002: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1003: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1004: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1005: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1011: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1012: error: expected `;' before 'back'
src/interval_tree.h:1013: error: request for member 'pop_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1015: error: 'back' was not declared in this scope
src/interval_tree.h:1018: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&)':
src/interval_tree.h:1035: error: 'x' was not declared in this scope
src/interval_tree.h:1049: error: invalid types 'int[size_t]' for array subscript
src/interval_tree.h:1052: error: request for member 'push_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1053: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1054: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1055: error: request for member 'back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1056: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1062: error: request for member 'size' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1063: error: expected `;' before 'back'
src/interval_tree.h:1064: error: request for member 'pop_back' in '((IntervalTree<T, N>*)this)->IntervalTree<T, N>::recursionNodeStack', which is of non-class type 'int'
src/interval_tree.h:1066: error: 'back' was not declared in this scope
src/interval_tree.h:1069: error: invalid types 'int[size_t]' for array subscript
IntervalTree.c: In function 'void boot_Set__IntervalTree(CV*)':
IntervalTree.c:673: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:685: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:686: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:688: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:689: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:692: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:693: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:694: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:695: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:696: warning: deprecated conversion from string constant to 'char*'
IntervalTree.c:697: warning: deprecated conversion from string constant to 'char*'
src/interval_tree.h: In constructor 'IntervalTree<T, N>::IntervalTree() [with T = SV_ptr, N = long int]':
IntervalTree.c:256:   instantiated from here
src/interval_tree.h:134: error: cannot convert 'int*' to 'IntervalTree<SV_ptr, long int>::Node*' in assignment
src/interval_tree.h:139: error: cannot convert 'int*' to 'IntervalTree<SV_ptr, long int>::Node*' in assignment
src/interval_tree.h: In member function 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::insert(const T&, N, N) [with T = SV_ptr, N = long int]':
IntervalTree.xs:111:   instantiated from here
src/interval_tree.h:379: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:379: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h:380: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:380: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h:381: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:381: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]':
IntervalTree.xs:123:   instantiated from here
src/interval_tree.h:778: error: no matching function for call to 'IntervalTree<SV_ptr, long int>::fetch_node(long int&, long int&, int&)'
src/interval_tree.h:934: note: candidates are: void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove(N, N, std::vector<T, std::allocator<_CharT> >&) [with T = SV_ptr, N = long int]':
IntervalTree.xs:135:   instantiated from here
src/interval_tree.h:765: error: no matching function for call to 'IntervalTree<SV_ptr, long int>::fetch_node(long int&, long int&, int&)'
src/interval_tree.h:934: note: candidates are: void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove_window(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]':
IntervalTree.xs:158:   instantiated from here
src/interval_tree.h:810: error: no matching function for call to 'IntervalTree<SV_ptr, long int>::fetch_window_node(long int&, long int&, int&)'
src/interval_tree.h:1033: note: candidates are: void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]
src/interval_tree.h: In member function 'void IntervalTree<T, N>::remove_window(N, N, std::vector<T, std::allocator<_CharT> >&) [with T = SV_ptr, N = long int]':
IntervalTree.xs:170:   instantiated from here
src/interval_tree.h:793: error: no matching function for call to 'IntervalTree<SV_ptr, long int>::fetch_window_node(long int&, long int&, int&)'
src/interval_tree.h:1033: note: candidates are: void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch(N, N, std::vector<T, std::allocator<_CharT> >&) [with T = SV_ptr, N = long int]':
IntervalTree.xs:190:   instantiated from here
src/interval_tree.h:885: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:885: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
IntervalTree.xs:190:   instantiated from here
src/interval_tree.h:913: error: dependent-name 'IntervalTree<T,N>::it_recursion_node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:913: note: say 'typename IntervalTree<T,N>::it_recursion_node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window(N, N, std::vector<T, std::allocator<_CharT> >&) [with T = SV_ptr, N = long int]':
IntervalTree.xs:206:   instantiated from here
src/interval_tree.h:984: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:984: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
IntervalTree.xs:206:   instantiated from here
src/interval_tree.h:1012: error: dependent-name 'IntervalTree<T,N>::it_recursion_node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:1012: note: say 'typename IntervalTree<T,N>::it_recursion_node' if a type is meant
src/interval_tree.h: In destructor 'IntervalTree<T, N>::~IntervalTree() [with T = SV_ptr, N = long int]':
IntervalTree.c:537:   instantiated from here
src/interval_tree.h:549: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:549: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::TreeInsertHelp(IntervalTree<T, N>::Node*) [with T = SV_ptr, N = long int]':
src/interval_tree.h:384:   instantiated from 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::insert(const T&, N, N) [with T = SV_ptr, N = long int]'
IntervalTree.xs:111:   instantiated from here
src/interval_tree.h:302: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:302: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h:303: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:303: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::LeftRotate(IntervalTree<T, N>::Node*) [with T = SV_ptr, N = long int]':
src/interval_tree.h:399:   instantiated from 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::insert(const T&, N, N) [with T = SV_ptr, N = long int]'
IntervalTree.xs:111:   instantiated from here
src/interval_tree.h:182: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:182: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::RightRotate(IntervalTree<T, N>::Node*) [with T = SV_ptr, N = long int]':
src/interval_tree.h:403:   instantiated from 'typename IntervalTree<T, N>::Node* IntervalTree<T, N>::insert(const T&, N, N) [with T = SV_ptr, N = long int]'
IntervalTree.xs:111:   instantiated from here
src/interval_tree.h:244: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:244: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]':
src/interval_tree.h:778:   instantiated from 'void IntervalTree<T, N>::remove(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:123:   instantiated from here
src/interval_tree.h:936: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:936: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h:778:   instantiated from 'void IntervalTree<T, N>::remove(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:123:   instantiated from here
src/interval_tree.h:964: error: dependent-name 'IntervalTree<T,N>::it_recursion_node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:964: note: say 'typename IntervalTree<T,N>::it_recursion_node' if a type is meant
src/interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]':
src/interval_tree.h:810:   instantiated from 'void IntervalTree<T, N>::remove_window(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:158:   instantiated from here
src/interval_tree.h:1035: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:1035: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
src/interval_tree.h:810:   instantiated from 'void IntervalTree<T, N>::remove_window(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:158:   instantiated from here
src/interval_tree.h:1063: error: dependent-name 'IntervalTree<T,N>::it_recursion_node' is parsed as a non-type, but instantiation yields a type
src/interval_tree.h:1063: note: say 'typename IntervalTree<T,N>::it_recursion_node' if a type is meant
*** Error code 1

Stop in /home/cpan/pit/64bit/conf/perl-5.8.9/.cpanplus/5.8.9/build/Set-IntervalTree-0.05 (line 92 of /usr/share/mk/sys.mk).


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                6.62        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9133
	CPANPLUS::Dist::Build              0.64
	Cwd                                3.33
	ExtUtils::CBuilder             0.280205
	ExtUtils::Command                  1.16
	ExtUtils::Install                  1.54
	ExtUtils::MakeMaker                6.62
	ExtUtils::Manifest                 1.61
	ExtUtils::ParseXS                  3.18
	File::Spec                         3.33
	Module::Build                    0.4003
	Pod::Parser                        1.35
	Pod::Simple                           0
	Test::Harness                      3.25
	Test::More                         0.98
	version                          0.9901

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.84.
Powered by minismokebox version 0.54

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5_CPANPLUS_IS_RUNNING = 28753
    PERL5_CPANPLUS_IS_VERSION = 0.9133
    PERL5_MINISMOKEBOX = 0.54
    PERL5_YACSMOKE_BASE = /home/cpan/pit/64bit/conf/perl-5.8.9
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/cpan/pit/64bit/perl-5.8.9/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
  Platform:
    osname=openbsd, osvers=5.1, archname=OpenBSD.i386-openbsd-64int
    uname='openbsd oatcake.bingosnet.co.uk 5.1 generic#160 i386 '
    config_args='-des -Dprefix=/home/cpan/pit/64bit/perl-5.8.9 -Duse64bitint'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd5.1'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.62.0, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MYMALLOC PERL_MALLOC_WRAP USE_64_BIT_INT
                        USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO
  Built under openbsd
  Compiled at May  4 2012 05:22:07
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="28753"
    PERL5_CPANPLUS_IS_VERSION="0.9133"
    PERL5_MINISMOKEBOX="0.54"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/64bit/conf/perl-5.8.9"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/64bit/perl-5.8.9/lib/5.8.9/OpenBSD.i386-openbsd-64int
    /home/cpan/pit/64bit/perl-5.8.9/lib/5.8.9
    /home/cpan/pit/64bit/perl-5.8.9/lib/site_perl/5.8.9/OpenBSD.i386-openbsd-64int
    /home/cpan/pit/64bit/perl-5.8.9/lib/site_perl/5.8.9
    .