
mythtv at dadeos
Nov 29, 2009, 6:38 AM
Post #2 of 2
(512 views)
Permalink
|
On 27 Nov 2009, at 19:12, Jonathan wrote: > Hi, > > Currently am having a bit of an issue compiling on win... get to here... > > In file included from util-opengl.cpp:4: > util-opengl.h:164: error: expected `,' or `...' before "size" > util-opengl.h:164: error: ISO C++ forbids declaration of `QSize' with no type > util-opengl.h:168: error: expected `,' or `...' before "size" > util-opengl.h:168: error: ISO C++ forbids declaration of `QSize' with no type > util-opengl.cpp:665: error: expected `,' or `...' before "size" > util-opengl.cpp:667: error: ISO C++ forbids declaration of `QSize' with no type > util-opengl.cpp: In function `void pack_yv12alpha(const unsigned char*, const unsigned char*, const int*, const int*, int)': > util-opengl.cpp:668: error: `size' was not declared in this scope > util-opengl.cpp:699: error: `alpha' was not declared in this scope > util-opengl.cpp: At global scope: > util-opengl.cpp:852: error: expected `,' or `...' before "size" > util-opengl.cpp:853: error: ISO C++ forbids declaration of `QSize' with no type > util-opengl.cpp: In function `void pack_yv12interlaced(const unsigned char*, const unsigned char*, const int*, const int*, int)': > util-opengl.cpp:854: error: `size' was not declared in this scope > make[2]: *** [util-opengl.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/C/mythtv/mythtv/libs/libmythtv' > make[1]: *** [sub-libmythtv-make_default] Error 2 > make[1]: Leaving directory `/C/mythtv/mythtv/libs' > make: *** [sub-libs-make_default-ordered] Error 2 > > I don't know enough to fix this, although I have tried hacking around in util-opengl.h, but no luck... any ideas? > my $SVNRELEASE = '22909'; > This problem should have been resolved by http://svn.mythtv.org/trac/changeset/22928
|