Subject:
|
Re: Building LDGLite for off-screen rendering only
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sun, 18 May 2003 00:10:26 GMT
|
Viewed:
|
1218 times
|
| |
| |
In lugnet.cad.dev, Dan Boger writes:
> hmmm... here's what I get:
>
> gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX
> -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include
> In file included from gleps.c:20:
> glwinkit.h:41: GL/glut.h: No such file or directory
> gmake: *** [gleps.o] Error 1
> zsh: exit 2 gmake -f makefile.osmesa
>
> Ideas?
You seem to be missing glut.h. I thought I spotted it in the
Mesa-5.0.1/include/GL directory, but I may have also installed
the MesaDemos package which contains glut. If you don't have
glut.h in that directory you can either install (but not build)
the MesaDemos files, or just extract glut.h and put it in that
directory, or I could make one for you real quickly from the
freeglut sources. None of the glut functions are required to
run in offscreen only mode, but some sort of glut header is
still required to compile it for now. I suppose for the next
real release I should probably ifdef out all the glut references
for ofscreen only builds, but that'll be a while.
Don
|
|
Message has 1 Reply: | | Re: Building LDGLite for off-screen rendering only
|
| (...) ok, cool - got that, now I get this: $ gmake -f makefile.osmesa gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include ldliteVR_main.o platform.o dirscan.o (...) (22 years ago, 18-May-03, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: Building LDGLite for off-screen rendering only
|
| (...) hmmm... here's what I get: $ gmake -f makefile.osmesa gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER -DUSE_BMP8 -DNEED_MIN_MAX -DUSE_PNG -DTILE_RENDER_OPTION -DOSMESA_OPTION -IMesa-5.0.1/include -c -o dirscan.o dirscan.c dirscan.c: In function (...) (22 years ago, 17-May-03, to lugnet.cad.dev)
|
21 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|