Hi Frank, I had a closer look at the CMake script we are using for checking library dependencies and it definitely does not support MinGW.
Supported platforms (in the current trunk, NOT Mitk 0.99.1) are: - Linux 32/64 bit - Windows 32/64 bit, using native build tools (no MinGW) - MacOS (tested with Snow Leopard) On 11/17/2010 05:36 PM, Frank Blaschke wrote: > > > Hi Sascha, > > > to create the package by using "make package" (svn 27561). Linux shell > give me some warnings by creating the package and quit with an error. > I don't know how to interpret the warnings about not existing > libraries (all these libs are existing). All compiled libs are in the > standart lib path /usr/lib/mitk/../vtk/../InsightToolkit. > When I try the actual release v0.99.1, I get also an error. > Libraries located at system locations (like /usr/lib) will not be packaged. You should compile MITK, ITK and VTK in non-system locations, if you want them to be included in the tarball. > On Windows with CodeBlocks and MinGW doesn't exist an package > "PACKAGE" there is only the the whole MITK or some seperately like the > plugins to compile. So I compiled it and then I tried to use the CPACK > config files by running "cpack" command from mitk directory. It's > important to add the bin paths to your system/user PATH > (C:\toolkits\vtk\bin;C:\toolkits\InsightToolkit\bin;C:\toolkits\Qt\4.7.0\bin;C:\toolkits\Qt\4.7.0\lib). > If not you get a lot of warnings about not existing > libs. > > But I get also errors for svn and release. In svn version after some > minutes windows tell me cpack.exe doesn't work any more. In release > version the creating process ends in a warning of missing a source > file "vtkfreetype". Looking for freetype in vtk turned me to FreeType > lib(?). Here I gave up. I don't like to use an other librarie just to > get an installer. It works by manually export, so I leave it like that. > Yeah, no support for MinGW, unfortunately. Best, Sascha ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
