[Paraview-developers] New build failure with 5.2.0-RC3

Orion Poplawski orion at cora.nwra.com
Fri Nov 4 14:04:59 EDT 2016


On 10/31/2016 07:22 AM, Ben Boeckel wrote:
> On Sun, Oct 30, 2016 at 08:34:28 -0600, Orion Poplawski wrote:
>> This appears to be new with RC3 (over RC2);
> 
> VTK updated its GL2PS requirements; the patches we need has been
> submitted upstream, but has not been released yet.
> 
>     http://www.geuz.org/pipermail/gl2ps/2016/000429.html
>     http://www.geuz.org/pipermail/gl2ps/2016/000424.html
> 
> --Ben
> 

One issue - later on in gl2ps development with revision 620:

r620 | geuzaine | 2016-09-03 04:51:32 -0600 (Sat, 03 Sep 2016) | 2 lines

new gl2psLineCap and gl2psLineJoin + fixed scaling of PDF images: patch from
Pantxo Diribarne

+/* referenced in the documentation, but not fully documented */
+GL2PSDLL_API GLint gl2psForceRasterPos(GL2PSvertex *vert);
+GL2PSDLL_API void gl2psAddPolyPrimitive(GLshort type, GLshort numverts,
+                                        GL2PSvertex *verts, GLint offset,
+                                        GLfloat ofactor, GLfloat ounits,
+                                        GLushort pattern, GLint factor,
+                                        GLfloat width, GLint linecap,
+                                        GLint linejoin, char boundary);
+
 /* undocumented */
 GL2PSDLL_API GLint gl2psDrawImageMap(GLsizei width, GLsizei height,
                                      const GLfloat position[3],
@@ -219,12 +241,6 @@
 GL2PSDLL_API const char *gl2psGetFileExtension(GLint format);
 GL2PSDLL_API const char *gl2psGetFormatDescription(GLint format);
 GL2PSDLL_API GLint gl2psGetFileFormat();
-GL2PSDLL_API GLint gl2psForceRasterPos(GL2PSvertex *vert);
-GL2PSDLL_API void gl2psAddPolyPrimitive(GLshort type, GLshort numverts,
-                                        GL2PSvertex *verts, GLint offset,
-                                        GLfloat ofactor, GLfloat ounits,
-                                        GLushort pattern, GLint factor,
-                                        GLfloat width, char boundary);


the interface for gl2psAddPolyPrimitive was changed.  I don't know if there
has been any coordination around this or not.  But obviously current
VTK/paraview doesn't build with current gl2ps trunk.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion at nwra.com
Boulder, CO 80301                   http://www.nwra.com


More information about the Paraview-developers mailing list