Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

openSUSE #7

Open
einnerlink opened this issue May 2, 2018 · 3 comments
Open

openSUSE #7

einnerlink opened this issue May 2, 2018 · 3 comments

Comments

@einnerlink
Copy link

Is there a way to install it on this distro. I've tried what README file says but it doesn't work, maybe cos it's for ArchLinux.

@Atterratio
Copy link
Owner

Version libgphoto? Have you installed developer tools such as cmake and header files of library dependencies?
Which version of the openSUSE you use, so that I can test it myself?

@einnerlink
Copy link
Author

einnerlink commented May 3, 2018

  • obs-studio

  • libgphoto2-6

  • libMagickCore-7_Q16HDRI5

  • libudev1

  • cmake

  • opensuse tumbleweed
    All previous installed in my distro! First problem I got was C compiler which I didn't have installed, and now when I run any of the of the instructions in the README file, for example $ cmake . -DSYSTEM_INSTALL=0 I got this:

    user@opensuse:~/obs-gphoto-0.3.0> cmake . -DSYSTEM_INSTALL=1
    CMake Warning at CMakeLists.txt:11 (find_package):
    By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "LibObs", but
    CMake did not find one.
    
    Could not find a package configuration file provided by "LibObs" with any
    of the following names:
    
      LibObsConfig.cmake
      libobs-config.cmake
    
    Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
    "LibObs_DIR" to a directory containing one of the above files.  If "LibObs"
    provides a separate development package or SDK, be sure it has been
    installed.
    
    
    CMake Error at CMakeLists.txt:15 (message):
      LibObs NOT FOUND
    
    
    -- Configuring incomplete, errors occurred!
    See also "/home/agape/Descargas/obs-gphoto-0.3.0/obs-gphoto-0.3.0/CMakeFiles/CMakeOutput.log".
    See also "/home/agape/Descargas/obs-gphoto-0.3.0/obs-gphoto-0.3.0/CMakeFiles/CMakeError.log".
    

@Atterratio
Copy link
Owner

It looks like you do not have the OBS header files installed, or you installed OBS manually in non standard directory where cmake cannot find the LibOBS package. Try to install headers or OBS by package manager, or set CMAKE_PREFIX_PATH to you LibOBS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants