Updated by Kirill Kornyakov almost 13 years ago


Hi:

Environment: Ubuntu 12.04
I'm now trying to build Revision 8273, successfully configured but failed to generated, with the following error messages:

>
>
>
> CMake Warning at cmake/OpenCVModule.cmake:434 (add_library):
> Cannot generate a safe linker search path for target opencv_highgui because
> files in some directories may conflict with libraries in implicit
> directories:
>
> link library [libImath.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
> link library [libIlmImf.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
> link library [libIex.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
> link library [libHalf.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
> link library [libIlmThread.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
>
> Some of these libraries may not be found correctly.
> Call Stack (most recent call first):
> modules/highgui/CMakeLists.txt:254 (ocv_create_module)
>
>
>
> CMake Warning at modules/python/CMakeLists.txt:62 (add_library):
> Cannot generate a safe linker search path for target opencv_python because
> files in some directories may conflict with libraries in implicit
> directories:
>
> link library [libpython2.7.so] in /usr/lib may be hidden by files in:
> /usr/include/../lib
>
> Some of these libraries may not be found correctly.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Messages during last pass
> CMake Version 2.8.7
> Press [e] to exit help
>

And after I press "e", ccmake quit the whole process.

Best Regards
Pei

Back