liaw2014 icon indicating copy to clipboard operation
liaw2014 copied to clipboard

Broken build

Open KingDuckZ opened this issue 10 years ago • 1 comments

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/

KingDuckZ avatar Jul 13 '14 11:07 KingDuckZ

Hi KingDuckZ -

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.

Stay tuned in for updates!

mjcaisse avatar Jul 17 '14 06:07 mjcaisse