Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=79708

--- shadow/79708        2006-10-21 05:34:12.000000000 -0400
+++ shadow/79708.tmp.22394      2006-10-25 04:30:29.000000000 -0400
@@ -90,6 +90,24 @@
 Its also worth noting that the line
 <exclude>castockpixbufs.h</exclude>
 does not appear to stop the parsing of the file castockpixbufs.h?
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-10-21 05:34 -------
 -> gtk#
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-10-25 04:30 -------
+Its falling over at line 155
+
+system ("gapi_pp.pl " + pp_args + " | gapi2xml.pl " + ns + " " +
+prefile + " " + lib);
+
+line 65 previously removes the prefile.
+
+if (File.Exists (prefile))
+    File.Delete (prefile);
+
+The fix might be to add the following to line 155.
+
+if (!File.Exists (prefile))
+    File.CreateText(prefile);
+
+just prior to the system call?  I'll try to test this later.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to