Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 02:47:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222672] graphics/cuneiform fails on 10.3 (pointer to int converstion)
Message-ID:  <bug-222672-13-gkvoaiV9C7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222672-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222672-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=3D222672

--- Comment #1 from w.schwarzenfeld@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!=3D'
    !=3D NULL;

--=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-222672-13-gkvoaiV9C7>