Hi,

> I wondered if compiling {make} the above three revs from svn succeeds 
> for others. 

It works for me (but with gcc-4.1, perhaps gcc-4.3 once again gets
tighter).

>I'm having the following troubles:
> 112:
> /usr/lib/qt-3.3/include/qimage.h:61: warning: suggest parentheses around 
> && within ||
> src/dvbcut.cpp: In member function 'virtual void 
> dvbcut::editAutoChapters()':
> src/dvbcut.cpp:877: error: 'upper_bound' is not a member of 'std'

Please try the appended patch.

Regards,
Wolfram

--- src/dvbcut.cpp~     2008-01-16 09:43:48.000000000 +0100
+++ src/dvbcut.cpp      2008-02-03 14:02:47.000000000 +0100
@@ -24,6 +24,7 @@
 #include <cstdlib>
 #include <climits>
 #include <memory>
+#include <algorithm>
 
 #include <qlabel.h>
 #include <qpixmap.h>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to