Martin Gansser wrote:

> Hi,
> 
> I'am trying to compile obs-ndi for fedora, but this fails with the
> following error message:
>  I use [1]  obs-ndi.spec
> 
> + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG
> -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG
> -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG
> -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr
> -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64
> -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share
> -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON
> -DLIBOBS_INCLUDE_DIR=/usr/include/obs . -- The C compiler identification
> is GNU 8.2.1 -- The CXX compiler identification is GNU 8.2.1 -- Check for
> working C compiler: /usr/bin/cc -- Check for working C compiler:
> /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C
> compiler ABI info - done -- Detecting C compile features -- Detecting C
> compile features - done -- Check for working CXX compiler: /usr/bin/c++ --
> Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX
> compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting
> CXX compile features -- Detecting CXX compile features - done -- Found
> Libobs: /usr/bin/../lib64/libobs.so CMake Error at
> external/FindLibObs.cmake:98 (include):
>   include could not find load file:
> 
>     /usr/include/obs/../cmake/external/ObsPluginHelpers.cmake
> Call Stack (most recent call first):
>   CMakeLists.txt:9 (include)

Easiest explanation is that the file
/usr/include/obs/../cmake/external/ObsPluginHelpers.cmake
doesn't exist as FindLibObs.cmake expects

-- Rex
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to