Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Spawner not working on Mac

Hi,

I've built and deployed the CDT on Mac and I'm getting the following
error when the scanner tries running:


Exception in thread "Spawner Reaper" java.lang.UnsatisfiedLinkError: waitFor
        at org.eclipse.cdt.utils.spawner.Spawner.waitFor(Native Method)
        at org.eclipse.cdt.utils.spawner.Spawner$Reaper.run(Spawner.java:371)


Just wondering if anyone's seen this before? Linux and Windows work
fine (although I've seen problems with the spawner before on Windows I
think, and have had to resort to the same workaround of renaming the
os directory in the org.eclipse.cdt.core.arch plugin).


Cheers,
Mike


Back to the top