[Bug 222672] graphics/cuneiform fails on 10.3 (pointer to int converstion)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 29 02:47:00 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222672
--- Comment #1 from w.schwarzenfeld at utanet.at ---
Cuneiform fails to compile on 10.3 with:
/ram/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/Kern/rdib/sources/cpp/CTDIB.cpp:541:16:
error: cannot convert 'std::nullptr_t' to 'Bool32 {aka int}' in return
CTDIB_IFNODIB(NULL);
^
/ram/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/Kern/hhh/ctdib.h:219:76:
note: in definition of macro 'CTDIB_IFNODIB'
#define CTDIB_IFNODIB(a) if ( !IsDIBAvailable() ) return a;
^
/ram/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/Kern/rdib/sources/cpp/CTDIB.cpp:
In member function 'Bool32 CTDIB::IsExternalsSets()':
/ram/usr/ports/graphics/cuneiform/work/cuneiform-linux-1.1.0/cuneiform_src/Kern/rdib/sources/cpp/CTDIB.cpp:640:4:
error: invalid operands of types 'bool' and 'std::nullptr_t' to binary
'operator!='
!= NULL;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list