[Bug 218522] [MAINTAINER] cad/repsnapper: update to 2.4a2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 7 11:30:40 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218522
Thomas Zander <riggs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |riggs at FreeBSD.org
Keywords| |needs-patch, needs-qa
--- Comment #1 from Thomas Zander <riggs at 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 class
[-Wmismatched-tags]
struct PaperSizeTraits
^
/usr/local/include/gtkmm-2.4/gtkmm/papersize.h:35:1: note: did you mean struct
here?
class PaperSizeTraits;
^~~~~
struct
src/slicer/geometry.cpp:1367:14: error: invalid operands to binary expression
('const Cairo::RefPtr<Cairo::ImageSurface>' and 'int')
if (surface==0) return;
~~~~~~~^ ~
src/slicer/geometry.cpp:1403:14: error: invalid operands to binary expression
('const Cairo::RefPtr<Cairo::ImageSurface>' and 'int')
if (surface==0) return 0;
~~~~~~~^ ~
1 warning and 2 errors generated.
gmake[3]: *** [Makefile:2019: src/slicer/repsnapper-geometry.o] Error 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list