| Summary: | projects with sftp:// location don't work correctly | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Richard Faasen <richard> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Richard Faasen
2005-06-23 18:13:45 UTC
This is a duplicate. And it will probably be closed as wontfix. AFAIK the line does not work: gcc -c sftp://blabla.com/bla.c And unless you "fix" gcc it never will But this line (or a similar one) does: ssh user@host "gcc -g /some/path/foo.c" Yes, it is a dupe: #71318 |