[OSM-talk] [OSM-dev] Footnav - new 3D project aimed at countryside users

MP singularita at gmail.com
Thu Sep 17 16:20:07 BST 2009


> 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>

Once I fixed that and compiled it, I tried to load N50E014.hgt, but I
am getting "Specified bounds not in height file" ... and every time I
have to enter all five fields in dialog over and over.

And once I manage to get it loaded (after studying source to find out
what should I enter in these boxes) it seems not to work (only black
screen shown)

I guess the program is not yet in a functional state :)

Martin




More information about the talk mailing list