Subject:
|
ldglite Compilation concerns
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Thu, 5 Jan 2006 08:12:35 GMT
|
Viewed:
|
2334 times
|
| |
| |
I seem to have found a typo in ldglpr.c :
---Begin ldglpr.c line 51---
#ifdef OSMESA_OPTION
#include "GL/osmesa.h"
void *OSbuffer = NULL;
OSMesaContext ctx;
#endif
---End ldglpr.c line 55---
Shouldn't that be <GL/osmesa.h>
I may be submitting some portability fix suggestions after I test them, I hope I
don't seem too presumptuous, but I'm porting to Solaris 10. So far it's looking
to be a minimal set of changes.
|
|
Message has 1 Reply: | | Re: ldglite Compilation concerns
|
| (...) I'd say that <GL/osmesa.h> would normally be preferable, but "GL/osmesa.h" works fine, since double quotes in a #include statement search a full superset of the directories searched by angle brackets. So it should certainly not affect its (...) (19 years ago, 6-Jan-06, to lugnet.cad.dev)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|