<div>Hello, i just installed ITK and VTK and have built it using cmake, where everything went great.</div>
<div>Now i want to test my ITK/VTK installation using a example program i have found in the tutorial </div>
<div><a href="http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf">http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf</a></div>
<div>I can make the program in cmake, and get my Visual studio project files just fine, but when i then want to build the ALL_BUILD project, i get the error</div>
<div>&nbsp;</div>
<div>fata error C1083: Cannot open include file: 'itkImageToVTKImageFilter.h': No such file or directory</div>
<div>&nbsp;</div>
<div>So i found out that i need the insightapplications in order to get these h-files.</div>
<div>&nbsp;</div>
<div>I then downloaded insightapplications and wantd to install. Now i then find out that i need some FLTK library and q2 library also.</div>
<div>&nbsp;</div>
<div>I tried then to download FLTK, and wanted to build it in cmake as well. This went alright, but when i then ran the ALL_BUILD project in VS-2005, i get loads of errors. So now my question is - </div>
<div>Which packages do i actually need? Is it really necessary to install all these things if i want to use ITK and VTK, and if yes, i was hoping someone could help me get a little overview of all pacakges needed.</div>
<div>&nbsp;</div>
<div>The errors i get when i want to install FLTK are written below.</div>
<div>&nbsp;</div>
<div>I really hope someone can help me out here.</div>
<div>&nbsp;</div>
<div>Best of regards to all</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Error&nbsp;283&nbsp;error LNK2019: unresolved external symbol &quot;enum Fl_Boxtype __cdecl fl_define_FL_GTK_UP_BOX(void)&quot; (<a href="mailto:?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ">?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ
</a>) referenced in function &quot;void __cdecl `dynamic initializer for 'boxmenu''(void)&quot; (<a href="mailto:??__Eboxmenu@@YAXXZ">??__Eboxmenu@@YAXXZ</a>)&nbsp;Fl_Widget_Type.obj&nbsp;<br>Error&nbsp;284&nbsp;error LNK2001: unresolved external symbol &quot;enum Fl_Boxtype __cdecl fl_define_FL_GTK_UP_BOX(void)&quot; (
<a href="mailto:?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ">?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ</a>)&nbsp;fltk.lib&nbsp;<br>Error&nbsp;285&nbsp;fatal error LNK1120: 1 unresolved externals&nbsp;D:\skole\fltk-1.1.x-r5479\bin\bin\Debug\fluid.exe
&nbsp;1&nbsp;<br>Error&nbsp;286&nbsp;error LNK2019: unresolved external symbol &quot;enum Fl_Boxtype __cdecl fl_define_FL_GTK_UP_BOX(void)&quot; (<a href="mailto:?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ">?fl_define_FL_GTK_UP_BOX@@YA?AW4Fl_Boxtype@@XZ
</a>) referenced in function &quot;public: static int __cdecl Fl::reload_scheme(void)&quot; (<a href="mailto:?reload_scheme@Fl@@SAHXZ">?reload_scheme@Fl@@SAHXZ</a>)&nbsp;fltk.lib&nbsp;<br>Error&nbsp;287&nbsp;fatal error LNK1120: 1 unresolved externals&nbsp;D:\skole\fltk-
1.1.x-r5479\bin\bin\Debug\resizebox.exe&nbsp;<br>.</div>
<div>.</div>
<div>.</div>
<div>.</div>
<div>And many more. </div>