|
From: | Sheldon Gill |
Subject: | Re: Creating NSImage in a tool |
Date: | Tue, 14 Feb 2006 08:28:27 +0800 |
User-agent: | Thunderbird 1.5 (Windows/20051201) |
Stefan Urbanek wrote:
Hi, I need a tool that will take some inputs and will generate one or more TIFFS. I am trying to create an image in a tool under MS Windows like this: [snip] The output is: 2006-02-13 15:10:14.000 test.exe[3512] Drawing path The file 'c' is writable by someone other than its owner. Ignoring it.
There is code in base which enforces a particular security policy. It seems the security policy on your system violates those expectations.The specific issue is that your configuration file 'c' has permissions on it that base doesn't like.
My recommendation is removing the offending code: gnustep-base NSPathUtilities.m ~line 660
Regards, Sheldon
[Prev in Thread] | Current Thread | [Next in Thread] |