DanAdamKOF
New Member
Will this be compatible with XP? I know XP is ancient but there's some (admittedly niche) games I have that run better on my setup on my XP partition than on 7.
There is a possibility that it might support XP at some point, because there will be OpenGL support (necessary for Mac and Linux) which doesn't require a specific version of Windows (just up-to-date drivers). Whether things like Game Capture will be supported then becomes a different question entirely. The glimmer of hope in the situation is that Windows versions prior to Vista (XP and earlier) support an OpenGL hack where you create a full screen invisible window and use GLCopyTexSubImage2D() to copy the front buffer to a texture, essentially enabling hardware-accelerated monitor capture. I'd imagine that all of this is incredibly low priority though, as getting DXGI platforms (Vista and up), Mac, and Linux working will be most important at first.DanAdamKOF said:Will this be compatible with XP? I know XP is ancient but there's some (admittedly niche) games I have that run better on my setup on my XP partition than on 7.
dodgepong said:If you're asking when a release will be, I wouldn't expect anything for a few more months.
kyuser101 said:I'm sure this is extremely simple and I'm just missing something obvious, but how would I go about building this from the source? I've done it before with different programs by issuing "./configure", "make", and then "sudo make install", but that doesn't seem to be working with this. I'm sure it's obvious, but I am not seeing it right now. :) Not planning on actually trying to use it for productiveness, just trying to build it from source as a learning experience! :)
OS: Ubuntu Linux 13.10 64-bit
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:12: installing './install-sh'
configure.ac:12: installing './missing'
libobs-opengl/makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libobs-opengl/makefile.am:14: error: Libtool library used but 'LIBTOOL' is undefined
libobs-opengl/makefile.am:14: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
libobs-opengl/makefile.am:14: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
libobs-opengl/makefile.am:14: If 'LT_INIT' is in 'configure.ac', make sure
libobs-opengl/makefile.am:14: its definition is in aclocal's search path.
libobs-opengl/makefile.am: installing './depcomp'
libobs/makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined
libobs/makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
libobs/makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
libobs/makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure
libobs/makefile.am:11: its definition is in aclocal's search path.
obs/makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
test/test-input/makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
test/test-input/makefile.am:13: error: Libtool library used but 'LIBTOOL' is undefined
test/test-input/makefile.am:13: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
test/test-input/makefile.am:13: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
test/test-input/makefile.am:13: If 'LT_INIT' is in 'configure.ac', make sure
test/test-input/makefile.am:13: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1