hey guys on xp I have 4.9.7.0. and i come up with the following error.
Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.cpp" -o "C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.exe" -I"C:\Dev-Cpp\include\g++-3" -I"C:\Dev-Cpp\include" -L"C:\Program" -L"Files\Dev-Cpp\lib"
In file included from C:/Dev-Cpp/include/g++-3/streambuf.h:36,
from C:/Dev-Cpp/include/g++-3/iostream.h:31,
from C:/Documents and Settings/Charlie/My Documents/Other Docs/Richard/c++go/Global.h:11,
from C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.cpp:26:
C:/Dev-Cpp/include/g++-3/libio.h:30: _G_config.h: No such file or directory
Execution terminated
my program does not contain any ref to libio.h:30: _G_config.h:
pplease help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey guys on xp I have 4.9.7.0. and i come up with the following error.
Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.cpp" -o "C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.exe" -I"C:\Dev-Cpp\include\g++-3" -I"C:\Dev-Cpp\include" -L"C:\Program" -L"Files\Dev-Cpp\lib"
In file included from C:/Dev-Cpp/include/g++-3/streambuf.h:36,
from C:/Dev-Cpp/include/g++-3/iostream.h:31,
from C:/Documents and Settings/Charlie/My Documents/Other Docs/Richard/c++go/Global.h:11,
from C:\Documents and Settings\Charlie\My Documents\Other Docs\Richard\c++go\Main.cpp:26:
C:/Dev-Cpp/include/g++-3/libio.h:30: _G_config.h: No such file or directory
Execution terminated
my program does not contain any ref to libio.h:30: _G_config.h:
pplease help
cheers guys
Could you post your code? Its a lot easier if I can play with it / screw it up myself.
Wayne