Hi, I am not really sure what you are trying to do, but if you want to use header files from a MITK module, you need to make sure to add dependency from your project to that module in your CMakeLists.txt file. Have a look at the CMakeLists.txt files of the MITK modules and/or executables in the MITK source tree to get an idea how it is done.
Best, Sascha On 02/27/2014 02:28 PM, Jatin Nath wrote: > hi all, > > Im trying to modify a peice of the example code from tutorials to > register two images so I can later on go on the register 3D datasets > in dicom format.Right now I keep getting errors like fatal error: > mitkRegistrationBase.h: No such file or directory. Even though I set > the location of the header file in the as set(MOC_H_FILES > ../../../../../mitkRegistrationBase.h ) I keep getting this error when > I try "make" . Can anybody give suggest something please? > Thanks > > Regards > Jatin Nath, > School of BioMedical Engineering, > Indian Institute of Technology (Banaras Hindu University), Varanasi ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
