niessner / Matterport

Matterport3D is a pretty awesome dataset for RGB-D machine learning tasks :)
https://niessner.github.io/Matterport/
MIT License
929 stars 153 forks source link

Problem using "mpview" command #48

Open quintus0505 opened 3 years ago

quintus0505 commented 3 years ago

Hi! I followed the instruction in Matterport/code/gaps/README.txt (run "make clean; make") and it seems that I successfully compile the code, but I cannot run mpview command, the output in my terminal is like this:

(base) haixing@quintus0505:~/program/Matterport/code/gaps$ mpview -v

Command 'mpview' not found, did you mean:

  command 'mdview' from snap mdview (1.4.0)
  command 'mcview' from deb mc
  command 'mrview' from deb mrtrix
  command 'mapview' from deb mummer

See 'snap info <snapname>' for additional versions.

I cloned the add-license-1 branch but I got the same outcome, here is the output after running "make" in Matterport/code/gaps:

(base) haixing@quintus0505:~/program/Matterport/code/gaps$ make
make target "TARGET=opt"
make[1]: Entering directory '/home/haixing/program/Matterport/code/gaps'
cd pkgs; make opt
make[2]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs'
make target "TARGET=opt"
make[3]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs'
cd RNBasics; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/RNBasics'
make ../../lib/x86_64/libRNBasics.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/RNBasics'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNBasics.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNTime.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNGrfx.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNRgb.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNMap.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNHeap.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNQueue.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNArray.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNSvd.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNIntval.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNScalar.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNType.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNFlags.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNFile.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNMem.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNError.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RNBase.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c json.cpp
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libRNBasics.a
ar ur ../../lib/x86_64/libRNBasics.a RNBasics.o RNTime.o RNGrfx.o RNRgb.o RNMap.o RNHeap.o RNQueue.o RNArray.o RNSvd.o RNIntval.o RNScalar.o RNType.o RNFlags.o RNFile.o RNMem.o RNError.o RNBase.o json.o   
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libRNBasics.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/RNBasics'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/RNBasics'
cd R2Shapes; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R2Shapes'
make ../../lib/x86_64/libR2Shapes.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R2Shapes'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Shapes.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Draw.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Io.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Kdtree.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Dist.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Cont.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Isect.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Parall.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Perp.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Relate.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Align.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Grid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Polyline.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Arc.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Curve.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Polygon.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Circle.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Box.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Solid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Shape.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Affine.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Xform.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Crdsys.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Diad.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Matrix.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Halfspace.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Span.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Ray.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Line.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Point.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Vector.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Image.cpp
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libR2Shapes.a
ar ur ../../lib/x86_64/libR2Shapes.a R2Shapes.o R2Draw.o R2Io.o R2Kdtree.o R2Dist.o R2Cont.o R2Isect.o R2Parall.o R2Perp.o R2Relate.o R2Align.o R2Grid.o R2Polyline.o R2Arc.o R2Curve.o R2Polygon.o R2Circle.o R2Box.o R2Solid.o R2Shape.o R2Affine.o R2Xform.o R2Crdsys.o R2Diad.o R3Matrix.o R2Halfspace.o R2Span.o R2Ray.o R2Line.o R2Point.o R2Vector.o R2Image.o   
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libR2Shapes.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R2Shapes'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R2Shapes'
cd R3Shapes; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Shapes'
make ../../lib/x86_64/libR3Shapes.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Shapes'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Shapes.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Draw.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3MeshSearchTree.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3MeshPropertySet.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3MeshProperty.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Isect.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Cont.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Dist.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Parall.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Perp.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Relate.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Align.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Kdtree.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3CatmullRomSpline.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Polyline.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Curve.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Mesh.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Rectangle.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Ellipse.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Circle.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3TriangleArray.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Triangle.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Surface.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Ellipsoid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Sphere.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Cone.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Cylinder.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3OrientedBox.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Box.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Solid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Shape.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Affine.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Xform.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Crdsys.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Triad.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Quaternion.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R4Matrix.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3PlanarGrid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Grid.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Halfspace.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Plane.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Span.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Ray.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Line.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Point.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Vector.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Base.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c ply.cpp
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libR3Shapes.a
ar ur ../../lib/x86_64/libR3Shapes.a R3Shapes.o R3Draw.o R3MeshSearchTree.o R3MeshPropertySet.o R3MeshProperty.o R3Isect.o R3Cont.o R3Dist.o R3Parall.o R3Perp.o R3Relate.o R3Align.o R3Kdtree.o R3CatmullRomSpline.o R3Polyline.o R3Curve.o R3Mesh.o R3Rectangle.o R3Ellipse.o R3Circle.o R3TriangleArray.o R3Triangle.o R3Surface.o R3Ellipsoid.o R3Sphere.o R3Cone.o R3Cylinder.o R3OrientedBox.o R3Box.o R3Solid.o R3Shape.o R3Affine.o R3Xform.o R3Crdsys.o R3Triad.o R3Quaternion.o R4Matrix.o R3PlanarGrid.o R3Grid.o R3Halfspace.o R3Plane.o R3Span.o R3Ray.o R3Line.o R3Point.o R3Vector.o R3Base.o ply.o   
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libR3Shapes.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Shapes'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Shapes'
cd R3Graphics; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Graphics'
make ../../lib/x86_64/libR3Graphics.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Graphics'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Graphics.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Scene.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3SceneNode.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3SceneElement.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3SceneReference.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Viewer.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Frustum.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Camera.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Viewport.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3AreaLight.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3SpotLight.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3PointLight.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3DirectionalLight.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Light.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Material.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R3Brdf.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c R2Texture.cpp
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libR3Graphics.a
ar ur ../../lib/x86_64/libR3Graphics.a R3Graphics.o R3Scene.o R3SceneNode.o R3SceneElement.o R3SceneReference.o R3Viewer.o R3Frustum.o R3Camera.o R2Viewport.o R3AreaLight.o R3SpotLight.o R3PointLight.o R3DirectionalLight.o R3Light.o R3Material.o R3Brdf.o R2Texture.o   
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libR3Graphics.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Graphics'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/R3Graphics'
cd RGBD; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/RGBD'
make ../../lib/x86_64/libRGBD.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/RGBD'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBD.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDTransform.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDConfiguration.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDSurface.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDImage.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDCamera.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c RGBDUtil.cpp
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libRGBD.a
ar ur ../../lib/x86_64/libRGBD.a RGBD.o RGBDTransform.o RGBDConfiguration.o RGBDSurface.o RGBDImage.o RGBDCamera.o RGBDUtil.o   
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libRGBD.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/RGBD'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/RGBD'
cd fglut; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/fglut'
make ../../lib/x86_64/libfglut.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/fglut'
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_callbacks.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_cursor.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_display.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_ext.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_font.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_glutfont_definitions.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_font_data.c
freeglut_font_data.c:1902:22: warning: ‘TimesRoman24_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_159[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1901:22: warning: ‘TimesRoman24_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_158[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1900:22: warning: ‘TimesRoman24_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_157[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1899:22: warning: ‘TimesRoman24_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_156[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1898:22: warning: ‘TimesRoman24_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_155[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1897:22: warning: ‘TimesRoman24_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_154[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1896:22: warning: ‘TimesRoman24_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_153[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1895:22: warning: ‘TimesRoman24_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_152[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1894:22: warning: ‘TimesRoman24_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_151[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1893:22: warning: ‘TimesRoman24_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_150[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1892:22: warning: ‘TimesRoman24_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_149[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1891:22: warning: ‘TimesRoman24_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_148[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1890:22: warning: ‘TimesRoman24_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_147[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1889:22: warning: ‘TimesRoman24_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_146[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1888:22: warning: ‘TimesRoman24_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_145[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1887:22: warning: ‘TimesRoman24_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_144[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1886:22: warning: ‘TimesRoman24_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_143[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1885:22: warning: ‘TimesRoman24_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_142[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1884:22: warning: ‘TimesRoman24_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_141[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1883:22: warning: ‘TimesRoman24_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_140[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1882:22: warning: ‘TimesRoman24_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_139[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1881:22: warning: ‘TimesRoman24_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_138[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1880:22: warning: ‘TimesRoman24_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_137[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1879:22: warning: ‘TimesRoman24_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_136[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1878:22: warning: ‘TimesRoman24_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_135[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1877:22: warning: ‘TimesRoman24_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_134[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1876:22: warning: ‘TimesRoman24_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_133[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1875:22: warning: ‘TimesRoman24_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_132[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1874:22: warning: ‘TimesRoman24_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_131[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1873:22: warning: ‘TimesRoman24_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_130[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1872:22: warning: ‘TimesRoman24_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_129[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1871:22: warning: ‘TimesRoman24_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_128[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1870:22: warning: ‘TimesRoman24_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_127[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1774:22: warning: ‘TimesRoman24_Character_031’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_031[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1773:22: warning: ‘TimesRoman24_Character_030’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_030[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1772:22: warning: ‘TimesRoman24_Character_029’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_029[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1771:22: warning: ‘TimesRoman24_Character_028’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_028[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1770:22: warning: ‘TimesRoman24_Character_027’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_027[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1769:22: warning: ‘TimesRoman24_Character_026’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_026[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1768:22: warning: ‘TimesRoman24_Character_025’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_025[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1767:22: warning: ‘TimesRoman24_Character_024’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_024[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1766:22: warning: ‘TimesRoman24_Character_023’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_023[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1765:22: warning: ‘TimesRoman24_Character_022’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_022[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1764:22: warning: ‘TimesRoman24_Character_021’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_021[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1763:22: warning: ‘TimesRoman24_Character_020’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_020[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1762:22: warning: ‘TimesRoman24_Character_019’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_019[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1761:22: warning: ‘TimesRoman24_Character_018’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_018[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1760:22: warning: ‘TimesRoman24_Character_017’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_017[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1759:22: warning: ‘TimesRoman24_Character_016’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_016[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1758:22: warning: ‘TimesRoman24_Character_015’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_015[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1757:22: warning: ‘TimesRoman24_Character_014’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_014[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1756:22: warning: ‘TimesRoman24_Character_013’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_013[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1755:22: warning: ‘TimesRoman24_Character_012’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_012[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1754:22: warning: ‘TimesRoman24_Character_011’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_011[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1753:22: warning: ‘TimesRoman24_Character_010’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_010[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1752:22: warning: ‘TimesRoman24_Character_009’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_009[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1751:22: warning: ‘TimesRoman24_Character_008’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_008[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1750:22: warning: ‘TimesRoman24_Character_007’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_007[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1749:22: warning: ‘TimesRoman24_Character_006’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_006[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1748:22: warning: ‘TimesRoman24_Character_005’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_005[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1747:22: warning: ‘TimesRoman24_Character_004’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_004[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1746:22: warning: ‘TimesRoman24_Character_003’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_003[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1745:22: warning: ‘TimesRoman24_Character_002’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_002[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1744:22: warning: ‘TimesRoman24_Character_001’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_001[] = { 26,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 64,  0, 64,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1743:22: warning: ‘TimesRoman24_Character_000’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman24_Character_000[] = { 19,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 85, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 64,  0, 64,  0,  0,  0, 85, 85, 64,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1624:22: warning: ‘TimesRoman10_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_159[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1623:22: warning: ‘TimesRoman10_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_158[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1622:22: warning: ‘TimesRoman10_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_157[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1621:22: warning: ‘TimesRoman10_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_156[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1620:22: warning: ‘TimesRoman10_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_155[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1619:22: warning: ‘TimesRoman10_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_154[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1618:22: warning: ‘TimesRoman10_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_153[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1617:22: warning: ‘TimesRoman10_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_152[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1616:22: warning: ‘TimesRoman10_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_151[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1615:22: warning: ‘TimesRoman10_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_150[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1614:22: warning: ‘TimesRoman10_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_149[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1613:22: warning: ‘TimesRoman10_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_148[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1612:22: warning: ‘TimesRoman10_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_147[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1611:22: warning: ‘TimesRoman10_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_146[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1610:22: warning: ‘TimesRoman10_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_145[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1609:22: warning: ‘TimesRoman10_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_144[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1608:22: warning: ‘TimesRoman10_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_143[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1607:22: warning: ‘TimesRoman10_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_142[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1606:22: warning: ‘TimesRoman10_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_141[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1605:22: warning: ‘TimesRoman10_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_140[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1604:22: warning: ‘TimesRoman10_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_139[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1603:22: warning: ‘TimesRoman10_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_138[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1602:22: warning: ‘TimesRoman10_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_137[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1601:22: warning: ‘TimesRoman10_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_136[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1600:22: warning: ‘TimesRoman10_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_135[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1599:22: warning: ‘TimesRoman10_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_134[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1598:22: warning: ‘TimesRoman10_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_133[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1597:22: warning: ‘TimesRoman10_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_132[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1596:22: warning: ‘TimesRoman10_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_131[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1595:22: warning: ‘TimesRoman10_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_130[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1594:22: warning: ‘TimesRoman10_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_129[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1593:22: warning: ‘TimesRoman10_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_128[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1592:22: warning: ‘TimesRoman10_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_127[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1496:22: warning: ‘TimesRoman10_Character_031’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_031[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1495:22: warning: ‘TimesRoman10_Character_030’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_030[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1494:22: warning: ‘TimesRoman10_Character_029’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_029[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1493:22: warning: ‘TimesRoman10_Character_028’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_028[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1492:22: warning: ‘TimesRoman10_Character_027’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_027[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1491:22: warning: ‘TimesRoman10_Character_026’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_026[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1490:22: warning: ‘TimesRoman10_Character_025’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_025[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1489:22: warning: ‘TimesRoman10_Character_024’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_024[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1488:22: warning: ‘TimesRoman10_Character_023’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_023[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1487:22: warning: ‘TimesRoman10_Character_022’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_022[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1486:22: warning: ‘TimesRoman10_Character_021’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_021[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1485:22: warning: ‘TimesRoman10_Character_020’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_020[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1484:22: warning: ‘TimesRoman10_Character_019’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_019[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1483:22: warning: ‘TimesRoman10_Character_018’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_018[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1482:22: warning: ‘TimesRoman10_Character_017’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_017[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1481:22: warning: ‘TimesRoman10_Character_016’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_016[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1480:22: warning: ‘TimesRoman10_Character_015’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_015[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1479:22: warning: ‘TimesRoman10_Character_014’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_014[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1478:22: warning: ‘TimesRoman10_Character_013’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_013[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1477:22: warning: ‘TimesRoman10_Character_012’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_012[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1476:22: warning: ‘TimesRoman10_Character_011’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_011[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1475:22: warning: ‘TimesRoman10_Character_010’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_010[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1474:22: warning: ‘TimesRoman10_Character_009’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_009[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1473:22: warning: ‘TimesRoman10_Character_008’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_008[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1472:22: warning: ‘TimesRoman10_Character_007’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_007[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1471:22: warning: ‘TimesRoman10_Character_006’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_006[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1470:22: warning: ‘TimesRoman10_Character_005’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_005[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1469:22: warning: ‘TimesRoman10_Character_004’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_004[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1468:22: warning: ‘TimesRoman10_Character_003’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_003[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1467:22: warning: ‘TimesRoman10_Character_002’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_002[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1466:22: warning: ‘TimesRoman10_Character_001’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_001[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1465:22: warning: ‘TimesRoman10_Character_000’ defined but not used [-Wunused-const-variable=]
 static const GLubyte TimesRoman10_Character_000[] = {  8,  0,  0,  0,  0,170,  0,130,  0,130,  0,170,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1346:22: warning: ‘Helvetica18_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_159[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1345:22: warning: ‘Helvetica18_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_158[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1344:22: warning: ‘Helvetica18_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_157[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1343:22: warning: ‘Helvetica18_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_156[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1342:22: warning: ‘Helvetica18_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_155[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1341:22: warning: ‘Helvetica18_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_154[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1340:22: warning: ‘Helvetica18_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_153[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1339:22: warning: ‘Helvetica18_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_152[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1338:22: warning: ‘Helvetica18_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_151[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1337:22: warning: ‘Helvetica18_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_150[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1336:22: warning: ‘Helvetica18_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_149[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1335:22: warning: ‘Helvetica18_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_148[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1334:22: warning: ‘Helvetica18_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_147[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1333:22: warning: ‘Helvetica18_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_146[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1332:22: warning: ‘Helvetica18_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_145[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1331:22: warning: ‘Helvetica18_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_144[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1330:22: warning: ‘Helvetica18_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_143[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1329:22: warning: ‘Helvetica18_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_142[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1328:22: warning: ‘Helvetica18_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_141[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1327:22: warning: ‘Helvetica18_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_140[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1326:22: warning: ‘Helvetica18_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_139[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1325:22: warning: ‘Helvetica18_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_138[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1324:22: warning: ‘Helvetica18_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_137[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1323:22: warning: ‘Helvetica18_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_136[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1322:22: warning: ‘Helvetica18_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_135[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1321:22: warning: ‘Helvetica18_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_134[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1320:22: warning: ‘Helvetica18_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_133[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1319:22: warning: ‘Helvetica18_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_132[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1318:22: warning: ‘Helvetica18_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_131[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1317:22: warning: ‘Helvetica18_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_130[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1316:22: warning: ‘Helvetica18_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_129[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1315:22: warning: ‘Helvetica18_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_128[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1314:22: warning: ‘Helvetica18_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_127[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1218:22: warning: ‘Helvetica18_Character_031’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_031[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1217:22: warning: ‘Helvetica18_Character_030’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_030[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1216:22: warning: ‘Helvetica18_Character_029’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_029[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1215:22: warning: ‘Helvetica18_Character_028’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_028[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1214:22: warning: ‘Helvetica18_Character_027’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_027[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1213:22: warning: ‘Helvetica18_Character_026’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_026[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1212:22: warning: ‘Helvetica18_Character_025’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_025[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1211:22: warning: ‘Helvetica18_Character_024’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_024[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1210:22: warning: ‘Helvetica18_Character_023’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_023[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1209:22: warning: ‘Helvetica18_Character_022’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_022[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1208:22: warning: ‘Helvetica18_Character_021’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_021[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1207:22: warning: ‘Helvetica18_Character_020’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_020[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1206:22: warning: ‘Helvetica18_Character_019’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_019[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1205:22: warning: ‘Helvetica18_Character_018’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_018[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1204:22: warning: ‘Helvetica18_Character_017’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_017[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1203:22: warning: ‘Helvetica18_Character_016’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_016[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1202:22: warning: ‘Helvetica18_Character_015’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_015[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1201:22: warning: ‘Helvetica18_Character_014’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_014[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1200:22: warning: ‘Helvetica18_Character_013’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_013[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1199:22: warning: ‘Helvetica18_Character_012’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_012[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1198:22: warning: ‘Helvetica18_Character_011’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_011[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1197:22: warning: ‘Helvetica18_Character_010’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_010[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1196:22: warning: ‘Helvetica18_Character_009’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_009[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1195:22: warning: ‘Helvetica18_Character_008’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_008[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1194:22: warning: ‘Helvetica18_Character_007’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_007[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1193:22: warning: ‘Helvetica18_Character_006’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_006[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1192:22: warning: ‘Helvetica18_Character_005’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_005[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1191:22: warning: ‘Helvetica18_Character_004’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_004[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1190:22: warning: ‘Helvetica18_Character_003’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_003[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1189:22: warning: ‘Helvetica18_Character_002’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_002[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1188:22: warning: ‘Helvetica18_Character_001’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_001[] = { 20,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 64, 16,  0,  0,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1187:22: warning: ‘Helvetica18_Character_000’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica18_Character_000[] = { 13,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 85, 80,  0,  0, 64, 16,  0,  0, 64, 16,  0,  0, 64, 16,  0,  0, 64, 16,  0,  0, 64, 16,  0,  0, 85, 80,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1068:22: warning: ‘Helvetica12_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_159[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1067:22: warning: ‘Helvetica12_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_158[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1066:22: warning: ‘Helvetica12_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_157[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1065:22: warning: ‘Helvetica12_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_156[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1064:22: warning: ‘Helvetica12_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_155[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1063:22: warning: ‘Helvetica12_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_154[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1062:22: warning: ‘Helvetica12_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_153[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1061:22: warning: ‘Helvetica12_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_152[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1060:22: warning: ‘Helvetica12_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_151[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1059:22: warning: ‘Helvetica12_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_150[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1058:22: warning: ‘Helvetica12_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_149[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1057:22: warning: ‘Helvetica12_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_148[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1056:22: warning: ‘Helvetica12_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_147[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1055:22: warning: ‘Helvetica12_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_146[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1054:22: warning: ‘Helvetica12_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_145[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1053:22: warning: ‘Helvetica12_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_144[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1052:22: warning: ‘Helvetica12_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_143[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1051:22: warning: ‘Helvetica12_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_142[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1050:22: warning: ‘Helvetica12_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_141[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1049:22: warning: ‘Helvetica12_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_140[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1048:22: warning: ‘Helvetica12_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_139[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1047:22: warning: ‘Helvetica12_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_138[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1046:22: warning: ‘Helvetica12_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_137[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1045:22: warning: ‘Helvetica12_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_136[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1044:22: warning: ‘Helvetica12_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_135[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1043:22: warning: ‘Helvetica12_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_134[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1042:22: warning: ‘Helvetica12_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_133[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1041:22: warning: ‘Helvetica12_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_132[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1040:22: warning: ‘Helvetica12_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_131[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1039:22: warning: ‘Helvetica12_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_130[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1038:22: warning: ‘Helvetica12_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_129[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1037:22: warning: ‘Helvetica12_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_128[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:1036:22: warning: ‘Helvetica12_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_127[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:940:22: warning: ‘Helvetica12_Character_031’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_031[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:939:22: warning: ‘Helvetica12_Character_030’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_030[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:938:22: warning: ‘Helvetica12_Character_029’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_029[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:937:22: warning: ‘Helvetica12_Character_028’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_028[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:936:22: warning: ‘Helvetica12_Character_027’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_027[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:935:22: warning: ‘Helvetica12_Character_026’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_026[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:934:22: warning: ‘Helvetica12_Character_025’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_025[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:933:22: warning: ‘Helvetica12_Character_024’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_024[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:932:22: warning: ‘Helvetica12_Character_023’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_023[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:931:22: warning: ‘Helvetica12_Character_022’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_022[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:930:22: warning: ‘Helvetica12_Character_021’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_021[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:929:22: warning: ‘Helvetica12_Character_020’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_020[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:928:22: warning: ‘Helvetica12_Character_019’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_019[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:927:22: warning: ‘Helvetica12_Character_018’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_018[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:926:22: warning: ‘Helvetica12_Character_017’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_017[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:925:22: warning: ‘Helvetica12_Character_016’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_016[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:924:22: warning: ‘Helvetica12_Character_015’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_015[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:923:22: warning: ‘Helvetica12_Character_014’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_014[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:922:22: warning: ‘Helvetica12_Character_013’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_013[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:921:22: warning: ‘Helvetica12_Character_012’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_012[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:920:22: warning: ‘Helvetica12_Character_011’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_011[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:919:22: warning: ‘Helvetica12_Character_010’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_010[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:918:22: warning: ‘Helvetica12_Character_009’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_009[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:917:22: warning: ‘Helvetica12_Character_008’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_008[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:916:22: warning: ‘Helvetica12_Character_007’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_007[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:915:22: warning: ‘Helvetica12_Character_006’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_006[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:914:22: warning: ‘Helvetica12_Character_005’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_005[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:913:22: warning: ‘Helvetica12_Character_004’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_004[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:912:22: warning: ‘Helvetica12_Character_003’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_003[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:911:22: warning: ‘Helvetica12_Character_002’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_002[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:910:22: warning: ‘Helvetica12_Character_001’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_001[] = { 12,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:909:22: warning: ‘Helvetica12_Character_000’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica12_Character_000[] = {  9,  0,  0,  0,  0,  0,  0,  0,  0, 85,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 65,  0,  0,  0, 85,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:790:22: warning: ‘Helvetica10_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_159[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:789:22: warning: ‘Helvetica10_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_158[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:788:22: warning: ‘Helvetica10_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_157[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:787:22: warning: ‘Helvetica10_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_156[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:786:22: warning: ‘Helvetica10_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_155[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:785:22: warning: ‘Helvetica10_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_154[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:784:22: warning: ‘Helvetica10_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_153[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:783:22: warning: ‘Helvetica10_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_152[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:782:22: warning: ‘Helvetica10_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_151[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:781:22: warning: ‘Helvetica10_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_150[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:780:22: warning: ‘Helvetica10_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_149[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:779:22: warning: ‘Helvetica10_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_148[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:778:22: warning: ‘Helvetica10_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_147[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:777:22: warning: ‘Helvetica10_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_146[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:776:22: warning: ‘Helvetica10_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_145[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:775:22: warning: ‘Helvetica10_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_144[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:774:22: warning: ‘Helvetica10_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_143[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:773:22: warning: ‘Helvetica10_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_142[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:772:22: warning: ‘Helvetica10_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_141[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:771:22: warning: ‘Helvetica10_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_140[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:770:22: warning: ‘Helvetica10_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_139[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:769:22: warning: ‘Helvetica10_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_138[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:768:22: warning: ‘Helvetica10_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_137[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:767:22: warning: ‘Helvetica10_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_136[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:766:22: warning: ‘Helvetica10_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_135[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:765:22: warning: ‘Helvetica10_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_134[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:764:22: warning: ‘Helvetica10_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_133[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:763:22: warning: ‘Helvetica10_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_132[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:762:22: warning: ‘Helvetica10_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_131[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:761:22: warning: ‘Helvetica10_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_130[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:760:22: warning: ‘Helvetica10_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_129[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:759:22: warning: ‘Helvetica10_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_128[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:758:22: warning: ‘Helvetica10_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_127[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:662:22: warning: ‘Helvetica10_Character_031’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_031[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:661:22: warning: ‘Helvetica10_Character_030’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_030[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:660:22: warning: ‘Helvetica10_Character_029’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_029[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:659:22: warning: ‘Helvetica10_Character_028’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_028[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:658:22: warning: ‘Helvetica10_Character_027’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_027[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:657:22: warning: ‘Helvetica10_Character_026’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_026[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:656:22: warning: ‘Helvetica10_Character_025’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_025[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:655:22: warning: ‘Helvetica10_Character_024’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_024[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:654:22: warning: ‘Helvetica10_Character_023’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_023[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:653:22: warning: ‘Helvetica10_Character_022’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_022[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:652:22: warning: ‘Helvetica10_Character_021’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_021[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:651:22: warning: ‘Helvetica10_Character_020’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_020[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:650:22: warning: ‘Helvetica10_Character_019’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_019[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:649:22: warning: ‘Helvetica10_Character_018’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_018[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:648:22: warning: ‘Helvetica10_Character_017’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_017[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:647:22: warning: ‘Helvetica10_Character_016’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_016[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:646:22: warning: ‘Helvetica10_Character_015’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_015[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:645:22: warning: ‘Helvetica10_Character_014’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_014[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:644:22: warning: ‘Helvetica10_Character_013’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_013[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:643:22: warning: ‘Helvetica10_Character_012’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_012[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:642:22: warning: ‘Helvetica10_Character_011’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_011[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:641:22: warning: ‘Helvetica10_Character_010’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_010[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:640:22: warning: ‘Helvetica10_Character_009’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_009[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:639:22: warning: ‘Helvetica10_Character_008’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_008[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:638:22: warning: ‘Helvetica10_Character_007’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_007[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:637:22: warning: ‘Helvetica10_Character_006’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_006[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:636:22: warning: ‘Helvetica10_Character_005’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_005[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:635:22: warning: ‘Helvetica10_Character_004’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_004[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:634:22: warning: ‘Helvetica10_Character_003’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_003[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:633:22: warning: ‘Helvetica10_Character_002’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_002[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:632:22: warning: ‘Helvetica10_Character_001’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_001[] = { 13,  0,  0,  0,  0,  0,  0, 84,  0,  0,  0, 68,  0,  0,  0, 68,  0,  0,  0, 84,  0,  0,  0,  0,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:631:22: warning: ‘Helvetica10_Character_000’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Helvetica10_Character_000[] = {  8,  0,  0,  0, 84,  0, 68,  0, 68,  0, 84,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:512:22: warning: ‘Fixed9x15_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_159[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:511:22: warning: ‘Fixed9x15_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_158[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:510:22: warning: ‘Fixed9x15_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_157[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:509:22: warning: ‘Fixed9x15_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_156[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:508:22: warning: ‘Fixed9x15_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_155[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:507:22: warning: ‘Fixed9x15_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_154[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:506:22: warning: ‘Fixed9x15_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_153[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:505:22: warning: ‘Fixed9x15_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_152[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:504:22: warning: ‘Fixed9x15_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_151[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:503:22: warning: ‘Fixed9x15_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_150[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:502:22: warning: ‘Fixed9x15_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_149[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:501:22: warning: ‘Fixed9x15_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_148[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:500:22: warning: ‘Fixed9x15_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_147[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:499:22: warning: ‘Fixed9x15_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_146[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:498:22: warning: ‘Fixed9x15_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_145[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:497:22: warning: ‘Fixed9x15_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_144[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:496:22: warning: ‘Fixed9x15_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_143[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:495:22: warning: ‘Fixed9x15_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_142[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:494:22: warning: ‘Fixed9x15_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_141[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:493:22: warning: ‘Fixed9x15_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_140[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:492:22: warning: ‘Fixed9x15_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_139[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:491:22: warning: ‘Fixed9x15_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_138[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:490:22: warning: ‘Fixed9x15_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_137[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:489:22: warning: ‘Fixed9x15_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_136[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:488:22: warning: ‘Fixed9x15_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_135[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:487:22: warning: ‘Fixed9x15_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_134[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:486:22: warning: ‘Fixed9x15_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_133[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:485:22: warning: ‘Fixed9x15_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_132[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:484:22: warning: ‘Fixed9x15_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_131[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:483:22: warning: ‘Fixed9x15_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_130[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:482:22: warning: ‘Fixed9x15_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_129[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:481:22: warning: ‘Fixed9x15_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_128[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:480:22: warning: ‘Fixed9x15_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed9x15_Character_127[] = { 10,  0,  0,  0,  0,  0,  0,  0,  0, 91,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0, 65,  0, 64,  0,  1,  0,109,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:234:22: warning: ‘Fixed8x13_Character_159’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_159[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:233:22: warning: ‘Fixed8x13_Character_158’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_158[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:232:22: warning: ‘Fixed8x13_Character_157’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_157[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:231:22: warning: ‘Fixed8x13_Character_156’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_156[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:230:22: warning: ‘Fixed8x13_Character_155’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_155[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:229:22: warning: ‘Fixed8x13_Character_154’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_154[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:228:22: warning: ‘Fixed8x13_Character_153’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_153[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:227:22: warning: ‘Fixed8x13_Character_152’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_152[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:226:22: warning: ‘Fixed8x13_Character_151’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_151[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:225:22: warning: ‘Fixed8x13_Character_150’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_150[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:224:22: warning: ‘Fixed8x13_Character_149’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_149[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:223:22: warning: ‘Fixed8x13_Character_148’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_148[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:222:22: warning: ‘Fixed8x13_Character_147’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_147[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:221:22: warning: ‘Fixed8x13_Character_146’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_146[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:220:22: warning: ‘Fixed8x13_Character_145’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_145[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:219:22: warning: ‘Fixed8x13_Character_144’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_144[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:218:22: warning: ‘Fixed8x13_Character_143’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_143[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:217:22: warning: ‘Fixed8x13_Character_142’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_142[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:216:22: warning: ‘Fixed8x13_Character_141’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_141[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:215:22: warning: ‘Fixed8x13_Character_140’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_140[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:214:22: warning: ‘Fixed8x13_Character_139’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_139[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:213:22: warning: ‘Fixed8x13_Character_138’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_138[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:212:22: warning: ‘Fixed8x13_Character_137’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_137[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:211:22: warning: ‘Fixed8x13_Character_136’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_136[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:210:22: warning: ‘Fixed8x13_Character_135’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_135[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:209:22: warning: ‘Fixed8x13_Character_134’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_134[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:208:22: warning: ‘Fixed8x13_Character_133’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_133[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:207:22: warning: ‘Fixed8x13_Character_132’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_132[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:206:22: warning: ‘Fixed8x13_Character_131’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_131[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:205:22: warning: ‘Fixed8x13_Character_130’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_130[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:204:22: warning: ‘Fixed8x13_Character_129’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_129[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:203:22: warning: ‘Fixed8x13_Character_128’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_128[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
freeglut_font_data.c:202:22: warning: ‘Fixed8x13_Character_127’ defined but not used [-Wunused-const-variable=]
 static const GLubyte Fixed8x13_Character_127[] = {  9,  0,  0,  0,  0,  0,  0,170,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,130,  0,  0,  0,170,  0,  0,  0,  0,  0};
                      ^~~~~~~~~~~~~~~~~~~~~~~
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_stroke_roman.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_stroke_mono_roman.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_gamemode.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_geometry.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_init.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_input_devices.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_spaceball.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_joystick.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_main.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_menu.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_misc.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_overlay.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_state.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_structure.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_teapot.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_videoresize.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c freeglut_window.c
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libfglut.a
ar ur ../../lib/x86_64/libfglut.a  freeglut_callbacks.o freeglut_cursor.o freeglut_display.o freeglut_ext.o freeglut_font.o freeglut_glutfont_definitions.o freeglut_font_data.o freeglut_stroke_roman.o freeglut_stroke_mono_roman.o freeglut_gamemode.o freeglut_geometry.o freeglut_init.o freeglut_input_devices.o freeglut_spaceball.o freeglut_joystick.o freeglut_main.o freeglut_menu.o freeglut_misc.o freeglut_overlay.o freeglut_state.o freeglut_structure.o freeglut_teapot.o freeglut_videoresize.o freeglut_window.o  
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libfglut.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/fglut'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/fglut'
cd jpeg; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/jpeg'
make ../../lib/x86_64/libjpeg.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/jpeg'
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcapimin.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcapistd.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jctrans.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcparam.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdatadst.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcinit.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcmaster.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcmarker.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcmainct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcprepct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jccoefct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jccolor.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcsample.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jchuff.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcphuff.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcdctmgr.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jfdctfst.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jfdctflt.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jfdctint.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdapimin.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdapistd.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdtrans.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdatasrc.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdmaster.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdinput.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdmarker.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdhuff.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdphuff.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdmainct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdcoefct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdpostct.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jddctmgr.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jidctfst.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jidctflt.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jidctint.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jidctred.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdsample.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdcolor.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jquant1.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jquant2.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jdmerge.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jcomapi.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jutils.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jerror.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jmemmgr.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c jmemnobs.c
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libjpeg.a
ar ur ../../lib/x86_64/libjpeg.a  jcapimin.o jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o jfdctflt.o jfdctint.o jdapimin.o jdapistd.o jdtrans.o jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o jidctred.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomapi.o jutils.o jerror.o jmemmgr.o jmemnobs.o  
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libjpeg.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/jpeg'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/jpeg'
cd png; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/png'
make ../../lib/x86_64/libpng.a "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" 
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/pkgs/png'
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c png.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngset.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngget.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngrutil.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngtrans.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngwutil.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngread.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngrio.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngwio.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngwrite.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngrtran.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngwtran.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngmem.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngerror.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c pngpread.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c adler32.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c compress.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c crc32.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c deflate.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c gzclose.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c gzlib.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c gzread.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c gzwrite.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c infback.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c inffast.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c inflate.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c inftrees.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c trees.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c uncompr.c
gcc -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c zutil.c
mkdir -p ../../lib/x86_64
rm -f ../../lib/x86_64/libpng.a
ar ur ../../lib/x86_64/libpng.a  png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o  
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../../lib/x86_64/libpng.a
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/png'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs/png'
make[3]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs'
rm -f ../lib/x86_64/libgaps.a
ar ur ../lib/x86_64/libgaps.a ../lib/x86_64/libRGBD.a ../lib/x86_64/libR3Graphics.a ../lib/x86_64/libR3Shapes.a ../lib/x86_64/libR2Shapes.a ../lib/x86_64/libRNBasics.a ../lib/x86_64/libjpeg.a ../lib/x86_64/libpng.a
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating ../lib/x86_64/libgaps.a
make[2]: Leaving directory '/home/haixing/program/Matterport/code/gaps/pkgs'
cd apps; make opt
make[2]: Entering directory '/home/haixing/program/Matterport/code/gaps/apps'
make target "TARGET=opt"
make[3]: Entering directory '/home/haixing/program/Matterport/code/gaps/apps'
cd mpview; make opt
make[4]: Entering directory '/home/haixing/program/Matterport/code/gaps/apps/mpview'
make ../../bin/x86_64/mpview "CFLAGS=  -Wall -I. -I../../pkgs  -O3 -DNDEBUG" "LDFLAGS= -L../../lib/x86_64 -O "
make[5]: Entering directory '/home/haixing/program/Matterport/code/gaps/apps/mpview'
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c mpview.cpp
g++ -Wall -I. -I../../pkgs  -O3 -DNDEBUG -c mp.cpp
mkdir -p ../../bin/x86_64
g++ -o ../../bin/x86_64/mpview -L../../lib/x86_64 -O   mpview.o mp.o   -lRGBD -lR3Graphics -lR3Shapes -lR2Shapes -lRNBasics -ljpeg -lpng   -pthread -lfglut -lGLU -lGL -lX11 -lm
make[5]: Leaving directory '/home/haixing/program/Matterport/code/gaps/apps/mpview'
make[4]: Leaving directory '/home/haixing/program/Matterport/code/gaps/apps/mpview'
make[3]: Leaving directory '/home/haixing/program/Matterport/code/gaps/apps'
make[2]: Leaving directory '/home/haixing/program/Matterport/code/gaps/apps'
make[1]: Leaving directory '/home/haixing/program/Matterport/code/gaps'

Here are what remain in mpview after running "make":

(base) haixing@quintus0505:~/program/Matterport/code/gaps/apps/mpview$ ls
Makefile  mp.cpp  mp.h  mp.o  mpview.cpp  mpview.o  README.md

Is there any solution? Thanks!

MrEarle commented 3 years ago

Hi, I compiled it as well, and the compiled program is in Matterport/code/gaps/bin/x86_64, with the name mpview.

You can use it there. Hope this helps!

quintus0505 commented 3 years ago

I find the compiled program, thanks!

TopCoder2K commented 2 years ago

@quintus0505 and @MrEarle have you managed to get anything reasonable besides just the frame of the buildings? If so, how?

I downloaded all available files (all the FILETYPES inside download_mp.py) for one of the buildings (1LXtFkjw3qL) using the script for downloading MP3D data (download_mp.py). Then I started mpview inside 1LXtFkjw3qL directory:

~/Matterport/code/gaps/bin/x86_64/mpview -input_mesh region_segmentations/region0.ply -input_segments region_segmentations/region0.fsegs.json -input_objects region_segmentations/region0.semseg.json

To my regret, I got only this: Screenshot from 2021-11-28 13-10-16

How do I get panorama, semantic segmentation, mesh reconstruction and etc.?..

UPD 1: Oh, I haven't noticed that it is possible to alter rendering options after running mpview. But options connected with images don't work (C = toggle display of image viewpoints, I = toggle display of images, L = toggle display of text labels, P = toggle display of panorama centers, R = toggle display of regions, S = toggle display of scene). How do I see panorama and viewpoints? How do I get semantic segmentation?

MrEarle commented 2 years ago

I didn't play much with it. I remember seeing image viewpoints, panorama centers and a couple more visualization. They were usually colored. To do that, I just pressed the corresponding key.

TopCoder2K commented 2 years ago

@MrEarle, hmmmm. It's weird, I couldn't do it... In addition, MINOS and the MP3D Simulator also failed to run normally, they fell with errors. Finally, I turned to Habitat-Sim :))

brucetend commented 2 years ago

I find the compiled program, thanks!

mpview -v still doesnot work? Could you pls tell me how to use it? Thank you so much:)

lucidBrot commented 1 year ago

@brucetend

  1. You cd to the folder ./code/gaps
  2. You run make clean; make
  3. You cd ./bin/x86_64
  4. there is the mpview binary now. As long as you are in this folder, you can run it with ./mpview, otherwise you will have to use the full path to it.
  5. See usage

For example:

/home/generic/long_path_to_git_repo/code/gaps/bin/x86_64/mpview -v -input_house house_segmentations/2n8kARJN3HM.house -input_segments region_segmentations/region10.fsegs.json -input_objects region_segmentations/region10.semseg.json -input_mesh region_segmentations/region10.ply 

opens a window that shows the oriented bounding boxes in the region 10 of that house.

haoai-1997 commented 4 months ago

I find the compiled program, thanks! Could you share your solution about installing mpview?