BIND 10 #2980: Implement Hooks Framework (part 2) - library loading and unloading
BIND 10 Development
do-not-reply at isc.org
Fri Jul 5 13:14:00 UTC 2013
#2980: Implement Hooks Framework (part 2) - library loading and unloading
-------------------------------------+-------------------------------------
Reporter: stephen | Owner:
Type: enhancement | stephen
Priority: medium | Status:
Component: Unclassified | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-DHCP-20130717
Sub-Project: DHCP | Resolution:
Estimated Difficulty: 0 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by tomek):
Oops, I gave the "ok to merge" too early. The code on branch 2980 does not
build for me:
I'm trying to build it on Ubuntu 13.04 x64 with g++ 4.7.3, but the problem
seem to be generic (missing constant).
{{{
make[7]: Entering directory
`/home/thomson/devel/bind10/src/lib/hooks/tests'
CXXLD libbcl.la
CXXLD liblcl.la
CXXLD liblecl.la
CXXLD libucl.la
CXXLD libfcl.la
CXX run_unittests-library_manager_unittest.o
library_manager_unittest.cc: In member function 'virtual void
{anonymous}::LibraryManagerTest_VersionException_Test::TestBody()':
library_manager_unittest.cc:194:50: error: 'FRAMEWORK_EXCEPTION_LIBRARY'
was not declared in this scope
library_manager_unittest.cc: In member function 'virtual void
{anonymous}::LibraryManagerTest_CheckLoadException_Test::TestBody()':
library_manager_unittest.cc:299:50: error: 'FRAMEWORK_EXCEPTION_LIBRARY'
was not declared in this scope
library_manager_unittest.cc: In member function 'virtual void
{anonymous}::LibraryManagerTest_CheckUnloadException_Test::TestBody()':
library_manager_unittest.cc:367:50: error: 'FRAMEWORK_EXCEPTION_LIBRARY'
was not declared in this scope
make[7]: *** [run_unittests-library_manager_unittest.o] Error 1
make[7]: Leaving directory
`/home/thomson/devel/bind10/src/lib/hooks/tests'
make[6]: *** [all-recursive] Error 1
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/2980#comment:10>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list