Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with clang: error: static_assert failed due to requirement 'is_same<typename allocator_type::value_type, value_type>::value' "Allocator::value_type must be same type as value_type", etc. #123

Open
yurivict opened this issue Dec 6, 2018 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Dec 6, 2018

clang-60 on FreeBSD.
Qt-5.11.2
rev. 763ab3b

In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3.hpp:43:
/usr/include/c++/v1/map:818:5: error: static_assert failed due to requirement 'is_same<typename allocator_type::value_type, value_type>::value' "Allocator::value_type must be same type as value_type"
    static_assert((is_same<typename allocator_type::value_type, value_type>::value),
    ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3memory.hpp:92:34: note: in instantiation of template class 'std::__1::map<unsigned int, unsigned int, std::__1::less<unsigned int>, antlr3::DefaultAllocPolicy::AllocatorType<std::__1::pair<unsigned int, unsigned int> > >' requested here
        class UnOrderedMapType : public std::map< KeyType, ValueType, std::less<KeyType>, 
                                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3tokenstream.hpp:267:26: note: in instantiation of template class 'antlr3::DefaultAllocPolicy::UnOrderedMapType<unsigned int, unsigned int>' requested here
    ChannelOverridesType        m_channelOverrides;
                                ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3baserecognizer.hpp:48:19: note: in instantiation of template class 'antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
        typedef typename StreamType::IntStreamType      IntStreamType;
                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDMLTraits.hpp:37:33: note: in instantiation of template class 'antlr3::BaseRecognizer<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                class RecognizerType : public antlr3::BaseRecognizer<ImplTraits, StreamType>
                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3traits.hpp:260:46: note: in instantiation of template class 'Antlr3BackendImpl::UserTraits<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                                                             typename UserTraits<TraitsType>::template RecognizerType<StreamType>::BaseType
                                                                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3parser.hpp:42:25: note: in instantiation of template class 'antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
class Parser  :  public ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType >
                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.hpp:776:43: note: in instantiation of template class 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
class OracleDML_OracleDMLCommons : public OracleDML_OracleDMLCommonsImplTraits::BaseParserType
                                          ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.hpp:782:25: error: no type named 'StreamType' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        typedef ComponentType::StreamType StreamType;
                ~~~~~~~~~~~~~~~^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:110:6: error: type 'ImplTraits::BaseParserType' (aka 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >') is not a direct or virtual base of 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
    :ImplTraits::BaseParserType(ANTLR_SIZE_HINT, instream, NULL)
     ^~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:125:6: error: type 'ImplTraits::BaseParserType' (aka 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >') is not a direct or virtual base of 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
    :ImplTraits::BaseParserType(ANTLR_SIZE_HINT, instream, state)
     ^~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:141:8: error: no member named 'get_psrstate' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        this->get_psrstate()->set_tokenNames( OracleDMLTokenNames );
        ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:148:11: error: no member named 'get_rec' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
    this->get_rec()->reset();
    ~~~~  ^
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:45:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.hpp:56:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3.hpp:73:
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3cyclicdfa.hpp:44:28: error: no type named 'ExceptionBaseType' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        typedef typename CtxType::ExceptionBaseType ExceptionBaseType;
                ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1508:54: note: in instantiation of template class 'antlr3::CyclicDFA<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, Antlr3BackendImpl::OracleDML_OracleDMLCommons>' requested here
class OracleDML_OracleDMLCommonsCyclicDFA29 : public CyclicDFA< OracleDML_OracleDMLCommonsImplTraits, OracleDML_OracleDMLCommons >, public OracleDML_OracleDMLCommonsTokens
                                                     ^
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:45:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.hpp:56:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3.hpp:73:
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3cyclicdfa.hpp:46:19: error: type 'antlr3::CyclicDFA<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, Antlr3BackendImpl::OracleDML_OracleDMLCommons>::StreamType' (aka 'int') cannot be used prior to '::' because it has no members
        typedef typename StreamType::IntStreamType IntStreamType;
                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3cyclicdfa.hpp:47:19: error: type 'antlr3::CyclicDFA<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, Antlr3BackendImpl::OracleDML_OracleDMLCommons>::StreamType' (aka 'int') cannot be used prior to '::' because it has no members
        typedef typename StreamType::TokenType  TokenType;
                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1551:53: error: unknown type name 'RecognizerType'; did you mean 'OracleDML_OracleDMLKeys::RecognizerType'?
        ANTLR_INT32  specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, ANTLR_INT32 s)
                                                           ^~~~~~~~~~~~~~
                                                           OracleDML_OracleDMLKeys::RecognizerType
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3parser.hpp:50:95: note: 'OracleDML_OracleDMLKeys::RecognizerType' declared here
        typedef typename ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType > RecognizerType;
                                                                                                     ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1551:81: error: unknown type name 'IntStreamType'; did you mean 'OracleDML_OracleDMLKeys::IntStreamType'?
        ANTLR_INT32  specialStateTransition(CtxType * ctx, RecognizerType* recognizer, IntStreamType* is, ANTLR_INT32 s)
                                                                                       ^~~~~~~~~~~~~
                                                                                       OracleDML_OracleDMLKeys::IntStreamType
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3parser.hpp:47:51: note: 'OracleDML_OracleDMLKeys::IntStreamType' declared here
        typedef typename TokenStreamType::IntStreamType  IntStreamType;
                                                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1529:7: error: type 'Antlr3BackendImpl::OracleDML_OracleDMLCommonsCyclicDFA29::BaseType' (aka 'CyclicDFA<Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, Antlr3BackendImpl::OracleDML_OracleDMLCommons>') is not a direct or virtual base of 'Antlr3BackendImpl::OracleDML_OracleDMLCommonsCyclicDFA29'
                                        :BaseType( decisionNumber, description, eot, eof, min, max, accept,
                                         ^~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1538:23: error: no member named 'LA' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        return m_ctx->LA(i);
               ~~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1543:23: error: no member named 'LT' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        return m_ctx->LT(k);
               ~~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1567:26: error: no member named 'LA' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
                            LA29_2 = ctx->LA(1);
                                     ~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1570:33: error: no member named 'index' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
                                index29_2 = ctx->index();
                                            ~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1572:21: error: no member named 'rewindLast' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
                                ctx->rewindLast();
                                ~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1676:15: error: no member named 'seek' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
                                        ctx->seek(index29_2);
                                        ~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLCommons.cc:1693:26: error: no member named 'LA' in 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
                            LA29_3 = ctx->LA(1);
                                     ~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[3/85] /usr/bin/c++  -DNDEBUG -DPROVIDERS_PATH=\"/usr/local/lib/tora-3.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSHARE_DIR=\"/usr/local/share/tora-3.2\" -DTOBUILDTYPE_RELEASE=1 -DTO_NO_ORACLE -DTROTL_DLL -DTSQLPARSER_DLL -Dtora_EXPORTS -Isrc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/loki-extra/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/precompiled -I. -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/trotl/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libermodel -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/dtl -I/usr/local/include/qt5/Qsci -isystem /usr/local/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtPrintSupport -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtSql -isystem /usr/local/include/qt5/QtXml -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fPIE   -DQT -DSCI_LEXER -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o -MF src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o.d -o src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o -c /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc
FAILED: src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o 
/usr/bin/c++  -DNDEBUG -DPROVIDERS_PATH=\"/usr/local/lib/tora-3.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSHARE_DIR=\"/usr/local/share/tora-3.2\" -DTOBUILDTYPE_RELEASE=1 -DTO_NO_ORACLE -DTROTL_DLL -DTSQLPARSER_DLL -Dtora_EXPORTS -Isrc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/loki-extra/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/precompiled -I. -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/trotl/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libermodel -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/dtl -I/usr/local/include/qt5/Qsci -isystem /usr/local/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtPrintSupport -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtSql -isystem /usr/local/include/qt5/QtXml -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fPIE   -DQT -DSCI_LEXER -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o -MF src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o.d -o src/CMakeFiles/tora.dir/parsing/OracleDML_OracleDMLKeys.cc.o -c /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:45:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:56:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3.hpp:43:
/usr/include/c++/v1/map:818:5: error: static_assert failed due to requirement 'is_same<typename allocator_type::value_type, value_type>::value' "Allocator::value_type must be same type as value_type"
    static_assert((is_same<typename allocator_type::value_type, value_type>::value),
    ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3memory.hpp:92:34: note: in instantiation of template class 'std::__1::map<unsigned int, unsigned int, std::__1::less<unsigned int>, antlr3::DefaultAllocPolicy::AllocatorType<std::__1::pair<unsigned int, unsigned int> > >' requested here
        class UnOrderedMapType : public std::map< KeyType, ValueType, std::less<KeyType>, 
                                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3tokenstream.hpp:267:26: note: in instantiation of template class 'antlr3::DefaultAllocPolicy::UnOrderedMapType<unsigned int, unsigned int>' requested here
    ChannelOverridesType        m_channelOverrides;
                                ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3baserecognizer.hpp:48:19: note: in instantiation of template class 'antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
        typedef typename StreamType::IntStreamType      IntStreamType;
                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDMLTraits.hpp:37:33: note: in instantiation of template class 'antlr3::BaseRecognizer<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                class RecognizerType : public antlr3::BaseRecognizer<ImplTraits, StreamType>
                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3traits.hpp:260:46: note: in instantiation of template class 'Antlr3BackendImpl::UserTraits<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                                                             typename UserTraits<TraitsType>::template RecognizerType<StreamType>::BaseType
                                                                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3parser.hpp:42:25: note: in instantiation of template class 'antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
class Parser  :  public ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType >
                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:755:40: note: in instantiation of template class 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
class OracleDML_OracleDMLKeys : public OracleDML_OracleDMLKeysImplTraits::BaseParserType
                                       ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:761:10: error: no type named 'StreamType' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'; did you mean 'UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType'?
        typedef ComponentType::StreamType StreamType;
                ^~~~~~~~~~~~~~~~~~~~~~~~~
                UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3lexer.hpp:75:26: note: 'UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType' declared here
        typedef InputStreamType StreamType;
                                ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:110:6: error: type 'ImplTraits::BaseParserType' (aka 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >') is not a direct or virtual base of 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
    :ImplTraits::BaseParserType(ANTLR_SIZE_HINT, instream, NULL)
     ^~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:125:6: error: type 'ImplTraits::BaseParserType' (aka 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >') is not a direct or virtual base of 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
    :ImplTraits::BaseParserType(ANTLR_SIZE_HINT, instream, state)
     ^~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:141:8: error: no member named 'get_psrstate' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
        this->get_psrstate()->set_tokenNames( OracleDMLTokenNames );
        ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:148:11: error: no member named 'get_rec' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
    this->get_rec()->reset();
    ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1843:48: error: no matching constructor for initialization of 'OracleDML_OracleDMLKeys::create_key_return'
    OracleDML_OracleDMLKeys::create_key_return retval(this);
                                               ^      ~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:781:12: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Antlr3BackendImpl::OracleDML_OracleDMLKeys *' to 'const Antlr3BackendImpl::OracleDML_OracleDMLKeys::create_key_return' for 1st argument
    struct create_key_return : public OracleDML_OracleDMLKeysImplTraits::RuleReturnValueType
           ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:788:9: note: candidate constructor not viable: no known conversion from 'Antlr3BackendImpl::OracleDML_OracleDMLKeys *' to 'antlr3::RuleReturnValue<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >::BaseParserType *' (aka 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > *') for 1st argument
        create_key_return( BaseParserType* parser )
        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:791:9: note: candidate constructor not viable: no known conversion from 'Antlr3BackendImpl::OracleDML_OracleDMLKeys *' to 'Antlr3BackendImpl::OracleDML_OracleDMLKeys::create_key_return' for 1st argument
        create_key_return( create_key_return&& other )
        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:785:9: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
        create_key_return()
        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1863:32: error: use of undeclared identifier 'get_psrstate'
            root_0 = std::move(get_psrstate()->get_treeAdaptor()->nilNode());
                               ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1866:45: error: no member named 'matchToken' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
            SQL92_RESERVED_CREATE1 =  this->matchToken(SQL92_RESERVED_CREATE, &FOLLOW_SQL92_RESERVED_CREATE_in_create_key367);
                                      ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1867:24: error: no member named 'hasException' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
            if  (this->hasException())
                 ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1871:23: error: no member named 'hasFailed' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
            if (this->hasFailed())
                ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1876:24: error: no member named 'get_backtracking' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
            if ( this->get_backtracking()==0 ) {
                 ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1877:53: error: use of undeclared identifier 'get_psrstate'
            SQL92_RESERVED_CREATE1_tree = std::move(get_psrstate()->get_treeAdaptor()->create(SQL92_RESERVED_CREATE1));
                                                    ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1878:13: error: use of undeclared identifier 'get_psrstate'
            get_psrstate()->get_treeAdaptor()->addChild(root_0, SQL92_RESERVED_CREATE1_tree);
            ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1892:16: error: no member named 'get_backtracking' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
    if ( this->get_backtracking()==0 ) {
         ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1893:19: error: use of undeclared identifier 'get_psrstate'
    retval.tree = get_psrstate()->get_treeAdaptor()->rulePostProcessing(root_0);
                  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1894:5: error: use of undeclared identifier 'get_psrstate'
    get_psrstate()->get_treeAdaptor()->setTokenBoundaries(retval.tree, retval.start, retval.stop);
    ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1897:16: error: no member named 'hasException' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
        if (this->hasException())
            ~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.cc:1899:19: error: no member named 'preporterror' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
            this->preporterror();
            ~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[4/85] /usr/bin/c++  -DNDEBUG -DPROVIDERS_PATH=\"/usr/local/lib/tora-3.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSHARE_DIR=\"/usr/local/share/tora-3.2\" -DTOBUILDTYPE_RELEASE=1 -DTO_NO_ORACLE -DTROTL_DLL -DTSQLPARSER_DLL -Dtora_EXPORTS -Isrc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/loki-extra/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/precompiled -I. -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/trotl/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libermodel -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/dtl -I/usr/local/include/qt5/Qsci -isystem /usr/local/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtPrintSupport -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtSql -isystem /usr/local/include/qt5/QtXml -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fPIE   -DQT -DSCI_LEXER -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o -MF src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o.d -o src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o -c /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc
FAILED: src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o 
/usr/bin/c++  -DNDEBUG -DPROVIDERS_PATH=\"/usr/local/lib/tora-3.2\" -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_PRINTSUPPORT_LIB -DQT_SQL_LIB -DQT_THREAD_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DSHARE_DIR=\"/usr/local/share/tora-3.2\" -DTOBUILDTYPE_RELEASE=1 -DTO_NO_ORACLE -DTROTL_DLL -DTSQLPARSER_DLL -Dtora_EXPORTS -Isrc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/loki-extra/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/precompiled -I. -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/trotl/src -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libermodel -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include -I/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/dtl -I/usr/local/include/qt5/Qsci -isystem /usr/local/include -isystem /usr/local/include/qt5 -isystem /usr/local/include/qt5/QtCore -isystem /usr/local/lib/qt5/mkspecs/freebsd-clang -isystem /usr/local/include/qt5/QtGui -isystem /usr/local/include/qt5/QtNetwork -isystem /usr/local/include/qt5/QtPrintSupport -isystem /usr/local/include/qt5/QtWidgets -isystem /usr/local/include/qt5/QtSql -isystem /usr/local/include/qt5/QtXml -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector -fno-strict-aliasing -fno-omit-frame-pointer -fPIE   -DQT -DSCI_LEXER -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o -MF src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o.d -o src/CMakeFiles/tora.dir/parsing/OracleDML.cc.o -c /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:45:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.hpp:56:
In file included from /usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3.hpp:43:
/usr/include/c++/v1/map:818:5: error: static_assert failed due to requirement 'is_same<typename allocator_type::value_type, value_type>::value' "Allocator::value_type must be same type as value_type"
    static_assert((is_same<typename allocator_type::value_type, value_type>::value),
    ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3memory.hpp:92:34: note: in instantiation of template class 'std::__1::map<unsigned int, unsigned int, std::__1::less<unsigned int>, antlr3::DefaultAllocPolicy::AllocatorType<std::__1::pair<unsigned int, unsigned int> > >' requested here
        class UnOrderedMapType : public std::map< KeyType, ValueType, std::less<KeyType>, 
                                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3tokenstream.hpp:267:26: note: in instantiation of template class 'antlr3::DefaultAllocPolicy::UnOrderedMapType<unsigned int, unsigned int>' requested here
    ChannelOverridesType        m_channelOverrides;
                                ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3baserecognizer.hpp:48:19: note: in instantiation of template class 'antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
        typedef typename StreamType::IntStreamType      IntStreamType;
                         ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDMLTraits.hpp:37:33: note: in instantiation of template class 'antlr3::BaseRecognizer<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>, antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                class RecognizerType : public antlr3::BaseRecognizer<ImplTraits, StreamType>
                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3traits.hpp:260:46: note: in instantiation of template class 'Antlr3BackendImpl::UserTraits<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
                                                             typename UserTraits<TraitsType>::template RecognizerType<StreamType>::BaseType
                                                                                              ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3parser.hpp:42:25: note: in instantiation of template class 'antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits>::RecognizerType<antlr3::CommonTokenStream<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> > >' requested here
class Parser  :  public ImplTraits::template RecognizerType< typename ImplTraits::TokenStreamType >
                        ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:755:40: note: in instantiation of template class 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' requested here
class OracleDML_OracleDMLKeys : public OracleDML_OracleDMLKeysImplTraits::BaseParserType
                                       ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML_OracleDMLKeys.hpp:761:10: error: no type named 'StreamType' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'; did you mean 'UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType'?
        typedef ComponentType::StreamType StreamType;
                ^~~~~~~~~~~~~~~~~~~~~~~~~
                UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/extlibs/libantlr3cpp-3.5.3/include/antlr3lexer.hpp:75:26: note: 'UserTraits<Traits<OracleDMLLexer, OracleDML, UserTraits> >::BaseLexerType::StreamType' declared here
        typedef InputStreamType StreamType;
                                ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:796:2: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
        this->get_psrstate()->set_treeAdaptor( new TreeAdaptorType() );
        ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:800:59: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
        m_gOracleDMLKeys = new OracleDML_OracleDMLKeys(instream, this->get_psrstate(), this);
                                                                 ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:801:65: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
        m_gOracleDMLCommons = new OracleDML_OracleDMLCommons(instream, this->get_psrstate(), this);
                                                                       ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:804:2: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
        this->get_psrstate()->set_tokenNames( OracleDMLTokenNames );
        ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:811:5: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
    this->get_rec()->reset();
    ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:821:20: error: no member named 'set_psrstate' in 'Antlr3BackendImpl::OracleDML_OracleDMLKeys'
        m_gOracleDMLKeys->set_psrstate( NULL );
        ~~~~~~~~~~~~~~~~  ^
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:823:2: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML_OracleDMLCommons'
        m_gOracleDMLCommons->set_psrstate( NULL );
        ^~~~~~~~~~~~~~~~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:827:9: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDML'
        delete this->get_psrstate()->get_treeAdaptor();
               ^~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5290:16: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
        return m_ctx->LA(i);
               ^~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5295:16: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
        return m_ctx->LT(k);
               ^~~~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5319:22: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                            LA18_33 = ctx->LA(1);
                                      ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5322:29: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                                index18_33 = ctx->index();
                                             ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5324:16: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                                ctx->rewindLast();
                                ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5343:10: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                                        ctx->seek(index18_33);
                                        ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5360:22: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                            LA18_47 = ctx->LA(1);
                                      ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5363:29: error: cannot initialize object parameter of type 'const antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                                index18_47 = ctx->index();
                                             ^~~
/usr/ports/databases/tora/work/tora-2.1.3-175-g763ab3bc/src/parsing/OracleDML.cc:5365:16: error: cannot initialize object parameter of type 'antlr3::Parser<antlr3::Traits<Antlr3BackendImpl::OracleDMLLexer, Antlr3BackendImpl::OracleDML, UserTraits> >' with an expression of type 'Antlr3BackendImpl::OracleDMLCyclicDFA18::CtxType' (aka 'Antlr3BackendImpl::OracleDML')
                                ctx->rewindLast();
                                ^~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant