Qwt 5.2.0 nicht kompilierbar

Verschiedenes zu Qt
Antworten
xchrisx
Beiträge: 18
Registriert: 23. August 2007 20:20
Wohnort: Duisburg
Kontaktdaten:

Qwt 5.2.0 nicht kompilierbar

Beitrag 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
MiKla
Beiträge: 134
Registriert: 29. Juli 2007 15:29

Beitrag von MiKla »

Ich sehe nur Warnings.

Die kommen bei mir auch aber funktioniert einwandfrei!!!


Michael
Antworten