Subject:
|
Re: ldglite Compilation concerns
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Fri, 6 Jan 2006 00:39:21 GMT
|
Viewed:
|
2594 times
|
| |
| |
In lugnet.cad.dev, Joseph Greene wrote:
> 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.
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
ability to compile.
--Travis
|
|
Message is in Reply To:
| | ldglite Compilation concerns
|
| 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 (...) (19 years ago, 5-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
|
|
|
|