Eclipse CDT Settings
Posted
by kon
on Stack Overflow
See other posts from Stack Overflow
or by kon
Published on 2010-05-11T07:35:36Z
Indexed on
2010/05/11
8:54 UTC
Read the original article
Hit count: 399
Hey Guy,
I'm trying to compile one single cpp file with Eclipse CDT and MinGW. On command line, c++ Test.cpp does the job. If I try to compile the file with Eclipse, I get errors telling me that I don't have included string.h in my lib files.
How do I setup Eclipse just to perform "g++ Test.cpp" without considering my lib files as independent files? Thanks for helping :)
Kon
© Stack Overflow or respective owner