This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem Running protoize


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@sudleyplace.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]