Skip to main content

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

Oh right, is there a recommended solution to this then? Renaming the
directory inside the mac plugin seems a bit nasty?

Mike

2008/11/14 Elena Laskavaia <elaskavaia@xxxxxxx>:
> I would get that method waitFor is not implemented in mac native library
> (cdt has native library for spawning)
>
> Mike Wrighton wrote:
>>
>> 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
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top