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:
The examples as the Windows app, has the start code that comes up after you have named the project and saved it.
You may in project-options under project, make additions or modifications.
Now the win app, the opengl and GTK i have got to copile as is from the project.
The .dll and the stat-lib will require more to make them complete.
Be sure to name and have the project you open save, then you will ( i do ) get a box about where to save the main: I always place this with the rest of my project code.
If you have the same problem ?...come back and tell what is going on will try to help.
j@ck_
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.
The examples as the Windows app, has the start code that comes up after you have named the project and saved it.
You may in project-options under project, make additions or modifications.
Now the win app, the opengl and GTK i have got to copile as is from the project.
The .dll and the stat-lib will require more to make them complete.
Be sure to name and have the project you open save, then you will ( i do ) get a box about where to save the main: I always place this with the rest of my project code.
If you have the same problem ?...come back and tell what is going on will try to help.
j@ck_