Hi Amir, apparently you have some uncommitted changes in you MITK repository. You can see that by entering "git status" or "git fetch" into the git bash. If these changes are intended you can just commit or stash them.
Just type "git stash", make your build and afterwards type "git stash pop". This should work. But normally such problems should not occur since there should not be an automatic git fetch if you start your MITK build. Maybe there is something else wrong: - On which branch are you currently working? - Did you start the MITK-build or the MITK-superbuild? - Did you change anything at the local git config? Regards Andreas On 22.05.2012, at 10:21, Amirhossein Jaberzadeh wrote: Dear all I installed MITK using superbuild and it worked properly, Today when i compile my plugin this error was appeared: [ 0%] Performing update step (git fetch) for 'MITK' Aborting error: Your local changes to the following files would be overwritten by checkout: CMake/PackageDepends/MITK_Poco_Config.cmake Please, commit your changes or stash them before you can switch branches. make[2]: *** [MITK-cmake/src/MITK-stamp/MITK-update] Error 1 make[1]: *** [CMakeFiles/MITK.dir/all] Error 2 should I build new version of MITK manually? Thanks for your help in advance, Amir ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ mitk-users mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
