Hi,

I installed mitk-0.14 on winXP (with cmake and MSVS). As I remember there
were no problems during the configuration and the building. I also added an
enviroment variable that points to the bin folder. But when I create a
simple test to see everything is fine, I get an error:

e:\*src*\mitk-0.14\Utilities\mbilog\mbilog.h(22) : fatal error C1083: Cannot
open include file: 'mbilogConfig.h': No such file or directory

My test cpp is very simple:

#include "mitkImage.h"

int main(int argc, char *argv[])
{
  return 0;
}

In my mitk source tree there is no mbilogConfig.h, but
e:\*bin*\mitk-0.14\Utilities\mbilog\
contains it. What is it I am missing?

Regards,
-- 
Zoli
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to