On 17 November 2006 14:24, marcos rebelo wrote: > The code runs correctly, but when I do Debug I have this message: > > Warning: /eclipse_projects/C++/Test/.settings;E: No such file or directory. > Warning: /eclipse_projects/C++/Test;E: No such file or directory. > Warning: /cygdrive/e/eclipse_projects/C++/Test/E: No such file or directory.
This looks like you've used a (mixed format) DOS-style search path, i.e. drive letters and semi-colons to separate the entries. Try using posix paths and separating the entires with colons. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/