We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling APICaffe... make[1]: Entering directory '/home/twongjirad/working/larcv/app/APICaffe' << generating dict >> In file included from input_line_12:7: ./CircularBufferBase.imp.h:4:23: error: explicit instantiation of non-template class 'CircularBufferBase' template class larcv::CircularBufferBase<std::vector<double> >; ^ ~~~~~~~~~~~~~~~~~~~~~~ ./CircularBufferBase.imp.h:4:23: error: no class named 'CircularBufferBase' in namespace 'larcv' template class larcv::CircularBufferBase<std::vector<double> >; ~~~~~~~^ Error: rootcling: compilation failure (/home/twongjirad/working/larcv/build/lib/libLArCVAPICaffe3f4dfb8768_dictUmbrella.h) /home/twongjirad/working/larcv/Makefile/GNUmakefile.CORE:41: recipe for target '/home/twongjirad/working/larcv/build/APICaffe/APICaffeDict.cxx' failed make[1]: *** [/home/twongjirad/working/larcv/build/APICaffe/APICaffeDict.cxx] Error 1 make[1]: Leaving directory '/home/twongjirad/working/larcv/app/APICaffe'
develop won't build.
The text was updated successfully, but these errors were encountered:
"fixed this" by adding header to imp.h file. done here: 2b60f46
would like @drinkingkazu to maybe check that this is OK with intended use, before issue closed.
Sorry, something went wrong.
Yes, absolutely correct and my apology for silliness...
twongjirad
No branches or pull requests
develop won't build.
The text was updated successfully, but these errors were encountered: