Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Error Building #85

Open
PixelDud opened this issue Oct 26, 2020 · 5 comments
Open

Error Building #85

PixelDud opened this issue Oct 26, 2020 · 5 comments

Comments

@PixelDud
Copy link

Running: cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..

I get:

-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/user/obs-v4l2sink/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/obs-v4l2sink/build/CMakeFiles/CMakeError.log".

I'm running Elementary OS 5.1.7, any clue how to fix this?

@VanVan
Copy link

VanVan commented Oct 28, 2020

To solve your problem, you need to do
apt install libobs-dev

@PixelDud
Copy link
Author

I did that and it didn't work.

@PixelDud
Copy link
Author

Thanks for the answer though.

@VanVan
Copy link

VanVan commented Oct 29, 2020

@Sprinterfreak
Copy link

apt install build-essential libobs-dev solved the problem for me on ubuntu 20.04

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

3 participants