Clinton Jeffery - 2020-09-26
  • summary: configure -- --> configure --disable-graphics3d doesn't compile
  • Description has changed:

Diff:

--- old
+++ new
@@ -3,10 +3,4 @@
 fwindow.r:1396:21: error: ‘struct _wstate’ has no member named ‘is_gl’
           if (!w->window->is_gl && j == MAXXOBJS) {
                      ^
-That line from function DrawPolygon() should read something along the lines of
-
-#ifdef GraphicsGL

-         if (!w->window->is_gl && j == MAXXOBJS) {
-#else                                   /* GraphicsGL */
-         if (j == MAXXOBJS) {
-#endif                                  /* GraphicsGL */
+The first half of the boolean test should be under an ifdef Graphics3D, one way or another.
  • Group: -->