Hello, I've just intalled dev-c++ 4.9.5.0 on a windows 98 machine. Unfortunately, when I open the IDE, open up one of their example projects (or an project for that matter) and go to compile, I get an error. Here is the Compile Log:
Building Makefile: "C:\Dev-Cpp\Examples\WinTest\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Examples\WinText\Makefile.win" all
g++.exe -c Test.c -o Test.o -I"C:\DEV-CPP\include" -I"C:\DEV-CPP\include\g++-3" -I"C:\Dev-CPP\include" -s -mwindows
In file included from C:/Dev-CPP/include/g++-3/streambuf.h:36,
from C:/DEV-CPP/include/g++-/iostream.h:31,
from C:/DEV-CPP/include/g++/iostream:6,
from Test.c:11:
C:/DEV-CPP/include/g++-3/libio.h:30: _G_config.h: No such file or directory
g++.exe Test.o WinTest.res -o "WinTest.exe" -L"C:\DEV-CPP\lib" -l"C:\DEV-CPP\include" -I"C:\DEV-CPP\include\g++-3" -I"C:\DEV-CPP\include" -s -mwindows
Execution terminated
Thanks, It's probably just something wrong with the
include paths or something, but I don't know much about mingw32. The _G_config.h file does exist on my system at C:\Dev-Cpp\mingw32\include.
it would be cool if you could help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-03
look out the c++ check box in the project options
set it on ifnchecked ?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I've just intalled dev-c++ 4.9.5.0 on a windows 98 machine. Unfortunately, when I open the IDE, open up one of their example projects (or an project for that matter) and go to compile, I get an error. Here is the Compile Log:
Building Makefile: "C:\Dev-Cpp\Examples\WinTest\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Examples\WinText\Makefile.win" all
g++.exe -c Test.c -o Test.o -I"C:\DEV-CPP\include" -I"C:\DEV-CPP\include\g++-3" -I"C:\Dev-CPP\include" -s -mwindows
In file included from C:/Dev-CPP/include/g++-3/streambuf.h:36,
from C:/DEV-CPP/include/g++-/iostream.h:31,
from C:/DEV-CPP/include/g++/iostream:6,
from Test.c:11:
C:/DEV-CPP/include/g++-3/libio.h:30: _G_config.h: No such file or directory
g++.exe Test.o WinTest.res -o "WinTest.exe" -L"C:\DEV-CPP\lib" -l"C:\DEV-CPP\include" -I"C:\DEV-CPP\include\g++-3" -I"C:\DEV-CPP\include" -s -mwindows
Execution terminated
Thanks, It's probably just something wrong with the
include paths or something, but I don't know much about mingw32. The _G_config.h file does exist on my system at C:\Dev-Cpp\mingw32\include.
it would be cool if you could help.
look out the c++ check box in the project options
set it on ifnchecked ?)