Re: template definitions cannot nest(qdbusargument.h)

2007-02-15 Thread Christian Ehrlicher
Azman Minha schrieb: Hi all, I want to compile QtDBus and tools (http://www.kdelibs.com/wiki/index.php/Building_KDElibs_4_using_MS_Visual_Studio) But I encounter this error. qdbusargument.h(173) : error C2954: template definitions cannot nest. My spec: QT: 4.2.2 Compiler:Visual C++ 6.0

Re: template definitions cannot nest(qdbusargument.h)

2007-02-15 Thread Thiago Macieira
Christian Ehrlicher wrote: qdbusargument.h(173) : error C2954: template definitions cannot nest. My spec: QT: 4.2.2 Compiler:Visual C++ 6.0 Any suggestion on what should I do? msvc6 is not supported by kdelibs (and as it looks, qdbus is also not compilable with msvc6). Use a recent

Re: template definitions cannot nest(qdbusargument.h)

2007-02-15 Thread Christian Ehrlicher
Thiago Macieira schrieb: Christian Ehrlicher wrote: qdbusargument.h(173) : error C2954: template definitions cannot nest. My spec: QT: 4.2.2 Compiler:Visual C++ 6.0 Any suggestion on what should I do? msvc6 is not supported by kdelibs (and as it looks, qdbus is also not compilable with

Re: template definitions cannot nest(qdbusargument.h)

2007-02-15 Thread Thiago Macieira
Christian Ehrlicher wrote: KDELibs doesn't support MSVC++ 6.0, but Qt does. The code is a bug previously not known. Because qdbus is not officially supported on win32 atm and I wonder that dbus/win32 is compilable with msvc6 ... :) While that is true, Qt is supposed to be MSVC6-clean. So,