![]() |
|
dev-cpp 4.9.7-gcc 3.2 missing bit/c++config.h |
kazzmir
Member #1,786
December 2001
![]() |
I just tried to compile something that included <vector> and dev-cpp 4.9.7 with mingw32 gcc 3.2 complained that it didnt have <bits/c++config.h>. I had to erase it and install dev-cpp 4.9.7 mingw32 gcc 2.95. The 2.95 version compiled it fine. Should i report this as a bug somewhere or something? Are there any other bugs like this in dev-c++? |
Pradeepto Bhattacharya
Member #1,340
May 2001
|
Only one thing,how to get that CVS thingy work??Whenever I click on login or anything else in CVS menu I get a Message that "Please configure CVS Tools/Environments ".There is hardly anything to do there except for Compression level and a path. -- |
gillius
Member #119
April 2000
|
You have to copy the include/c++/mingw/bits directory down a level into include/c++, to merge the include/c++/bits directory with include/c++/mingw/bits. c:\dev-cpp> copy include\c++\mingw\bits*.* include\c++\bits
Gillius |
Goalie Ca
Member #2,579
July 2002
![]() |
thanks, i was having that problem too. I thought i had a syntax error causing problems all the way down (which has happened before EDIT: EDIT2: EDIT3: I'm using 4.17. Compiles perfectly with c code. ------------- |
|