[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nel] Compile Errors
From: |
Sebastian |
Subject: |
Re: [Nel] Compile Errors |
Date: |
Wed, 17 Nov 2004 18:15:48 -0700 |
Yesterday I downgraded from MSVC++ .NET 2003 to MSVC++ 6.0 SP5, hoping
that I'd be able to build nelns with less errors. With the newest cvs
version of NeL, STLport 5.0.0, and a self-compiled LibXML2 2.6.15 as
per your instructions, I am getting these same errors when trying to
build 3d.
-------------------------------------------------------------------
i_xml.cpp
C:\LIBRARY\INCLUDE\libxml/valid.h(376) : error C2955: 'list' : use of
class template requires template argument list
C:\STLPORT\STLPORT\stl/_list.h(636) : see declaration of 'list'
o_xml.cpp
C:\LIBRARY\INCLUDE\libxml/valid.h(376) : error C2955: 'list' : use of
class template requires template argument list
C:\STLPORT\STLPORT\stl/_list.h(636) : see declaration of 'list'
-------------------------------------------------------------------
I did a search for this error on Google and came up with the following
old mailing list thread from the Gnome project, but I'm not sure if it
applies at all since we are using STLport:
< http://mail.gnome.org/archives/xml/2001-November/msg00130.html >
Any idea how to go about fixing this problem?
--Sebastian