Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Project location being forgotten
Project location being forgotten [message #203254] Tue, 23 October 2007 08:18 Go to next message
Eclipse UserFriend
Most of the time when I click on the "Debug" button, Eclipse attempts
to rebuild my project (which is fine at this point) but most of the
time I get the following error:


**** Build of configuration Default for project MXATools ****

make -C /Build all
make: *** /Build: No such file or directory. Stop.

This is a "Makefile" based project. The build command that I have is:
"make -C ${project_loc}/Build"

It usually takes me clicking on another project in the C++ project
explorer, building _that_ project, then trying to build the original
project before I get Eclipse to finally build and run the application.
This is on Europa with CDT 4.0.1 on OS X 10.4.10 (intel). It just seems
that somewhere the actual project that is being edited is lost
somewhere. I only seem to get this problem when clicking on the "debug"
tool bar button when an Editor is active.

Has anyone else seen this problem? Is there a fix that I am missing?

Thanks for any help.
Mike Jackson
Re: Project location being forgotten [message #203286 is a reply to message #203254] Tue, 23 October 2007 09:14 Go to previous message
Eclipse UserFriend
Mike Jackson wrote:

> Most of the time when I click on the "Debug" button, Eclipse attempts
> to rebuild my project (which is fine at this point) but most of the
> time I get the following error:


> **** Build of configuration Default for project MXATools ****

> make -C /Build all
> make: *** /Build: No such file or directory. Stop.

> This is a "Makefile" based project. The build command that I have is:
> "make -C ${project_loc}/Build"

> It usually takes me clicking on another project in the C++ project
> explorer, building _that_ project, then trying to build the original
> project before I get Eclipse to finally build and run the application.
> This is on Europa with CDT 4.0.1 on OS X 10.4.10 (intel). It just seems
> that somewhere the actual project that is being edited is lost
> somewhere. I only seem to get this problem when clicking on the "debug"
> tool bar button when an Editor is active.

> Has anyone else seen this problem? Is there a fix that I am missing?

> Thanks for any help.
> Mike Jackson
Once I've got a similar problem. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170748 to fix it. The
variable ${project_loc} returns the "selected project"!

Axel
Previous Topic:Error messages (C\C++ CDT) defined?
Next Topic:4.0.2 nightly builds ?
Goto Forum:
  


Current Time: Fri May 16 02:55:56 EDT 2025

Powered by FUDForum. Page generated in 0.04039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top