Community
Participate
Working Groups
Build Identifier: M20100211-1342 Dear Eclipse support, I have imported a C++, C-make project to eclipse in my secondary workspace. This seams to work but if i try to rebuild the project I get the message: CMake Error: The source directory worspace1/ProjectX does not exist Thats true because i have imported the project to my secondary workspace. But why the sources are searched in the other workspace? How can I fix this problem? best regards, Julika Burger Reproducible: Always Steps to Reproduce: 1. Create secondary workspace 2. Import c make project into secondary workspace 3. Press rebuild
Moving to CDT ...
(In reply to comment #0) > Dear Eclipse support, It's a wrong place to ask for support. Bugzilla is used by developers team to keep track of bugs not to support users. You have a better chance of getting help in user forum http://www.eclipse.org/forums/ -> Language IDEs -> CDT.
This is a bug! I think the build after import of a project with a working makefile should work without any user configurations. Why must I change the build directory manually after a import?