Hi Sascha, 

after the change to make MITK use the CTK plugin framework, I set my project to 
rebuild CTK and then MITK to get nice fresh up to date code. My "main" program 
is at this stage a simple thing, to load default MITK plugins. i.e. I haven't 
got round to creating my own plugins yet.

#include <org.blueberry.osgi/src/application/berryStarter.h>

int main(int argc, char** argv)
{
  return berry::Starter::Run(argc, argv);
}

However, when it comes to compile I get:

In file included from 
/Users/mattclarkson/build/UCLToolkit/Code/Gui/MITK/MITK.cpp:25:
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/berryStarter.h:21:39:
 error: org_blueberry_osgi_Export.h: No such file or directory
In file included from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../event/../berryWeakPointer.h:25,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../event/../berryMacros.h:21,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../event/../berryIBundle.h:24,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../event/berryPlatformEvent.h:23,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../event/berryPlatformEvents.h:25,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/../berryPlatform.h:162,
                 from 
/Users/mattclarkson/build/UCLToolkit-SuperBuild/CMakeExternals/Source/MITK/BlueBerry/Bundles/org.blueberry.osgi/src/application/berryStarter.h:23,
                 from 
/Users/mattclarkson/build/UCLToolkit/Code/Gui/MITK/MITK.cpp:25:

Does this look related to the MITK/CTK plugin changes?

Thanks

Matt

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to