<p dir="ltr">Den 30 maj 2017 8:35 fm skrev "Elvis Stansvik" <<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>>:<br>
><br>
> Den 30 maj 2017 3:43 fm skrev "Manuel Alejandro Castro Fuentes" <<a href="mailto:mafuentes@uclv.cu">mafuentes@uclv.cu</a>>:<br>
> ><br>
> > Hi.<br>
> > I'm building the release candidate of VTK 8.0.0 to test it in:<br>
> > - Windows 10 x64<br>
> > - with Visual Studio 2015<br>
> > - and Qt 5.8<br>
> > - Wrapping for Python 3.5<br>
><br>
> I built rc1 with VS 2015 Community on Win 8.1 without problems. I did not build against the WinRT version of Qt like you though. I'm guessing that may be a clue, but I don't know.</p>
<p dir="ltr">I should say: I'm also using Qt 5.8.0.</p>
<p dir="ltr">><br>
> Elvis<br>
><br>
> ><br>
> > The Build process ended with: Build: 315 succeeded, 5 failed, 0 up-to-date, 2 skipped<br>
> > The changes of default CMake config and the lines of the build log that contained the errors I append them below, there are other lines refering to LINK errors with .lib files but I guess that happens as result of this ones failing to build.<br>
> ><br>
> > Also, I built VTK 7.1.0 with no issues against that same configuration. I hope this can be helpful for the developer team.<br>
> ><br>
> > Best regards,<br>
> > Manuel<br>
> ><br>
> > -----------------------------------------------------<br>
> > CMake -> Show my changes<br>
> > -----------------------------------------------------<br>
> > Commandline options:<br>
> > -DVTK_PYTHON_VERSION:STRING="3.5" -DQT_QMAKE_EXECUTABLE:FILEPATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe" -DVTK_QT_VERSION:STRING="5" -DVTK_Group_Qt:BOOL="1" -DVTK_WRAP_PYTHON:BOOL="1" -DQt5_DIR:PATH="C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5" <br>
> ><br>
> > Cache file:<br>
> > VTK_PYTHON_VERSION:STRING=3.5<br>
> > QT_QMAKE_EXECUTABLE:FILEPATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/bin/qmake.exe<br>
> > VTK_QT_VERSION:STRING=5<br>
> > VTK_Group_Qt:BOOL=1<br>
> > VTK_WRAP_PYTHON:BOOL=1<br>
> > Qt5_DIR:PATH=C:/Libraries/Builds/Qt5.8.0/5.8/winrt_x64_msvc2015/lib/cmake/Qt5<br>
> ><br>
> > -----------------------------------------------------<br>
> > Visual Studio 2015 -> Build log<br>
> > -----------------------------------------------------<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(341): error C2065: 'GL_RENDERBUFFER_SAMPLES': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(460): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2065: 'QOpenGLFunctions_3_2_Core': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(461): error C2974: 'QOpenGLContext::versionFunctions': invalid template argument for 'TYPE', type expected<br>
> > 124> c:\libraries\builds\qt5.8.0\5.8\winrt_x64_msvc2015\include\qtgui\qopenglcontext.h(193): note: see declaration of 'QOpenGLContext::versionFunctions'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(462): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): note: type is 'unknown-type'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(464): error C2065: 'GL_DRAW_FRAMEBUFFER': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): error C2227: left of '->glDrawBuffer' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(465): note: type is 'unknown-type'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2227: left of '->glBindFramebuffer' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): note: type is 'unknown-type'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(467): error C2065: 'GL_READ_FRAMEBUFFER': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): error C2227: left of '->glReadBuffer' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(468): note: type is 'unknown-type'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): error C2227: left of '->glDisable' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(469): note: type is 'unknown-type'<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2065: 'f': undeclared identifier<br>
> > 124>D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): error C2227: left of '->glBlitFramebuffer' must point to class/struct/union/generic type<br>
> > 124> D:\Sources\VTK-8.0.0.rc1\GUISupport\Qt\QVTKOpenGLWidget.cxx(470): note: type is 'unknown-type'<br>
> ><br>
> > _______________________________________________<br>
> > Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
> ><br>
> > Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
> ><br>
> > Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
> ><br>
> > Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a><br>
> ><br>
> > Follow this link to subscribe/unsubscribe:<br>
> > <a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br></p>