On Fri, 21 Feb 2003, David Dawes wrote:

> >> >Just another data point:  libGLU compilation on such systems fails also.

> >> libGLU builds OK on the RH 6.2 system I've been looking into this with.
> >> It does do some things with setjmp (using inlined functions).

> >How?  I have been unable to get libGLU to compile on a system that
> >#define's setjmp & friends as macros.

> It "just works" for me on RH 5.2 (glibc 2.0) and RH 6.2 (glibc 2.1) .
> It uses inline'd functions:

> inline int
> mysetjmp( JumpBuffer *j )
> {
>     return ::setjmp( j->buf );
> }

> Maybe it depends on the g++ version?

Could be.  I'll investigate.  Thanks.

Marc.

+----------------------------------+-----------------------------------+
|  Marc Aurele La France           |  work:   1-780-492-9310           |
|  Computing and Network Services  |  fax:    1-780-492-1729           |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]          |
|  University of Alberta           +-----------------------------------+
|  Edmonton, Alberta               |                                   |
|  T6G 2H1                         |     Standard disclaimers apply    |
|  CANADA                          |                                   |
+----------------------------------+-----------------------------------+
XFree86 Core Team member.  ATI driver and X server internals.

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to