Hi,
 I'm getting this error when trying to build sage-the-library 6.7 (against 
system NTL), with both GCC 4.9 and GCC 5:

build/cythonized/sage/rings/polynomial/pbori.cpp:1931:3: error: reference to 
'WrappedPtr' is ambiguous
   WrappedPtr<FGLMStrategy> _strat;
   ^
In file included from 
build/cythonized/sage/rings/polynomial/pbori.cpp:308:0:
sage/libs/polybori/pb_wrap.h:180:7: note: candidates are: template<class 
Type> class WrappedPtr
 class WrappedPtr:
       ^
In file included from /usr/include/NTL/ZZ.h:19:0,
                 from 
/build/sagemath/src/sage-01432cf19605c9534a6063d1d66f55d7b96a50d1/src/c_lib/include/ntl_wrap.h:2,
                 from build/cythonized/sage/rings/polynomial/pbori.cpp:319:
/usr/include/NTL/tools.h:490:7: note:                 template<class T, 
class Deleter> class NTL::WrappedPtr
 class WrappedPtr {
       ^

I've bisected and it is caused by this commit:
https://github.com/sagemath/sage/commit/01432cf19605c9534a6063d1d66f55d7b96a50d1

Any idea how to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to