public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* nurbs cannot be compiled with gcc 3.4
@ 2004-11-24 10:27 e7677215
  2004-11-24 12:44 ` Giovanni Bajo
  0 siblings, 1 reply; 4+ messages in thread
From: e7677215 @ 2004-11-24 10:27 UTC (permalink / raw)
  To: gcc

I need to install nurbs++-3.0.11 compiling it with gcc 3.4...., it can be
compiled with gcc 3.3 but it cannot be compiled with gcc 3.4, it returns a lot
of errors. I soved some problems of templates, but there's one I can't solve :

nurbs.cpp: In member function `BasicList<PLib::Point_nD<T, D> >
PLib::NurbsCurve<T, N>::tesselate(T, BasicList<T>*) const [with T = float, int
N = 3]':
f_nurbs.cpp:56:   instantiated from here
nurbs.cpp:5252: error: no matching function for call to
`BasicList<PLib::Point_nD<float, 3>
>::BasicList(BasicList<PLib::Point_nD<float, 3> >)'
../matrix/list.h:128: note: candidates are:
BasicList<T>::BasicList(BasicList<T>&) [with T = PLib::Point_nD<float, 3>]
nurbs.cpp: In member function `BasicList<PLib::Point_nD<T, D> >
PLib::NurbsCurve<T, N>::tesselate(T, BasicList<T>*) const [with T = float, int
N = 2]':


Any idea?

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-24 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 10:27 nurbs cannot be compiled with gcc 3.4 e7677215
2004-11-24 12:44 ` Giovanni Bajo
2004-11-24 16:30   ` e7677215
2004-11-24 16:34     ` Giovanni Bajo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).