From: John H. <jdh...@ac...> - 2004-10-27 01:59:29
|
>>>>> "Samir" == Samir Patel <mep...@ya...> writes: Samir> I am getting following error while compiling later version Samir> of matplotlib with gcc 3.4.2: Any clue? This is a pycxx bug that is fixed in pycxx and matplotlib cvs. See http://sourceforge.net/mailarchive/message.php?msg_id=9683332 for the solution -- replace map(s) with map(m) on the offending line 2271 in CXX/Objects.hxx. Hope this helps, JDH |