I've never used an IDE before for C++. I'm relearning C++ and discovered the CodeLite IDE.
I've been quite content so far with the general feel and usage of the tool, but i have managed to somehow get stuck due to the following problem
assume i would build a file using the command (in console)
Code: Select all
g++ -o xxx -I/usr/include/t1 -I/usr/local/include/t2/ main.cpp
I have tried adding the directories in the parser include files tab in the workspace settings but to no avail.
Any help is welcome
Using g++ on fedora 12 (64 bit) and using latest codelite build.