[Insight-users] (no subject)

John Drescher drescherjm at gmail.com
Wed Nov 11 12:05:01 EST 2009


> I am beginner in Visual Studio, Cmake and in ITK also.
> I usually compiling with Code::blocks, before that I used to use Dev-C++.
> Not so many experiance in MS VS... yet.
>
> I started my day with downloading the lastest CMake (2.6.4), the latest ITK
> sourcode files (InsightApplications-3.16.0.zip).
> I also gathered an MS Visual Studio (2008 pro). I followed the instructions
> as I found in: http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf
> * I installed cmake (C:\Program Files\CMake 2.6),
> * then I unzipped InsightApplications-3.16.0.zip into "F:\itk\src\insight\"
> and then
> * created F:\itk\bin\insight\.
>
> * CMakeSetup with parameters:
>  - source code: F:\itk\src\insight\
>  - binary files destination: F:\itk\bin\insight\
>  - compiler: visual studio 9 (2008).
>  - BUILD_DOXYGEN: OFF
>  - BUILD_EXAMPLES: OFF
>  - BUILD_SHARED_LIBS: OFF
>  - BUILD_TESTING: OFF
>  - CMAKE_BQCKWARDS_COMPATIBILITY: 2.4
>  - CMAKE_INSTALL_PREFIX: C:PRogram Files\ITK
>  - ITK_USE_KWSTYLE: OFF
> After "Configure" pushed 2nd time all of them is gray. Great.
> After 3th push: Configuration done. :) OK, all the project files are done.
>
> * Then I open the solution file in VS, right click on ALL_BUILD -> Build, It
> tooks like 10 minutes to build, result:
> ========== Build: 33 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
>
> * Step 5: "Verify the Built"... There are no directories in
> F:\itk\bin\insight\bin\Debug\, only files...
This is normal.

>and I didn't find
> HelloWorld.cxx neither.
You told it not to build examples.

> Then I pushed right click on INSTALL -> Build.
> ========== Build: 1 succeeded, 0 failed, 35 up-to-date, 0 skipped ==========
> It has created the directories and files in the target directory: C:\Program
> Files\ITK, but in the bin directory there are only the next files:
> itkTestDriver.exe
> Microsoft.VC90.CRT.manifest
> msvcm90.dll
> msvcp90.dll
> msvcr90.dll
>
> Is it normal?
>
Yes.

> I had that impression I should find the same directory structure in bin like
> in src...
Yes. You should have the same structure at F:\itk\bin\insight
>
> Did I something wrong?
>
> Thanks in advice.
> Tamas
>
>
> ________________________________________________________
> Ne hagyja ki az utolsó nagy, novemberi kötelező biztosító váltást!
> Számoljon, hogy spóroljon!
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>



-- 
John M. Drescher


More information about the Insight-users mailing list