X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: gdb in eclipse Date: Fri, 17 Nov 2006 14:39:42 -0000 Message-ID: <002301c70a56$37f11480$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <319d96980611170623x4765454u2e1658c57fb67bb5@mail.gmail.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 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/