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

error: no class named 'CircularBufferBase' in namespace 'larcv' #83

Closed
twongjirad opened this issue Jan 5, 2017 · 2 comments
Closed
Assignees
Labels

Comments

@twongjirad
Copy link
Member

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.

@twongjirad twongjirad self-assigned this Jan 5, 2017
@twongjirad twongjirad added the bug label Jan 5, 2017
@twongjirad
Copy link
Member Author

"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.

@drinkingkazu
Copy link

Yes, absolutely correct and my apology for silliness...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants