Compilation of v5.13.07 on MacOSX (10.4.8)

Hi,

While compiling the latest CVS version (5.13.07 at this date) I got the following message:

I fixed it by removing the condition (GL/gl.h for all) in gl2ps.h:[code]#if defined(APPLE)

include

#else

include

#endif
[/code]

Is that expected or a feature of my installation ?

Cheers, Vincent.

Vincent,

It means that you have a wrong installation of X11 on your MAC.
GL should be in /usr/X11R6/include/GL/gl.h and /usr/X11R6/lib/libGL.dylib

Do you have the recent X11 update from Apple ?

Rene

Bonjour,

[quote]GL should be in /usr/X11R6/include/GL/gl.h and /usr/X11R6/lib/libGL.dylib
[/quote]
This is effectively the case. The code I quoted is the original one.
I had to remove the “APPLE” case so that it works (<=> replace OpenGL by GL).

I was maybe a bit unclear in my previous post.

Vincent.

Hi,

this has been fixed in the cvs head. The special APPLE case is not needed anymore.

– Fons