Hi Sarah and Stefan, I have also seen this warning (no .obj file generated for mitkInteractionConst.h file) which is treated as an error in Mitk sub project. A workaround is following: in VC10, right click onto subproject Mitk -> Properties then go to C/C++ -> General and set option "treat warning as error" to "No". Worked for me today. But a remote branch has already been pushed (http://bugs.mitk.org/show_bug.cgi?id=15163) so merging that branch might be a better choice as generating the project again will overwrite the workaround.
Regards, Ingmar Am 23.05.2013 15:46, schrieb Kislinskiy, Stefan: > Hi Sarah, > > only the core should have warnings set as errors: search for > WARNINGS_AS_ERRORS in Core/Code/CMakeLists.txt. You can comment out this > line if you want to prevent this behavior. However, please give us more > details about your errors since we want to fix it. If it is related > somehow to std::strings and mitkInteractionEventConst.h/.cpp it will be > fixed soon (bug #15163). > > Best, > > Stefan > > *Von:*Mang, Sarah [mailto:[email protected]] > *Gesendet:* Donnerstag, 23. Mai 2013 09:07 > *An:* [email protected] > *Betreff:* [mitk-users] Compiling in VS10 > > Hi there, > > we have trouble compiling the current version VisualStudio 2010. The \WX > flag seems to be activated somewhere (I could not find it in the cmake > file for the superbuild). This was not a problem for my last version > (begin of April). Is there a global option I have to set somewhere to > avoid this problem? > > Thanks for your help. > > Regards, > > Sarah > > ___________________________________________________ > > Dr. Sarah Mang, Dipl.-Inform. > > Deutsches Krebsforschungszentrum Heidelberg > > Softwareentwicklung für Integrierte Diagnostik und Therapie (SIDT) , E071 > > Im Neuenheimer Feld 280 > > D-69120 Heidelberg > > Germany > > Telefon: +49 - 6221 - 42 2560 > > Fax: +49 - 6221 - 42 2572 > > ___________________________________________________ > > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > > > > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
