Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

Eclipse/CDT bug: Error launching 'cygpath' command

Eclipse 3.2 / CDT 3.1 warning:
"Error launching 'cygpath' command"

This warning appears to be a bug in CDT/Eclipse (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=102491) and you can safely ignore it. If you want to get rid of this warning, you can copy "cygpath.exe" and "cygwin1.dll" from "c:\cygwin\bin" to "c:\mingw\bin".
 

1 Comment — feed icon Comments feed for this post


#1 jairo commented on 2009-02-03:

on window

I am copy from c:cygwinbincygpath.exe to c:MinGWbin I am copy from c:cygwinbincygwin1.dll to c:MinGWbin\

on eclipse

window->properties->c/c++ Project Path->Libraries

add c:MinGWbincygwin1.dll

excuse my english, i speak spanish

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Slicehost