You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/CRReader.hh:28,
from src/CRReader.cc:19:
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h: In copy constructor ‘ContinuousReader::ContinuousReader(ContinuousReader&)’:
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h:190: error: ‘ContinuousStreamer::ContinuousStreamer(ContinuousStreamer&)’ is private
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h:416: error: within this context
src/CRReader.cc: In constructor ‘avro::CRReaderBase::CRReaderBase(ContinuousReader&)’:
src/CRReader.cc:60: note: synthesized method ‘ContinuousReader::ContinuousReader(ContinuousReader&)’ first required here
Not sure if this is still being maintained.
The text was updated successfully, but these errors were encountered:
I was just able to build/install against 7.1.2-2, but I needed to [yum] install subversion to resolve a build failure around svn version.. I'm not sure why are you seeing that error, but I don't believe there are any known issues with this UDx and 7.1.2-2.
I got it. I was using the package on the haven market place which I guess is a dud. A fresh clone here seems to have gotten everything working correctly.
In file included from src/CRReader.hh:28,
from src/CRReader.cc:19:
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h: In copy constructor ‘ContinuousReader::ContinuousReader(ContinuousReader&)’:
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h:190: error: ‘ContinuousStreamer::ContinuousStreamer(ContinuousStreamer&)’ is private
/opt/vertica/sdk/examples/HelperLibraries/CoroutineHelpers.h:416: error: within this context
src/CRReader.cc: In constructor ‘avro::CRReaderBase::CRReaderBase(ContinuousReader&)’:
src/CRReader.cc:60: note: synthesized method ‘ContinuousReader::ContinuousReader(ContinuousReader&)’ first required here
Not sure if this is still being maintained.
The text was updated successfully, but these errors were encountered: