I read the FAQs and i'm not find answer. I have Windows XP (I think service pack 2), and Dev C++ 4.9.9.2 and this is the error: C:\SpaceLord\OGLtanulas002\Makefile.win [Build Error][OpenGLaa.exe] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
An error message in isolation really doesn't provide enough context.
Could you please post your full Basic 3. They are covered in the thread in this forum,
titled "Please Read Before Posting a Question".
Tanks,
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-08-23
You are reading the log backwards. That merely means that one of the commands that make executed failed. You will need to look at whatever message(s) that command issued to find out why.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks like you are trying to use Glut, but it is probably not installed.
Take a moment and check out the "Getting started with Glut" section in the "Please Read"
thread for what to get, where to get it, where to put it, and how to link it.
What libraries are LUT and LU? The linker is not finding them either.
As Clifford pointed out, you read the errors from top to bottom. In some cases,
one error, the first one, can lead to dozens of related errors.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In file included from main.cpp:11:
oglhuTexture.h: In member function void oglhuTexture::createTexture()':
oglhuTexture.h:69: warning: passingfloat' for converting 1 of ILboolean iluScale(ILuint, ILuint, ILuint)'
oglhuTexture.h:69: warning: passingfloat' for converting 2 of `ILboolean iluScale(ILuint, ILuint, ILuint)'
g++.exe: libglut32.a: No such file or directory
g++.exe: libopengl32.a: No such file or directory
g++.exe: DevIL.lib: No such file or directory
g++.exe: ILU.lib: No such file or directory
g++.exe: ILUT.lib: No such file or directory
g++.exe: GLee.lib: No such file or directory
make.exe: *** [OpenGLaa.exe] Error 1
Feladat befejezve
I think that mean coulsn't find the files, but the files in same directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I read the FAQs and i'm not find answer. I have Windows XP (I think service pack 2), and Dev C++ 4.9.9.2 and this is the error: C:\SpaceLord\OGLtanulas002\Makefile.win [Build Error] [OpenGLaa.exe] Error 1
An error message in isolation really doesn't provide enough context.
Could you please post your full Basic 3. They are covered in the thread in this forum,
titled "Please Read Before Posting a Question".
Tanks,
Wayne
You are reading the log backwards. That merely means that one of the commands that make executed failed. You will need to look at whatever message(s) that command issued to find out why.
Clifford
It looks like you are trying to use Glut, but it is probably not installed.
Take a moment and check out the "Getting started with Glut" section in the "Please Read"
thread for what to get, where to get it, where to put it, and how to link it.
What libraries are LUT and LU? The linker is not finding them either.
As Clifford pointed out, you read the errors from top to bottom. In some cases,
one error, the first one, can lead to dozens of related errors.
Wayne
Sorry...
Fordító: Default compiler
Building Makefile: "C:\SpaceLord\OGLtanulas002\Makefile.win"
make clean indítása.
rm -f .objs/main.o OpenGLaa.exe
g++.exe -D__DEBUG__ -c main.cpp -o .objs/main.o -I"C:/Program Files/Microsoft DirectX SDK (April 2006)/Include" -I"lib/gcc/mingw32/3.4.2/include" -I"include/c++/3.4.2/backward" -I"include/c++/3.4.2/mingw32" -I"include/c++/3.4.2" -I"include" -g3
In file included from main.cpp:11:
oglhuTexture.h: In member function
void oglhuTexture::createTexture()': oglhuTexture.h:69: warning: passing
float' for converting 1 ofILboolean iluScale(ILuint, ILuint, ILuint)' oglhuTexture.h:69: warning: passing
float' for converting 2 of `ILboolean iluScale(ILuint, ILuint, ILuint)'g++.exe -D__DEBUG__ .objs/main.o -o "OpenGLaa.exe" -L"C:/Program Files/Microsoft DirectX SDK (April 2006)/Lib/x86" -L"lib" -L"C:/SpaceLord/OGLtanulas002/lib" libglu32.a libglut32.a libopengl32.a DevIL.lib ILU.lib ILUT.lib GLee.lib -g3
g++.exe: libglu32.a: No such file or directory
g++.exe: libglut32.a: No such file or directory
g++.exe: libopengl32.a: No such file or directory
g++.exe: DevIL.lib: No such file or directory
g++.exe: ILU.lib: No such file or directory
g++.exe: ILUT.lib: No such file or directory
g++.exe: GLee.lib: No such file or directory
make.exe: *** [OpenGLaa.exe] Error 1
Feladat befejezve
I think that mean coulsn't find the files, but the files in same directory.