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
Hello, I'm not sure what I'm doing wrong but as I build this project I get plenty of build/link errors.
One, easy to fix, is a wrong inclusion in include/boost/boostache/model/default_adapter.hpp:18, where I think the path <boost/boostache/frontend/stache_model.hpp> should be <boost/boostache/model/stache_model.hpp> (that's the only stache_model.hpp file I have anyways).
I'm building this on Sabayon Linux 64 bit, gcc 4.9.0, cmake 2.8.12.2, dev-libs/boost-1.52.0-r6. I've generated the build files with:
cmake -GNinja ~/dev/code/cpp/ovonovo/lib/liaw2014/
The text was updated successfully, but these errors were encountered:
Boostache started as a Library in a Week project at the C++Now 2014 conference. I have a few major updates that clean up a lot of code and organization that still need to be pushed. I am expecting to get a chance to finally work on the project again in the next couple weeks.
Hello, I'm not sure what I'm doing wrong but as I build this project I get plenty of build/link errors.
One, easy to fix, is a wrong inclusion in include/boost/boostache/model/default_adapter.hpp:18, where I think the path <boost/boostache/frontend/stache_model.hpp> should be <boost/boostache/model/stache_model.hpp> (that's the only stache_model.hpp file I have anyways).
The other I'm not sure how to fix it, but I get plenty of linker errors: http://pastebin.com/AubswQWv
I'm building this on Sabayon Linux 64 bit, gcc 4.9.0, cmake 2.8.12.2, dev-libs/boost-1.52.0-r6. I've generated the build files with:
cmake -GNinja ~/dev/code/cpp/ovonovo/lib/liaw2014/
The text was updated successfully, but these errors were encountered: