|
|
|
Re: Set C++ include/linker settings for all projects, not just per project? [message #1065024 is a reply to message #1065020] |
Sun, 23 June 2013 10:25   |
Eclipse User |
|
|
|
Actually, I have a question for you: Eclipse always shows boost header files as unresolved even if I configure -I/usr/include and -I/usr/include/boost. In the preprocessor directives, I have to type the full path (i.e. #include <usr/include/boost/algorithm/string.hpp>). While this particular error goes away, if I try to call mystring.append(1, mystring[1], I still get an Eclipse bug notification (red squiggly line under the method call) that says "Invalid arguments." Even better, the program compiles and in turn, runs like fat kid towards cake.
Any ideas on how to fix this issue? I'd like Eclipse to process the headers appropriately for code completion/debugging prior to compiling and moreover, I absolutely hate red squigglies.
---
-[alpo]-
|
|
|
|
Re: Set C++ include/linker settings for all projects, not just per project? [message #1065041 is a reply to message #1065020] |
Sun, 23 June 2013 23:35  |
Eclipse User |
|
|
|
Don't think that internal CDT build system is flexible now. Also suppose that most users just go with custom makefile builds, and makefile can be generated by some other tool (CMake, qmake, ...).
Think it is possible just to copy/paste some lines from one .project file to the new one. Also it should be possible to write a plugin for new project wizard where you will be able to check some required libraries and they will be added to project settings.
|
|
|
Powered by
FUDForum. Page generated in 0.04347 seconds