[vtkusers] QT VTK make error linux
Brian Gee Chacko
hebrev at gmail.com
Thu Apr 10 06:23:59 EDT 2008
Dear all,
i was trying to compile and run the example in VTK
5.0/Examples/GUI/QT/Simple View and did the following steps
qmake -project
qmake
make
After executing make in the terminal, i came across the following errors
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -DQT_NO_DEBUG -DQT_SHARED
-DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default
-I. -I. -I/usr/lib/qt-3.3/include -o main.o main.cxx
In file included from SimpleView3.h:37,
from main.cxx:31:
*uiSimpleView3.h:15:24: error: QVTKWidget.h: No such file or directory*
make: *** [main.o] Error 1
I had copied the example directory 'SimpleView' from the VTK 5.0 example
directory to one of the sub directories in 'HOME/BRIAN' and tried to compile
this.
Could someone help me out in this,
Regards
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080410/e3c2d9f4/attachment.htm>
More information about the vtkusers
mailing list