I just updated my D compiler on Lion. Now when I run a C++ program in ? (not a D program!) I get the following:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb:194: warning: Insecure world writable dir /Users/chuck/dmd2/osx in PATH, mode 040777
Any ideas?
Thanks,
Chuck Allison
On 22/11/11 17:22, "chuck@freshsources.com" chuck@freshsources.com wrote:
I just updated my D compiler on Lion. Now when I run a C++ program in ? (not a D program!) I get the following:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb:19 4: warning: Insecure world writable dir /Users/chuck/dmd2/osx in PATH, mode 040777
That's just an annoying Ruby warning that you can safely ignore unless it's actually causing the program not to run. If it is, check Google. There are thousands of similar error messages.
Cheers,
Phil...