Building QtGstreamer AUTOMOC4_EXECUTABLE-NOTFOUND

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Feb 1 07:26:45 PST 2012


On Wed, Feb 1, 2012 at 12:18 PM, Matthias Dodt <MDodt at xion-medical.com> wrote:
> Hi George!
>
> Thanks for your reply! I took me a while to figure out what the problem with automoc was: If I compile it with VS2008 Express automoc always crashes at startup. With 2005 Professional it works fine- no clue why yet-
>
> So now it start's compiling but stops with the following errors caused by qt-gstreamer-0.10.1\src\qglib\type.h and it states that libxml cannot be found (which is weired because I passed the path to cmake). Output:
>
> ...
> 9>d:\Entwicklung\ossbuild\Build\Windows\Win32\Release\include\gstreamer-0.10\gst/gstconfig
> .h(131) : fatal error C1083: Cannot open include file: 'libxml/parser.h': No such file or
> directory

This is a bug in ossbuild. The bundled version of gstconfig.h is
outdated. There have been previous discussions about this in this
mailing list as well. Please grab gstconfig.h from gstreamer git and
merge it appropriately.

> 9>gstqwidgetvideosink_automoc.cpp
> 9>c1xx : fatal error C1083: Cannot open source file: '.\gstqwidgetvideosink_automoc.cpp':
> No such file or directory
> 9>Generating Code...
> 9>Build log was saved at "file://d:\SDKs\qt-gstreamer-0.10.1\build\elements\gstqwidgetvide
> osink.dir\Debug\BuildLog.htm"
> 9>gstqwidgetvideosink - 2 error(s), 0 warning(s)
> 7>d:\sdks\qt-gstreamer-0.10.1\src\qglib\type.h(39) : error C2065: 'QIntegerForSizeof' : un
> declared identifier
> 7>d:\sdks\qt-gstreamer-0.10.1\src\qglib\type.h(39) : error C2275: 'size_t' : illegal use o
> f this type as an expression
> 7>        predefined C++ types (compiler internal)(19) : see declaration of 'size_t'
> 7>d:\sdks\qt-gstreamer-0.10.1\src\qglib\type.h(40) : error C2955: 'boost::mpl::if_c' : use
>  of class template requires template argument list
> 7>        d:\SDKs\boost_1_48_0\boost/mpl/if.hpp(35) : see declaration of 'boost::mpl::if_c
> '

Hmm, this is a little worrying... Which version of Qt are you using?


More information about the gstreamer-devel mailing list