[Bf-committers] Re: Gcc 3.4.0 error compile error

Panagiotis Papadakos bf-committers@blender.org
Mon, 3 May 2004 04:11:09 +0300 (EEST)


Hi!

I upgraded my glibc to latest CVS and the invalid operands problem is
fixed now. In order to compile blender I also needed this patch in
intern/iksolver/intern/TNT/vec.h:

---------------------------------------------------
--- vec.h_orig  2004-05-02 03:59:26.000000000 +0300
+++ vec.h       2004-05-02 03:59:50.000000000 +0300
@@ -39,6 +39,8 @@
 #include <iostream>
 #include <strstream>

+using std::endl;
+
 namespace TNT
 {
--------------------------------------------------

Regards
	Panagiotis Papadakos