On Tue, 2006-09-19 at 20:50 +0300, Dotan Cohen wrote: > I added the JobScheduler patch, and tried to build, and got this at make: > sh-3.1$ make && echo "Successful" > make all-recursive > make[1]: Entering directory `/home/test/development/f-spot/f-spot' > Making all in FlickrNet > make[2]: Entering directory `/home/test/development/f-spot/f-spot/FlickrNet' > gmcs -r:System.Web.dll -out:FlickrNet.dll /target:library > ./AssemblyInfo.cs ./Auth.cs ./Blogs.cs ./Cache.cs > ./Categories.cs ./Contacts.cs ./Context.cs > ./DateGranularity.cs ./ExifPhoto.cs ./Flickr.cs > ./FlickrConfigurationManager.cs ./FlickrConfigurationSettings.cs > ./FlickrException.cs ./Groups.cs ./Licenses.cs > ./OnlineUsers.cs ./Person.cs ./PhotoCounts.cs > ./PhotoInfo.cs ./Photos.cs ./PhotoSearchOptions.cs > ./PhotoSets.cs ./Response.cs ./Sizes.cs ./Uploader.cs > ./UploadProgressEvent.cs ./User.cs ./Utils.cs > make[2]: gmcs: Command not found > make[2]: *** [FlickrNet.dll] Error 127 > make[2]: Leaving directory `/home/test/development/f-spot/f-spot/FlickrNet' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/test/development/f-spot/f-spot' > make: *** [all-recursive-am] Error 2 > sh-3.1$ > > And ideas why? What should I do? yum install mono-core Paul.