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 …
↧