Dear all,<br><br>i was trying to compile and run the example in VTK 5.0/Examples/GUI/QT/Simple View and did the following steps<br><br>qmake -project<br>qmake<br>make<br><br>After executing make in the terminal, i came across the following errors<br>
<br>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&nbsp; -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<br>
In file included from SimpleView3.h:37,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from main.cxx:31:<br><b>uiSimpleView3.h:15:24: error: QVTKWidget.h: No such file or directory</b><br>make: *** [main.o] Error 1<br><br>I had copied the example directory &#39;SimpleView&#39; from the VTK 5.0 example directory to one of the sub directories in &#39;HOME/BRIAN&#39; and tried to compile this.<br>
<br>Could someone help me out in this,<br><br><br>Regards<br>Brian<br>