Hi there,

I get:

-- warning: gp_resolved_file_type non-absolute file 
'libopencv_objdetect.so.2.4' returning type 'other' -- possibly incorrect

on Scientific Linux when running make install on my project.
I have a plugin that uses the OpenCV compiled as part of MITK.
It all compiles and runs ok, its just a warning when the make install runs.
I think from memory that CPack probably suppresses these warnings.

However, in mitkMacroInstallTargets.cmake

  if(OpenCV_DIR)
    list(APPEND DIRS ${OpenCV_DIR}/bin/${intermediate_dir})
  endif()


we see that the library path for resolving targets is the bin folder, whereas 
in my OpenCV build, the libraries are in the lib folder.
Is that right?

Thanks

Matt

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to