Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Can't compile qwtplot3d-0.2.7 against Qt 4.8.4

    3rd Party Software
    2
    2
    1834
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      ezekiel2517 last edited by

      Hi there,

      i'm not sure whether i'm the 1st to compile qwt3d or just didn't find a previous post dealing with this problem.

      Re-compiling fails after upgrading from Qt 4.7.4 to Qt 4.8.4.
      Does anybody have an idea about the differences?

      I'm using:

      • qwtplot3d-0.2.7
      • Microsoft Visual C++ Compiler 8.0 (x86)
      • Qt 4.8.4
      • Following lines had been added to the original "qwtplot3d.pro"
        @INCLUDEPATH += .
        "$$(PROGRAMFILES)/Microsoft Platform SDK for Windows Server 2003 R2/Include/"
        LIBS +=
        -L"$$(PROGRAMFILES)/Microsoft Platform SDK for Windows Server 2003 R2/Lib"
        @

      The 1st compiler messages are as follows:
      @
      C:\Programme\Qt\qtcreator-2.5.0\bin\jom.exe -f Makefile.Debug
      cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -EHsc -W3 -w34100 -w34189 -GR -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQWT3D_DLL -DQWT3D_MAKEDLL -DQWT3D_DLL -DQT_OPENGL_LIB -DQT_GUI_ -DLIB -DQT_THREAD_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"........\Programme\Qt\4.8.4\include\QtCore" -I"........\Programme\Qt\4.8.4\include\QtGui" -I"........\Programme\Qt\4.8.4\include\QtOpenGL" -I"........\Programme\Qt\4.8.4\include" -I"..\qwtplot3d\include" -I"..\qwtplot3d" -I"........\Programme\Microsoft Platform SDK for Windows Server 2003 R2\Include" -I"........\Programme\Qt\4.8.4\include\ActiveQt" -I"tmp" -I"." -I"........\Programme\Qt\4.8.4\mkspecs\win32-msvc2005" -FotmpDebug\ @C:\DOKUME~1\ganz\LOKALE~1\Temp\qwt3d_axis.obj.3280.31.jom
      qwt3d_axis.cpp
      c:_develop\3rd-party\qwtplot3d\qwtplot3d\include\qwt3d_openglhelper.h(63) : error C3861: "gluErrorString": Bezeichner wurde nicht gefunden.
      c:_develop\3rd-party\qwtplot3d\qwtplot3d\include\qwt3d_openglhelper.h(100) : error C3861: "gluUnProject": Bezeichner wurde nicht gefunden.
      c:_develop\3rd-party\qwtplot3d\qwtplot3d\include\qwt3d_openglhelper.h(116) : error C3861: "gluProject": Bezeichner wurde nicht gefunden.
      qwt3d_color.cpp
      ...
      ...
      @

      Thanks in advance ...

      1 Reply Last reply Reply Quote 0
      • A
        alok9871 last edited by

        Hi..long time already..But did you solve it?

        I could manage to link it to GL.h and GLU.h so I could solve for the errors you are getting.

        But after it is solved, I cannot move ahead. I am being returned with a dll file..which when i link to my project says its corrupt.

        Any help in this regard will be very great.. thank you

        Regards
        Alok

        1 Reply Last reply Reply Quote 0
        • First post
          Last post