On Tue, 2009-10-13 at 09:57 +0900, Jaeil Kim wrote: > Hello, All. > > I'm trying to generate new plugin based on MITK-0.12.2. > > My source codes are successfully complied, but I got an error on > runtime, such as; > > ------------------------------------------------ > Loading activator library: > /home/jaeil/lib/mitk-0.12.2/bin/bin/Bundles/org.mitk.core.services/bin/liborg_mitk_core_services.so > Could not create Plugin activator. Did you export the class > "mitk::CoreServicesPlugin" ? > Exception displayText(): Cannot load library: > /home/jaeil/lib/mitk-0.12.2/bin/bin/Bundles/org.mitk.core.services/bin/liborg_mitk_core_services.so: > undefined symbol: _ZTIN4mitk8DataTreeE > terminate called after throwing an instance of 'Poco::LibraryLoadException' > what(): Cannot load library > Aborted > ------------------------------------------------ > > I think I need to change the cmake option of mitk source, but I'm not > sure and don't know how to solve this problem.
Hi Jerry, from the error I guess that you work with Qt 4.x The 0.12.2 release was our last Qt3 based release. We focused on making the Qt3 application stable (and we did not put muck work in the Qt4 part back then). Working with Qt4 is advised now but you should work on the trunk version of MITK and update your sources regularly. There is no Qt4 release scheduled yet. Best regards, Daniel -- Dr. Daniel Maleike Phone: +49 6221 42 2326 Deutsches Krebsforschungszentrum Im Neuenheimer Feld 280 Medical and Biological Informatics (E130) 69120 Heidelberg ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
