I'm getting some funky build error messages [Potential Bugs]
Added by Alex Angel almost 9 years ago
Notes:
- OS: Ubuntu 16.10
- Wt version: 3.3.6 (free version)
- For readability I'v replaced some white space with '-'
So I was trying to build wt and this stuff popped up:
<!-- -->
<!-- -->
<!-- -->
So is this a bug or something?
Replies (1)
RE: I'm getting some funky build error messages [Potential Bugs] - Added by Roel Standaert almost 9 years ago
The deprecation warnings in Boost are really just in Boost, I believe. Maybe more recent versions of Boost will fix this.
Wt 3.3.6 does use auto_ptr in a few places. You don't need to worry about that, but it does generate warnings. In the next release, if you are compiling in C++11 mode, Wt will use std::unique_ptr instead, so there will be no more auto_ptr warning.
The last warning was actually a mistake, that will be fixed in the next release. It shouldn't really hurt, though. It's more of an assertion to double check if our implementation for Wt::Dbo::ptr is correct.
Regards,
Roel



