[Insight-users] Error for not finding exe..

Luis Ibanez luis.ibanez at kitware.com
Mon Oct 8 08:45:40 EDT 2007


Hi Rashmi,

1) What project from InsightApplications are you trying to build ?
2) Did you compiled InsightApplications for Release  ? or  for Debug ?
3) When you tried to run the executable, were you using F5 or Ctrl+F5 ?

The executables should be located in the directory

    InsightApplicationsBin/AppName/release/

     (if you build for Release)

or

    InsightApplicationsBin/AppName/debug/

     (if you build for Release)


where (AppName) is the name of the specific application that you
are trying to build.


That will be the location of the Executables *unless* you have set
a directory in the CMake variable EXECUTABLE_OUTPUT_PATH. In which
case, the executables will go to a "release" or "debug" subdirectory
of that directory.



    Please let us know what you find.


        Thanks


          Luis



--------------------------
rashmi vaidya wrote:
>  
> Hello,
>  
> while building itk application, I set the project as startup then it 
> will give the error that file.exe not found...
>  
> So where i actually get the exe to run ......
>   
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list