[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] pathname case changed
|
- From: c.pergiel@xxxxxxxxxxx (Charles Pergiel)
- Date: Fri, 13 Feb 2009 07:31:29 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Working on a C program using Ubuntu 8.10 and Eclipse 3.2.2
Project directory is /home/ccp/Desktop/BERTRAND/src
Project compiles and links without problems. Try to debug and it complains:
"File /Bertrand/src/main.c does not exist."
Did this same thing earlier this evening and it worked fine. However,
after I had closed Eclipse and then restarted it, my project was gone, and
I had to recreate it. I am not doing anything fancy here. This is an old C
language program. I was able to compile it using MSVC and using the Gnu
tools from the terminal window.