On 14.07.2011 10:29, Miklos Espak wrote:
> I found somewhere that VS2010 is not supported. I also got build error
> with that around a month ago, so I use VS2008 since then. It works
> fine.
> I do not remember to the error I got, but you can find it either in
> the mailing list archive or in the bug tracker.
> 
> Miklos
> 

Hi everyone,

justg wanted to mention that we use VS2008 on x64 and we don't get it to
run. The errors are the ones that Miklos stated beforehand.

Out difference is just that we do not have superbuilds, we provide the
libraries on our own and build them as external projects - They
apparently just won't get found in the correct manner. Setting the
directories apparently does not help. Looking into the CTK downloaded by
MITK (practically the source we use in our repo) reveals that there is
no FindLog4Qt in CTK\Utilities\CMake... how do they search for it?

I attempted to pass the directory and variables like Log4Qt_USE_FILE for
CTK's ExternalProject_Add:

CMAKE_CACHE_ARGS
 -DCTK_SUPERBUILD:BOOL=FALSE
 -DLog4Qt_USE_FILE:INTERNAL=${Log4Qt_USE_FILE}

Error is:

"...in
MITK-superbuild\CMakeExternals\Source\CTK\Libs\Core\CMakeLists.txt"
where Log4Qt is included:

3>    CMake Error at Libs/Core/CMakeLists.txt:6 (INCLUDE):
3>      include called with wrong number of arguments.  Include only
takes one file.
"
I always thought that findpackage works in a way that the find mechanism
includes the usefile if it was found. I neer saw it included by hand -
is this the correct method? I am not sure, I might be wrong...

Passing the location and dir of the previously correctly compiled Log4Qt
did not show any success so far...

Regards,
Thomas

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to