I pulled your changes but the build still failed.
You were right, the ssp library was missing, but I had to add it to
the Utilities as well.
I attached a simplistic patch based on your findings.
The build is still running, but seems to be fine til now.
Miki
On Mon, Apr 11, 2011 at 5:46 PM, Sascha Zelzer
<[email protected]> wrote:
> Sorry, this is the correct link:
>
> http://mitk.org/git/?p=MITK.git;a=commit;h=1cec1b9bad2c2b9729c2735fe284ddcbe1e7a30e
>
> On 04/11/2011 04:50 PM, Sascha Zelzer wrote:
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index 695e02d..27eca26 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -9,6 +9,10 @@ INCLUDE(${ITK_USE_FILE})
# like #include <ipPic/mitkIpPic.h>
INCLUDE_DIRECTORIES(.)
+IF(MINGW)
+ LINK_LIBRARIES(ssp) # add stack smash protection lib
+ENDIF()
+
SUBDIRS(ann ipSegmentation IIL4MITK pic2vtk tinyxml Poco qwt qxt mbilog glew
vecmath)
# mbilog is independent of mitk, and cant use mitk macros
------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now! http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users