InterprocessCommunication not working

modules/juce_core/native

http://juce.git.sourceforge.net/git/gitweb.cgi?p=juce/juce;a=tree shows no modules folder ???

http://juce.git.sourceforge.net/git/gitweb.cgi?p=juce/juce;a=shortlog;h=refs/heads/modules

Ok, got it, thnx!

Argh!! It doesn’t work!! InterProcessLock does NOT work for standard user!! I thought you said this was fixed ??

Well, I said I thought I’d fixed it. Could be wrong, of course… if so, sorry!

But it’s just a case of changing the location of the temp file that to somewhere in the user’s home folder (I think before it was using /tmp which is now read-only). I thought I’d already changed that…

I might have been to hasty in my judgement :oops: , just in process of debugging it…

Oh man… I forgot that on Mac I’ve been using juce_amalgamated.mm as opposed to the template, so I never got the new code. Speaking of which, I have no problem using the juce_amalgamated_template.* files on Windows and Linux, on Mac I get a TON of compile errors (it looks like the Mac native includes are simply not included, but AFAICS they are). Any ideas there ?