2009/9/17 MP <[email protected]>:
>> I'm glad to see that this project is moving on and especially that
>>  it's using Qt :) However, I get a compile error with revision 2:
>
> Me too.
>
> In SRTM.h there is:
>
> #include <GL.h>
>
> But in maths.h I see this instead:
>
> #ifdef __APPLE__
> #include <gl.h>
> #else
> #include <GL/gl.h>
> #endif
>
> Quite inconsistent, considering in both cases probably the same header
> should be included :). On my system I have only <GL/gl.h> but not
> <GL.h>

I too needed to change it to '#include <GL/gl.h>' in SRTM.h. I'm on
OpenSUSE 11.1.

-- 
Matt Williams
http://milliams.com

_______________________________________________
talk mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk

Reply via email to