Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2017 11:30:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218522] [MAINTAINER] cad/repsnapper: update to 2.4a2
Message-ID:  <bug-218522-13-LQ7iCpX3lQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218522-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218522-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218522

Thomas Zander <riggs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |riggs@FreeBSD.org
           Keywords|                            |needs-patch, needs-qa

--- Comment #1 from Thomas Zander <riggs@FreeBSD.org> ---
This does not build. There are lots of invalid comparisons like

/usr/local/include/gtkmm-2.4/gtkmm/papersize.h:290:1: warning:
'PaperSizeTraits' defined as a struct here but previously declared as a cla=
ss
[-Wmismatched-tags]
struct PaperSizeTraits
^
/usr/local/include/gtkmm-2.4/gtkmm/papersize.h:35:1: note: did you mean str=
uct
here?
class PaperSizeTraits;
^~~~~
struct
src/slicer/geometry.cpp:1367:14: error: invalid operands to binary expressi=
on
('const Cairo::RefPtr<Cairo::ImageSurface>' and 'int')
  if (surface=3D=3D0) return;
      ~~~~~~~^ ~
src/slicer/geometry.cpp:1403:14: error: invalid operands to binary expressi=
on
('const Cairo::RefPtr<Cairo::ImageSurface>' and 'int')
  if (surface=3D=3D0) return 0;
      ~~~~~~~^ ~
1 warning and 2 errors generated.
gmake[3]: *** [Makefile:2019: src/slicer/repsnapper-geometry.o] Error 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218522-13-LQ7iCpX3lQ>