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 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> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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