Re: [mitk-users] Vigra and cmake > 3.2.x

2016-09-29 Thread Kislinskiy, Stefan
Oh, okay. Have to check this as I usually don't switch on Vigra, which seems to 
be the crucial thing here. Tomorrow morning. :-)

Best,
Stefan


-Original Message-
From: Nil Goyette [mailto:nil.goye...@imeka.ca] 
Sent: Donnerstag, 29. September 2016 14:26
To: Kislinskiy, Stefan; mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Vigra and cmake > 3.2.x

Hi Stefan,

Thank you for your answer. I was probably unclear in my message. I'm not asking 
for a backport and I don't care much for 2015.05 because we are on 2016.03 now.

The problem I have is that the build fails in 2016.03+VS2013+Vigra if I use 
anything else than CMake3.2. It does work on OS X though (3.3.2). I haven't 
tested on Linux yet.

Nil

Le 2016-09-29 à 05:08, Kislinskiy, Stefan a écrit :
> Hi Nil, we didn't backport these CMake-related fixes so the maximum 
> compatible CMake version for MITK 2015.05 is 3.2.
>
> Best,
> Stefan
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Mittwoch, 28. September 2016 21:40
> To: mitk-users@lists.sourceforge.net
> Subject: [mitk-users] Vigra and cmake > 3.2.x
>
> Hi all.
>
> I tried to compile MITK using CMake 3.3, 3.4, 3.5 and 3.6 (VS2013, 
> Vigra
> enabled) on MITK 2015.05 and it failed each time. I don't remember the exact 
> message and it's not important now because we have 2016.03.
>
> So I tested again with CMake 3.6.2 (VS2013, Vigra enabled) and it fails with 
> this message:
> 20>  CMake Error at CMakeLists.txt:821 (find_package):
> 20>By not providing "FindVigra.cmake" in CMAKE_MODULE_PATH this
> project has
> 20>asked CMake to find a package configuration file provided by
> "Vigra", but
> 20>CMake did not find one.
> 20>
> 20>Could not find a package configuration file provided by "Vigra"
> with any of
> 20>the following names:
> 20>
> 20>  VigraConfig.cmake
> 20>  vigra-config.cmake
> 20>
> 20>Add the installation prefix of "Vigra" to CMAKE_PREFIX_PATH or set
> 20>"Vigra_DIR" to a directory containing one of the above files.  
> 20> If
> "Vigra"
> 20>provides a separate development package or SDK, be sure it has been
> 20>installed.
> 20>
> 20>
> 20>  -- Configuring incomplete, errors occurred!
>
> The only other version I tested is CMake 3.2.x and it does work.
> Is there a fix for this?
>
> Nil
>
>
> --
>  ___
> mitk-users mailing list
> mitk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mitk-users


--
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


Re: [mitk-users] Vigra and cmake > 3.2.x

2016-09-29 Thread Nil Goyette
Hi Stefan,

Thank you for your answer. I was probably unclear in my message. I'm not 
asking for a backport and I don't care much for 2015.05 because we are 
on 2016.03 now.

The problem I have is that the build fails in 2016.03+VS2013+Vigra if I 
use anything else than CMake3.2. It does work on OS X though (3.3.2). I 
haven't tested on Linux yet.

Nil

Le 2016-09-29 à 05:08, Kislinskiy, Stefan a écrit :
> Hi Nil, we didn't backport these CMake-related fixes so the maximum 
> compatible CMake version for MITK 2015.05 is 3.2.
>
> Best,
> Stefan
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Mittwoch, 28. September 2016 21:40
> To: mitk-users@lists.sourceforge.net
> Subject: [mitk-users] Vigra and cmake > 3.2.x
>
> Hi all.
>
> I tried to compile MITK using CMake 3.3, 3.4, 3.5 and 3.6 (VS2013, Vigra
> enabled) on MITK 2015.05 and it failed each time. I don't remember the exact 
> message and it's not important now because we have 2016.03.
>
> So I tested again with CMake 3.6.2 (VS2013, Vigra enabled) and it fails with 
> this message:
> 20>  CMake Error at CMakeLists.txt:821 (find_package):
> 20>By not providing "FindVigra.cmake" in CMAKE_MODULE_PATH this
> project has
> 20>asked CMake to find a package configuration file provided by
> "Vigra", but
> 20>CMake did not find one.
> 20>
> 20>Could not find a package configuration file provided by "Vigra"
> with any of
> 20>the following names:
> 20>
> 20>  VigraConfig.cmake
> 20>  vigra-config.cmake
> 20>
> 20>Add the installation prefix of "Vigra" to CMAKE_PREFIX_PATH or set
> 20>"Vigra_DIR" to a directory containing one of the above files.  If
> "Vigra"
> 20>provides a separate development package or SDK, be sure it has been
> 20>installed.
> 20>
> 20>
> 20>  -- Configuring incomplete, errors occurred!
>
> The only other version I tested is CMake 3.2.x and it does work.
> Is there a fix for this?
>
> Nil
>
>
> --
> ___
> mitk-users mailing list
> mitk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mitk-users


--
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


Re: [mitk-users] Vigra and cmake > 3.2.x

2016-09-29 Thread Kislinskiy, Stefan
Hi Nil, we didn't backport these CMake-related fixes so the maximum compatible 
CMake version for MITK 2015.05 is 3.2.

Best,
Stefan

-Original Message-
From: Nil Goyette [mailto:nil.goye...@imeka.ca] 
Sent: Mittwoch, 28. September 2016 21:40
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] Vigra and cmake > 3.2.x

Hi all.

I tried to compile MITK using CMake 3.3, 3.4, 3.5 and 3.6 (VS2013, Vigra
enabled) on MITK 2015.05 and it failed each time. I don't remember the exact 
message and it's not important now because we have 2016.03.

So I tested again with CMake 3.6.2 (VS2013, Vigra enabled) and it fails with 
this message:
20>  CMake Error at CMakeLists.txt:821 (find_package):
20>By not providing "FindVigra.cmake" in CMAKE_MODULE_PATH this
project has
20>asked CMake to find a package configuration file provided by
"Vigra", but
20>CMake did not find one.
20>
20>Could not find a package configuration file provided by "Vigra" 
with any of
20>the following names:
20>
20>  VigraConfig.cmake
20>  vigra-config.cmake
20>
20>Add the installation prefix of "Vigra" to CMAKE_PREFIX_PATH or set
20>"Vigra_DIR" to a directory containing one of the above files.  If
"Vigra"
20>provides a separate development package or SDK, be sure it has been
20>installed.
20>
20>
20>  -- Configuring incomplete, errors occurred!

The only other version I tested is CMake 3.2.x and it does work.
Is there a fix for this?

Nil


--
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

--
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users