Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-27 Thread Kislinskiy, Stefan
Hi,

no worries, I just wrote the two short mails. Perfect, everything went better 
than expected. :-)

Best,
Stefan

Von: Nil Goyette <nil.goye...@imeka.ca>
Gesendet: Montag, 26. September 2016 18:13
An: Kislinskiy, Stefan; mitk-users@lists.sourceforge.net
Betreff: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for 
installation

Hi Stefan,

I hope you didn't loose too much time on this. I found the "problem".
I forgot to check MITK_BUILD_ALL_PLUGINS only on my OS X machine... so
of course I had a lot of missing plugins only on my OS X machine. Herp derp.
*My bad*

Sorry for this and thank you for your time.

Nil


Le 2016-09-26 à 09:14, Kislinskiy, Stefan a écrit :
> Sorry, I have nothing specific in mind but I know that there were some 
> improvements the last weeks/months specifically regarding MITK and OS X. 
> Let's call it hope. :-)
>
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Montag, 26. September 2016 15:02
> To: Kislinskiy, Stefan; mitk-users@lists.sourceforge.net
> Subject: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" 
> for installation
>
> Hi Stefan,
>
> I'm currently building it. Is there a particular commit that makes you think 
> it might work on OS X? We prefer working from releases/tags + cherry-pick.
>
> Nil
>
> Le 2016-09-26 à 04:05, Kislinskiy, Stefan a écrit :
>> Hi Nil,
>>
>> As I have no experience with OS X, I'll would like to ask you, if you could 
>> please check, if this is still an issue with the current master?
>>
>> Best,
>> Stefan
>>
>> -Original Message-
>> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
>> Sent: Freitag, 23. September 2016 20:03
>> To: mitk-users@lists.sourceforge.net
>> Subject: Re: [mitk-users] Ignoring unknown target
>> "org_blueberry_core_jobs" for installation
>>
>> Hi all,
>>
>> Here's more information if it can help someone helping me.
>>
>> - It works perfectly on linux too.
>> - There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS (or 
>> if I use neither) but I only see my plugins, not mitk's. On Windows and 
>> Linux, the toolbar is filled, so I guess I see the complete list of plugins.
>>
>> I'm not sure what else to test. Anyone?
>>
>> Nil
>>
>> Le 2016-09-22 à 16:24, Nil Goyette a écrit :
>>> Hi all,
>>>
>>> I finally ported my application to MITK 2016.03 and everything went
>>> well enough. As always, thank you for your good job.
>>>
>>> I do have a problem on OS X when I try to cmake (yes, the verb ^^)
>>> though. I see a serie of warnings:
>>>
>>> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
>>> (message):
>>>   Ignoring unknown target "org_blueberry_core_jobs" for installation.
>>> Call Stack (most recent call first):
>>> ./mitkFunctionInstallAutoLoadModules.cmake:102
>>> ./mitkFunctionCreateBlueBerryApplication.cmake:188
>>>   Our cmake.
>>>
>>> Idem with org_mitk_gui_qt_common_legacy,
>>> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>>>
>>> My application opens with my main plugin but I can't see the other
>>> plugins, like movie maker, segmentation, etc. Do you have any ideas
>>> how I could fix this? Just to be clear, it does work perfectly on Windows.
>>> The warnings and missing plugins is only on OS X.
>>>
>>> Thank you for your time.
>>>
>>> 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


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


Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-26 Thread Nil Goyette
Hi Stefan,

I hope you didn't loose too much time on this. I found the "problem".
I forgot to check MITK_BUILD_ALL_PLUGINS only on my OS X machine... so 
of course I had a lot of missing plugins only on my OS X machine. Herp derp.
*My bad*

Sorry for this and thank you for your time.

Nil


Le 2016-09-26 à 09:14, Kislinskiy, Stefan a écrit :
> Sorry, I have nothing specific in mind but I know that there were some 
> improvements the last weeks/months specifically regarding MITK and OS X. 
> Let's call it hope. :-)
>
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Montag, 26. September 2016 15:02
> To: Kislinskiy, Stefan; mitk-users@lists.sourceforge.net
> Subject: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" 
> for installation
>
> Hi Stefan,
>
> I'm currently building it. Is there a particular commit that makes you think 
> it might work on OS X? We prefer working from releases/tags + cherry-pick.
>
> Nil
>
> Le 2016-09-26 à 04:05, Kislinskiy, Stefan a écrit :
>> Hi Nil,
>>
>> As I have no experience with OS X, I'll would like to ask you, if you could 
>> please check, if this is still an issue with the current master?
>>
>> Best,
>> Stefan
>>
>> -Original Message-
>> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
>> Sent: Freitag, 23. September 2016 20:03
>> To: mitk-users@lists.sourceforge.net
>> Subject: Re: [mitk-users] Ignoring unknown target
>> "org_blueberry_core_jobs" for installation
>>
>> Hi all,
>>
>> Here's more information if it can help someone helping me.
>>
>> - It works perfectly on linux too.
>> - There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS (or 
>> if I use neither) but I only see my plugins, not mitk's. On Windows and 
>> Linux, the toolbar is filled, so I guess I see the complete list of plugins.
>>
>> I'm not sure what else to test. Anyone?
>>
>> Nil
>>
>> Le 2016-09-22 à 16:24, Nil Goyette a écrit :
>>> Hi all,
>>>
>>> I finally ported my application to MITK 2016.03 and everything went
>>> well enough. As always, thank you for your good job.
>>>
>>> I do have a problem on OS X when I try to cmake (yes, the verb ^^)
>>> though. I see a serie of warnings:
>>>
>>> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
>>> (message):
>>>   Ignoring unknown target "org_blueberry_core_jobs" for installation.
>>> Call Stack (most recent call first):
>>> ./mitkFunctionInstallAutoLoadModules.cmake:102
>>> ./mitkFunctionCreateBlueBerryApplication.cmake:188
>>>   Our cmake.
>>>
>>> Idem with org_mitk_gui_qt_common_legacy,
>>> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>>>
>>> My application opens with my main plugin but I can't see the other
>>> plugins, like movie maker, segmentation, etc. Do you have any ideas
>>> how I could fix this? Just to be clear, it does work perfectly on Windows.
>>> The warnings and missing plugins is only on OS X.
>>>
>>> Thank you for your time.
>>>
>>> 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


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


Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-26 Thread Kislinskiy, Stefan
Sorry, I have nothing specific in mind but I know that there were some 
improvements the last weeks/months specifically regarding MITK and OS X. Let's 
call it hope. :-)


-Original Message-
From: Nil Goyette [mailto:nil.goye...@imeka.ca] 
Sent: Montag, 26. September 2016 15:02
To: Kislinskiy, Stefan; mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for 
installation

Hi Stefan,

I'm currently building it. Is there a particular commit that makes you think it 
might work on OS X? We prefer working from releases/tags + cherry-pick.

Nil

Le 2016-09-26 à 04:05, Kislinskiy, Stefan a écrit :
> Hi Nil,
>
> As I have no experience with OS X, I'll would like to ask you, if you could 
> please check, if this is still an issue with the current master?
>
> Best,
> Stefan
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Freitag, 23. September 2016 20:03
> To: mitk-users@lists.sourceforge.net
> Subject: Re: [mitk-users] Ignoring unknown target 
> "org_blueberry_core_jobs" for installation
>
> Hi all,
>
> Here's more information if it can help someone helping me.
>
> - It works perfectly on linux too.
> - There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS (or if 
> I use neither) but I only see my plugins, not mitk's. On Windows and Linux, 
> the toolbar is filled, so I guess I see the complete list of plugins.
>
> I'm not sure what else to test. Anyone?
>
> Nil
>
> Le 2016-09-22 à 16:24, Nil Goyette a écrit :
>> Hi all,
>>
>> I finally ported my application to MITK 2016.03 and everything went 
>> well enough. As always, thank you for your good job.
>>
>> I do have a problem on OS X when I try to cmake (yes, the verb ^^) 
>> though. I see a serie of warnings:
>>
>> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
>> (message):
>>  Ignoring unknown target "org_blueberry_core_jobs" for installation.
>> Call Stack (most recent call first):
>> ./mitkFunctionInstallAutoLoadModules.cmake:102
>> ./mitkFunctionCreateBlueBerryApplication.cmake:188
>>  Our cmake.
>>
>> Idem with org_mitk_gui_qt_common_legacy, 
>> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>>
>> My application opens with my main plugin but I can't see the other 
>> plugins, like movie maker, segmentation, etc. Do you have any ideas 
>> how I could fix this? Just to be clear, it does work perfectly on Windows.
>> The warnings and missing plugins is only on OS X.
>>
>> Thank you for your time.
>>
>> 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

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


Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-26 Thread Nil Goyette
Hi Stefan,

I'm currently building it. Is there a particular commit that makes you 
think it might work on OS X? We prefer working from releases/tags + 
cherry-pick.

Nil

Le 2016-09-26 à 04:05, Kislinskiy, Stefan a écrit :
> Hi Nil,
>
> As I have no experience with OS X, I'll would like to ask you, if you could 
> please check, if this is still an issue with the current master?
>
> Best,
> Stefan
>
> -Original Message-
> From: Nil Goyette [mailto:nil.goye...@imeka.ca]
> Sent: Freitag, 23. September 2016 20:03
> To: mitk-users@lists.sourceforge.net
> Subject: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" 
> for installation
>
> Hi all,
>
> Here's more information if it can help someone helping me.
>
> - It works perfectly on linux too.
> - There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS (or if 
> I use neither) but I only see my plugins, not mitk's. On Windows and Linux, 
> the toolbar is filled, so I guess I see the complete list of plugins.
>
> I'm not sure what else to test. Anyone?
>
> Nil
>
> Le 2016-09-22 à 16:24, Nil Goyette a écrit :
>> Hi all,
>>
>> I finally ported my application to MITK 2016.03 and everything went
>> well enough. As always, thank you for your good job.
>>
>> I do have a problem on OS X when I try to cmake (yes, the verb ^^)
>> though. I see a serie of warnings:
>>
>> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
>> (message):
>>  Ignoring unknown target "org_blueberry_core_jobs" for installation.
>> Call Stack (most recent call first):
>> ./mitkFunctionInstallAutoLoadModules.cmake:102
>> ./mitkFunctionCreateBlueBerryApplication.cmake:188
>>  Our cmake.
>>
>> Idem with org_mitk_gui_qt_common_legacy,
>> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>>
>> My application opens with my main plugin but I can't see the other
>> plugins, like movie maker, segmentation, etc. Do you have any ideas
>> how I could fix this? Just to be clear, it does work perfectly on Windows.
>> The warnings and missing plugins is only on OS X.
>>
>> Thank you for your time.
>>
>> 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] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-26 Thread Kislinskiy, Stefan
Hi Nil,

As I have no experience with OS X, I'll would like to ask you, if you could 
please check, if this is still an issue with the current master?

Best,
Stefan

-Original Message-
From: Nil Goyette [mailto:nil.goye...@imeka.ca] 
Sent: Freitag, 23. September 2016 20:03
To: mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Ignoring unknown target "org_blueberry_core_jobs" for 
installation

Hi all,

Here's more information if it can help someone helping me.

- It works perfectly on linux too.
- There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS (or if I 
use neither) but I only see my plugins, not mitk's. On Windows and Linux, the 
toolbar is filled, so I guess I see the complete list of plugins.

I'm not sure what else to test. Anyone?

Nil

Le 2016-09-22 à 16:24, Nil Goyette a écrit :
> Hi all,
>
> I finally ported my application to MITK 2016.03 and everything went 
> well enough. As always, thank you for your good job.
>
> I do have a problem on OS X when I try to cmake (yes, the verb ^^) 
> though. I see a serie of warnings:
>
> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
> (message):
> Ignoring unknown target "org_blueberry_core_jobs" for installation.
> Call Stack (most recent call first):
> ./mitkFunctionInstallAutoLoadModules.cmake:102
> ./mitkFunctionCreateBlueBerryApplication.cmake:188
> Our cmake.
>
> Idem with org_mitk_gui_qt_common_legacy, 
> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>
> My application opens with my main plugin but I can't see the other 
> plugins, like movie maker, segmentation, etc. Do you have any ideas 
> how I could fix this? Just to be clear, it does work perfectly on Windows.
> The warnings and missing plugins is only on OS X.
>
> Thank you for your time.
>
> 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] Ignoring unknown target "org_blueberry_core_jobs" for installation

2016-09-23 Thread Nil Goyette
Hi all,

Here's more information if it can help someone helping me.

- It works perfectly on linux too.
- There's no error message if I use EXCLUDE_PLUGINS instead of PLUGINS 
(or if I use neither) but I only see my plugins, not mitk's. On Windows 
and Linux, the toolbar is filled, so I guess I see the complete list of 
plugins.

I'm not sure what else to test. Anyone?

Nil

Le 2016-09-22 à 16:24, Nil Goyette a écrit :
> Hi all,
>
> I finally ported my application to MITK 2016.03 and everything went well
> enough. As always, thank you for your good job.
>
> I do have a problem on OS X when I try to cmake (yes, the verb ^^)
> though. I see a serie of warnings:
>
> CMake warning at ./mitkFunctionInstallAutoLoadModules.cmake:87
> (message):
> Ignoring unknown target "org_blueberry_core_jobs" for installation.
> Call Stack (most recent call first):
> ./mitkFunctionInstallAutoLoadModules.cmake:102
> ./mitkFunctionCreateBlueBerryApplication.cmake:188
> Our cmake.
>
> Idem with org_mitk_gui_qt_common_legacy,
> org_mitk_gui_qt_core_application, movie maker, segmentation, etc.
>
> My application opens with my main plugin but I can't see the other
> plugins, like movie maker, segmentation, etc. Do you have any ideas how
> I could fix this? Just to be clear, it does work perfectly on Windows.
> The warnings and missing plugins is only on OS X.
>
> Thank you for your time.
>
> Nil

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