[vtkusers] build vtk 5.0 on window error QVTK

Clinton Stimpson clinton at elemtech.com
Mon Jan 30 09:38:01 EST 2006


>From: Jens Frederich <jfrederich at gmail.com>
>Subject: [vtkusers] build vtk 5.0 on window error QVTK
>To: vtkusers at vtk.org
>
>Hi all,
>
>I would compile vtk 5.0 for windows with VS .Net 2003 and QT 4.1 and cmake 2.2.3
>
>It's compiled and linked all lib other than QVTK.
>I become follow error message. I don't understand the message
>
>------ Build started: Project: QVTKWidgetPlugin, Configuration:
>RelWithDebInfo Win32 ------
>
>Building Custom Rule
>D:/work/pace/3rdparty/src/vtk-5.0.0/build/GUISupport/Qt/moc_QVTKWidget.cxx
>The system cannot find the path specified.
>Project : error PRJ0019: A tool returned an error code from "Building
>Custom Rule D:/work/pace/3rdparty/src/vtk-5.0.0/build/GUISupport/Qt/moc_QVTKWidget.cxx"
>
>
>Here the log file:
>
>
>Creating temporary file
>"d:\work\pace\3rdparty\src\vtk-5.0.0\build\GUISupport\Qt\QVTKWidgetPlugin.dir\RelWithDebInfo\BAT000003.bat"
>with contents
>[
>@echo off
>D\bin\moc.exe -DWIN32 -D_WINDOWS -DQVTKWidgetPlugin_EXPORTS
>  
>
How about fixing that D\bin\moc.exe  to be D:\bin\moc.exe  ?

Clint





More information about the vtkusers mailing list