I'm currently trying to create a game in Ada that would runs either on windows and linux. For windows, I'd like to use Ada and openGL, therefor I'm really interrested in your project, and would like to use it. But under MinGW, on Windows, I can't link it with mesa's libraries. I've compiled mesa with Visual C++, therefore I have opengl32.lib, glut.lib, osmesa.lib and glu.lib. I'm not shure i'm using the right link line (gcc adaglut.o -lopengl32 -losmesa.lib -lglut.lib -lglu.lib) since osmesa32 is not found. It seems that the compiler links with /usr/libs (where I have, coming with MinGW, libopengl32.
Please, help !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-08
Hello
I am giving this a try, however emberassingly i do not know how to install it under my windows 2000. Can anyone help me ?
I have downloaded the .zip file and extracted, that's how far i got, what do i need to do next, there is no documentation on it. :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I go, you need to download mingw, and then unzip and make on mingw. Make install seems not to be working, but you don't need it actually, just copy files !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi !
I'm currently trying to create a game in Ada that would runs either on windows and linux. For windows, I'd like to use Ada and openGL, therefor I'm really interrested in your project, and would like to use it. But under MinGW, on Windows, I can't link it with mesa's libraries. I've compiled mesa with Visual C++, therefore I have opengl32.lib, glut.lib, osmesa.lib and glu.lib. I'm not shure i'm using the right link line (gcc adaglut.o -lopengl32 -losmesa.lib -lglut.lib -lglu.lib) since osmesa32 is not found. It seems that the compiler links with /usr/libs (where I have, coming with MinGW, libopengl32.
Please, help !
Hello
I am giving this a try, however emberassingly i do not know how to install it under my windows 2000. Can anyone help me ?
I have downloaded the .zip file and extracted, that's how far i got, what do i need to do next, there is no documentation on it. :(
As far as I go, you need to download mingw, and then unzip and make on mingw. Make install seems not to be working, but you don't need it actually, just copy files !