Reputation: 439
I have installed the latest MinGW, but when I set MinGW Environment Variables.
HowTo:_Install_MSYS_and_MinGW
They say:
"CPLUS_INCLUDE_PATH"="C:\\MinGW\\include\\c++\\3.4.5;C:\\MinGW\\include\\c++\\3.4.5\\backward;C:\\MinGW\\include\\c++\\3.4.5\\mingw32;C:\\MinGW\\include" .
But in my “include” folder, there is no c++ folder???? who can help me?thank you very much!!!
Upvotes: 1
Views: 223
Reputation: 976
I recommend using installer from this site: http://nuwen.net/mingw.html It contains MinGW with the newest GCC, Boost, SDL, Git and more. It's very easy to install and you actually have nothing to do during the installation. Works perfect for me.
Greetings,
Upvotes: 1
Reputation: 11958
Welcome to stackoverflow !
If you have the latest minGW the PATH should look like:
C:/mingw/lib/gcc/mingw32/4.7.0/include/c++
Eclipse -- Project -- Properties
The Image shows t:/
Replace t:/
with c:/
Upvotes: 2