reopen 358650
thanks

Sorry, there is one more G++ 4.1 problem.

> Automatic build of boinc_5.4.3-1 on bilbao by sbuild/sparc 85
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I..  -fPIC -DPIC -I../lib -I../api -I../db 
> -I../client -I../tools -I../sched  -pthread  -fPIC -DPIC -I../lib -I../api 
> -I../db -I../client -I../tools -I../sched  -pthread -g -Wall -O3 -ffast-math 
> -I/usr/include -I/usr/include/openssl -pthread -MT boinc_client-cpu_sched.o 
> -MD -MP -MF ".deps/boinc_client-cpu_sched.Tpo" -c -o boinc_client-cpu_sched.o 
> `test -f 'cpu_sched.C' || echo './'`cpu_sched.C; \
>       then mv -f ".deps/boinc_client-cpu_sched.Tpo" 
> ".deps/boinc_client-cpu_sched.Po"; else rm -f 
> ".deps/boinc_client-cpu_sched.Tpo"; exit 1; fi
> cpu_sched.C: In member function 'void 
> CLIENT_STATE::assign_results_to_projects()':
> cpu_sched.C:70: error: 'assert' was not declared in this scope
> make[3]: *** [boinc_client-cpu_sched.o] Error 1
> make[3]: Leaving directory `/build/tbm/boinc-5.4.3/client'


--- client/cpu_sched.C~ 2006-04-24 15:45:47.000000000 +0000
+++ client/cpu_sched.C  2006-04-24 15:46:00.000000000 +0000
@@ -19,6 +19,7 @@
 
 #include "client_msgs.h"
 #include "client_state.h"
+#include <cassert>
 
 using std::vector;
 

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to