tags 455680 + patch
thanks

Hi!

Please find attached a patch to fix this bug (FTBFS with gcc 4.3).

HTH.

Kumar

-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog python-visual-3.2.9/include/platlinux.h python-visual-3.2.9/include/platlinux.h
--- python-visual-3.2.9/include/platlinux.h	2005-06-25 17:08:57.000000000 +0530
+++ python-visual-3.2.9/include/platlinux.h	2008-03-23 15:13:48.000000000 +0530
@@ -24,7 +24,7 @@
 	pthread_mutex_t mtx;
   
  public:
-	typedef lock<mutex> lock;
+	typedef visual::lock<mutex> lock;
 
 	mutex(int spincount=0, int count=1);
 	~mutex();

Attachment: signature.asc
Description: Digital signature

Reply via email to