Hi Sascha,
> I am not completely sure at which level you are getting errors and if it > is related to VS2010 or not. Could you please again explain your setup > and where exactly the error occurred? > Well, as you saind, i have VS200 and windows x64; projects source code ins in the local repository, so everyhting should be built one after another. But there seem to be problems finding the libraries.. > If I understood you correctly, you are using Visual Studio 2008 and are > building CTK yourself and configure MITK to use your CTK build > directory. Are you also building Log4Qt yourself? Yes, i am building all libraries myself, in the same makefile. As i turned out, i cannot use external projects for the contrib libraries (ctk, log4qt), because ccording to the cmake mailing list i also would have to use MITK as an external project - which is not possible in our project. > > FindPackage() does not know anything about "use files". It either looks > for a <package-name>_DIR variable pointing to a path containg a > <package-name>Config.cmake file and includes that one, or looks for a > Find<package-name>.cmake script in the CMake module directories and > includes that. But the problem remains the same.. if i add all projects consecutivly in a makefile, they cannot find each other via the findpackage mechanism in config mode (configFile specifiying useFile). The key problem is, there aren't any libraries to be found by the config/usefile in the configuration step. Creating the solution fails. Somehow the Makefiles are nto prepared to handle that, or i am missing something. Reards, Thomas ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
