| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4C742D2F.3020403@bopp.net> |
| Date: | Tue, 24 Aug 2010 15:35:59 -0500 |
| From: | Jeremy Bopp <jeremy AT bopp DOT net> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: P4 can't find the TMP directory? |
| References: | <8B2AE934D71765479BFD241BC9F8005671A8241C AT US01WXMBX1 DOT internal DOT synopsys DOT com> |
| In-Reply-To: | <8B2AE934D71765479BFD241BC9F8005671A8241C@US01WXMBX1.internal.synopsys.com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 8/24/2010 3:28 PM, Mathew Shember wrote: > Hello, > > Trying to simply do a p4 client and will receive this message: > > $ p4 client > CreateProcess: "vim" "C:\DOCUME~1\nasinteg\LOCALS~1\Temp\t3428t76.tmp": The system ca > nnot find the file specified. > > Client side operation(s) failed. Command aborted. > > > I verified the configs for perforce and they are correct. > > The path info is the basic windows env for XP. > > I've tried playing with the paths but no luck. "vim" is located in /usr/bin and is actually symlink to /etc/alternatives/vim, and that is in turn a symlink to /usr/bin/gvim.exe. The problem is that Windows-native programs don't know about Cygwin symlinks. You'll need to configure p4 to run the gvim.exe file rather than the vim symlink. -Jeremy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |