Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problems with Windows Spawner

On Wed, Oct 27, 2010 at 10:46:01AM +0100, dmsubs wrote:
> Hi,
> 
> I have a strange problem that having spent a couple of days debugging, I
> can't resolve.
> 
> When I use Eclipse to debug my Eclipse+CDT+plugins application, the Spawner
> fails to find "make". It reports "The system cannot find the file
> specified". I have tried giving it the complete and full path to make
> (c:\path\to\make.exe), and it still reports the same error. However, if I
> build my product and run it standalone (i.e. not using the debugger), then
> it all works OK.

Sometimes Eclipse lying about reason of this error. The reason may be
missing native libraries in
eclipse\configuration\org.eclipse.osgi\bundles. Just try to search for all
"exe" files in specified directory. There should be three or four dll/exe
files. If no, eclipse will show such strange errors... It's enough to
manually unpack them from one of jar files

-- 
WBR, Dmitry


Back to the top