[vtkusers] Failed to find "glu32" (VTK6.1, Qt5.2.1, MSVC2012)

Christopher Mullins christopher.mullins at kitware.com
Thu May 1 03:28:36 EDT 2014


Did you, by any chance, run msbuild from the command line instead of from
the visual Studio environment? It's a long shot, but I've had the same
issue on Win7 with VS2010 where the Windows SDK hadn't been located.

It could point to a generator problem as well. Where is glu32.lib located
on your system? Try setting CMAKE_PREFIX_PATH to that directory at
configure time.

Please let me know how it works. I'll try to document it if we can isolate
the problem.
On May 1, 2014 3:15 AM, "John Anaia" <john.anaia at gmail.com> wrote:

> Dear vtkusers,
>
> While building VTK6.1 with Qt5.2.1 (MSVC2012_64_opengl prebuilt binary)
> using MSVC2012_x64 on Windows 8.1, I got the following error message:
>
> CMake Error at
> C:/Qt/Qt5.2.1/5.2.1/msvc2012_64_opengl/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:16
> (message):
> Failed to find "glu32" in "" with CMAKE_CXX_LIBRARY_ARCHITECTURE "".
>
> I checked VTK_GROUP_QT, Module_vtkGUISupportQt,
> Module_vtkGUISupportQtOpenGL, and set QT version to 5. CMake found the
> following three DIR's:
>
> Qt5Core_DIR = C:/Qt/Qt5.2.1/5.2.1/msvc2012_64_opengl/lib/cmake/Qt5Core
> Qt5Gui_DIR = C:/Qt/Qt5.2.1/5.2.1/msvc2012_64_opengl/lib/cmake/Qt5Gui
> Qt5Widgets_DIR =
> C:/Qt/Qt5.2.1/5.2.1/msvc2012_64_opengl/lib/cmake/Qt5Widgets
>
> Did I miss anything?
>
> Thank you all,
> John
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140501/ab9370e2/attachment.html>


More information about the vtkusers mailing list