/usr/share/automake-1.14/am/depend2.am: error: am__fastdepOBJCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am: The usual way to define 'am__fastdepOBJCXX' is to add 'AC_PROG_OBJCXX'
/usr/share/automake-1.14/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
obs/makefile.am: error: Objective C++ source seen but 'OBJCXX' is undefined
obs/makefile.am: The usual way to define 'OBJCXX' is to add 'AC_PROG_OBJCXX'
obs/makefile.am: to 'configure.ac' and run 'autoconf' again.
test/test-input/makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
However, I got an error on startup about not being able to load the locale files (my system locale is de_DE, so I can understand that to some degree, although I thought it would just work in English instead). How would I get it to load in English?./autogen.sh
./configure
make
make install
sww1235 said:Is it possible to post build instructions either for linux or for macosx that are easy for someone who is relatively familiar with the command line to follow. I would love to help out with the development but I do not know how to code. I would love to be a beta/bug finder if at all possible.
thank you
stephen
Jim said:Preliminary build instructions have been added: https://github.com/jp9000/obs-studio/bl ... er/INSTALL
Linux build is apparently now functional (or more specifically X11), all hail computerquip and danharibo for their work in getting all the required functions filled in. Wayland support is also going to be added as well at some point.