Seite 1 von 1

Qwt 5.2.0 nicht kompilierbar

Verfasst: 28. April 2009 11:06
von xchrisx
Hallo alle zusammen.
Ich habe ein paar Probleme qwt5.2 bei mir auf dem rechner zu kompilieren.
ich benutze dazu den compiler von visual studio 2005.
folgender Fehler wird mir bei einigen klassen (nicht allen) ausgeworfen:

Code: Alles auswählen

c:\programme\trolltech\qwt-5.2.0\src\qwt_valuelist.h(48) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
        with
        [
            T=double
        ]
c:\programme\trolltech\qwt-5.2.0\src\qwt_valuelist.h(48) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
        with
        [
            T=double
        ]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(506) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
        with
        [
            T=double
        ]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(506) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
        with
        [
            T=double
        ]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qvector.h(686) : warning C4661: 'QSet<T> QList<T>::toSet(void) const' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(282) : see declaration of 'QList<T>::toSet'
        with
        [
            T=double
        ]
c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qvector.h(686) : warning C4661: 'QList<T> QList<T>::fromSet(const QSet<T> &)' : no suitable definition provided for explicit template instantiation request
        with
        [
            T=double
        ]
        c:\programme\trolltech\qt-win-commercial-src-4.3.2\include\qtcore\../../src/corelib/tools/qlist.h(285) : see declaration of 'QList<T>::fromSet'
        with
        [
            T=double
        ]
würd mcih über eine antwort freuen.
mfg
chris

Verfasst: 28. April 2009 11:08
von MiKla
Ich sehe nur Warnings.

Die kommen bei mir auch aber funktioniert einwandfrei!!!


Michael