Closed xor32dotcom closed 1 year ago
i mainly wrote this to bring attention to the issue rather than introducing an official fix
/usr/bin/ld: cannot find -lLibObs: No such file or directory collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/obs-plugintemplate.dir/build.make:97: obs-plugintemplate.so] Error 1 make[1]: [CMakeFiles/Makefile2:83: CMakeFiles/obs-plugintemplate.dir/all] Error 2 make: *** [Makefile:156: all] Error 2
when actually trying to build the file it appears as if you have to manually rename it to -libobs
renamed line 54 to libobs instead of LibObs and the make file successfully produced an .so file
See also #55.
Duplicate of #55
libobs-dev is a package that is not maintained by us, and is not supported as a build method. More information in duplicate PR.
renaming this 2 lines make compilation possible on my machine
i installed the associated libraries by running
sudo apt-get install libobs-dev
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: