Question / Help trying to build obs in fedora 27

hello,

Following the build instructions for fedora base system and everything runs until this point
```
[ 7%] Built target ffmpeg-mux
[ 7%] Linking C shared library libobs.so
[ 31%] Built target libobs
[ 31%] Linking CXX shared library libobs-frontend-api.so
[ 32%] Built target file-updater
[ 32%] Linking CXX shared module linux-capture.so
[ 32%] Linking C shared library libobs-opengl.so
[ 32%] Linking C shared module linux-pulseaudio.so
[ 32%] Built target obs-frontend-api
[ 33%] Built target linux-pulseaudio
[ 33%] Linking C shared module linux-v4l2.so
[ 33%] Linking C shared module linux-jack.so
[ 36%] Built target linux-capture
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/7/../../../libjack.so when searching for -ljack
/usr/bin/ld: skipping incompatible //lib/libjack.so when searching for -ljack
/usr/bin/ld: skipping incompatible //usr/lib/libjack.so when searching for -ljack
/usr/bin/ld: cannot find -ljack
collect2: error: ld returned 1 exit status
make[2]: *** [plugins/linux-jack/CMakeFiles/linux-jack.dir/build.make:149: plugins/linux-jack/linux-jack.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:978: plugins/linux-jack/CMakeFiles/linux-jack.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 40%] Built target libobs-opengl
[ 40%] Linking C shared module linux-alsa.so
[ 42%] Built target linux-v4l2
[ 43%] Built target linux-alsa
make: *** [Makefile:152: all] Error 2
```
 

Lord Draco3004

New Member
Better to use repos

Code:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Once those are added then

Code:
  sudo dnf install obs-studio gimp vlc smplayer

I took this from the notes I wrote up the other day. So the other 3 programs are not needed
VLC is needed for the vlc-video plugin that is not working for me.

Source:
OBS Install
https://manjaro.site/install-obs-studio-fedora-27/
 
Top