Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cygpath not found

Hi,

I don't completely understand the question.
Neither cygpath nor any other external tool/toolkit-specific stuff is
used by the managed build system.
On the other hand, any MBS tool-chain definitions are free to use any
tool-chain specific tools, utilities, etc. to obtain any info they
tool-chain specific info.
The Gnu tool-chain definition actually does that (see
org.eclipse.cdt.managedbuilder.gnu.ui plug-in).
E.g. org.eclipse.cdt.managedbuilder.core.IBuildPathResolver
implementation that the gnu tool-chain definition provides
(org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver) actually
uses cygpath to convert cygwin-style paths to windows-style paths.

Please correct me if I misunderstood your question.

Thanks,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of kesselhaus@xxxxxxx
Sent: Wednesday, June 29, 2005 11:08 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] cygpath not found

I don't really like to blow the release date, but why is managed make
project relying on cygpath? What, if someone does not have cygwin
installed,
because neither MinGW nor any other toolkit except cygwin rely on this?

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top