Hi David, Which compiler are you using with the MSYS makefile generator?
I successfully compiled MITK with MSYS + MinGW (gcc 4.4) from the Qt SDK like a year ago. However, that set-up is not continuously verified to work so it might just not work any more. If you really want to use that set-up, you are probably better of trying to compile the toolkits separately. Best, Sascha On 03/22/2012 04:13 AM, David Marshall wrote: > Should the following work to build MITK on Windows? (in a MSYS shell) > > cd c:/MITK > git clone http://git.mitk.org/MITK.git > cmake -G "MSYS Makefiles" c:/MITK/MITK > make > > I get an error like this... > > c:/MITK/CTK-src/Libs/Core/ctkErrorLogModel.cpp: In member function 'void > ctkErrorLogTerminalOutput::output(const QString&)': > c/MITK/CTK-src/Libs/Core/ctkErrorLogModel.cpp:164: error: 'write' was not > declared in this scope. > > Regards, > David Marshall > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
