I m trying to use eclipse for c but when i creat a project and try to build i have this error message: error launching 'cygin'...
plz help!
cygin or cygwin?
If it's the latter - I'm betting that there is a config issue with how Eclipse is installed and set up. (If it's the former, I have no idea - unless that's the config issue....)
Make sure that your cygwin binaries are visible to eclipse. The cygpath program is a utility that converts Windows native filenames to Cygwin POSIX-style pathnames and vice versa. It can be used when a Cygwin program needs to pass a file name to a native Windows program, or expects to get a file name from a native Windows program. Alternatively, cygpath can output information about the location of important system directories in either format.
Make sure that your cygwin binaries are visible to eclipse. The cygpath program is a utility that converts Windows native filenames to Cygwin POSIX-style pathnames and vice versa. It can be used when a Cygwin program needs to pass a file name to a native Windows program, or expects to get a file name from a native Windows program. Alternatively, cygpath can output information about the location of important system directories in either format.
Another thing to check is the classpath - to see if it is enclosed in quotation marks "c:/path/to/cygwin/binary". If so, remove those (but save the path!)
am trying to use eclipse for c but while building i keep having this problem!!!!!!
ERROR LAUNCHING 'cygpath' COMMAND.
PLZ HELP!!!!
Momotaro-
Please do not double post, if you feel the thread has moved out of view of the experts of the forum, (after a reasonable amount of time) post a ::bump:: reply to it, that will bring it back to the top.
did you post what you tried to do to fix it after reading my post and what other issues you are having or what the error message is? Try continuing this discussion in the original post so that this one can be closed, since it is a duplicate.
Comment