X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4940551C.5000707@sudleyplace.com> Date: Wed, 10 Dec 2008 18:47:40 -0500 From: Bob Smith User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Problem Running protoize Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-MDRemoteIP: 192.168.0.3 X-Return-Path: bsmith AT sudleyplace DOT com X-MDaemon-Deliver-To: cygwin AT cygwin DOT com 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 Windows XP running Cygwin, I'm trying to run the following file through protoize (3.4.4 (cygming special, gdc 0.12, using dmd 0.125)): C:\foo>type foo.c void foo () { } C:\foo>protoize -k foo.c protoize: compiling `/cygdrive/c/foo/foo.c' protoize: /c/cygdrive/c/foo/foo.c: can't get status: No such file or directory protoize: `/c/cygdrive/c/foo/foo.c' not converted Note the extra /c/ at the start of the path in the error message. The only file in the directory C:\foo is foo.c. What am I doing wrong? -- _______________________________________________________________ Bob Smith - bsmith AT sudleyplace DOT com - http://www.sudleyplace.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/