I'm using Eclipse 3.3/CDT4 to build two project that were imported from
the old Eclipse 3.2/CDT3.1.2 settings. Project1 has a dependency on
Project2, when I change a source in Project2, Project2 is compiled
automatically but Project1 not, I see that make is started on Project1
but it says that 'Nothing be done for 'all''. Seems that the generated
makefile is missing the Project2 reference. The old configuration worked
well.
Both projects are Managed C++ projects, Project2 is a static library
while Project1 is an executable, running on Linux x86_64. Both were
imported and converted automatically by CDT4 and no other changes, to my
knowledge, were made, other than enabling the automatic build when
saving a file.