Hugo, Thank you for the fix. As for the reason for the error, it seems like a bug in Mono 1.1.7, which Ubuntu Edgy is using and I'm guessing Fedora Core 6 is too. From what I can tell this bug has been fixed in at least Mono 1.2.2 if not earlier.
Referring to this bug report, https://launchpad.net/ubuntu/+source/mono/+bug/61670 , the issue is that MONO_PATH can't point to an empty path. (MONO_PATH = $MONO_PATH:...) where this is the first use of the variable MONO_PATH. Probably easier to understand via reading the forum. Thanks again Hugo for pointing out the fix. Nathan. ------------------------------------------- Nathan Faust Systems Administrator :: Merchant Warehouse 2 International Place, 4th Floor Boston, MA 02110 P: 617.895.5558 F: 800.494.8602 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hugo Palma Sent: Friday, January 19, 2007 12:24 PM To: [email protected] Subject: Re: Error compiling 0.3.1 -------- Original Message -------- Subject: Re: Error compiling 0.3.1 Date: Fri, 19 Jan 2007 15:04:57 +0100 From: Thomas Van Machelen <[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]> To: Hugo Palma <[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]> Hugo, This is fixed in svn. It's a problem with the Makefile.in file in the Tao.OpenGl directory. At line 469, remove the "$(MONO_PATH):" words and everything should compile fine. Regards, Thomas Pontus Enhager wrote: I see this problem as well (Fedora Core 6 on x86_64) //Pontus On Fri, 2007-01-19 at 10:39 +0000, Hugo Palma wrote: I'm getting the following error compiling F-Spot 0.3.1 on Ubuntu 6.10: Unhandled Exception: System.ExecutionEngineException: Failed to create shadow copy (mkstemp). make[3]: *** [Tao.OpenGl.dll] Error 1 make[3]: Leaving directory `/home/hpalma/files/f-spot-0.3.1/Tao/Tao.OpenGl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/hpalma/files/f-spot-0.3.1/Tao' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/hpalma/files/f-spot-0.3.1' make: *** [all] Error 2 Any ideas ? Thanks, Hugo _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
