Few questions [message #721440] |
Thu, 01 September 2011 15:02  |
Eclipse User |
|
|
|
1. Am I building my project properly?
I check the project out of CVS as a C++ project. Then I add a makefile in the project's root directory that changes directories and calls the makefile that I actually want called.
For example the makefile in my project's root directory is,
make all:
cd Executables/TestPrograms/TestProgram; make
Is there a better way to do this?
2. Some defines aren't resolving.
I find that when I have a header included in a .cpp that contains a define it is resolved properly.
But when that header includes a header that contains a define it is not resolved through the IDE in the .cpp(although still resolved properly in the header).
3. I have two headers that define a class with the same name. A .cpp file includes one of the headers but eclipse thinks I included the other. It underlines some of the methods saying they're not found but I can still build properly.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05432 seconds