Bug #1302
closedDboTest fails
0%
Description
I am trying to compile newest git version on a mac with boost 1_49
(also tried the winst which use 1_48)
When compiling DboTest (with clang) I get an error at line 173 saying that Session::SetInfo is a private type.
[ 84%] Building CXX object test/CMakeFiles/test.dir/dbo/DboTest.o
In file included from /opt/local/winst/wt-git/test/dbo/DboTest.C:10:
In file included from /opt/local/winst/wt-git/src/Wt/Dbo/Dbo:11:
In file included from /opt/local/winst/wt-git/src/Wt/Dbo/Impl:14:
/opt/local/winst/wt-git/src/Wt/Dbo/weak_ptr_impl.h:173:16: error: 'SetInfo' is a
private member of 'Wt::Dbo::Session'
Session::SetInfo *info)
I cannot manage to get around it as it is in the Dbo implementation.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.2
Hey,
Interesting that our compilers do not complain ...
I've fixed this in my git and will push later.
Regards,
koen
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
Released in Wt 3.2.2