Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Was the spawner DLL removed in 8.0 branch?

Thanks Marc,

It used to be in org.eclipse.cdt.core.win32 plugin. When was it change?

Thanks,
Andy

From: Marc-Andre Laperle <malaperle@xxxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Thu, 12 Jan 2012 18:19:21 -0500
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Was the spawner DLL removed in 8.0 branch?

Hi Andy,

The dlls should be in
org.eclipse.cdt.core.win32.x86   for 32 bit
and
org.eclipse.cdt.core.win32.x86_64   for 64 bit

Hope this helps!

Marc-Andre

On 12/01/2012 5:55 PM, Andy Jin wrote:
We bundled the 8.0.2 night build in our product. On Windows, between the following two CDT core plugins, there was BIG change.

  1. org.eclipse.cdt.core.win32_5.2.0.201106081058
  2. Org.eclipse.cdt.core.win32_5.2.0.201201090807
The No. 1 has the spwaner.dll in the "os" folder, while the No.2 does not – it has the pure Java implementation.

This is causing our build problem not finding the correct "gcc".

Why did we remove the spawner DLL in a maintenance branch?

Thanks,
Andy


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxxhttps://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