Public bug reported:

Binary package hint: libopenbabel-dev

Header file /usr/include/openbabel-2.0/openbabel/generic.h has a typo in
it that prevents compilation of the OpenBabel::OBPairTemplate class:

/usr/include/openbabel-2.0/openbabel/generic.h(302): error: "ValueT" is
not a nonstatic data member or base class of class
"OpenBabel::OBPairTemplate<ValueT>"

This is caused by a typo in which the constructor attempts to initialize
ValueT (a template type parameter) rather than _value (the actual
variable). The attached patch fixes the problem.

** Affects: openbabel (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Header typo in libopenbabel-dev
https://bugs.launchpad.net/bugs/280992
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to