cpantestlogs/bindingsc_genfailure.log
2017-05-02 18:44:36 -07:00

2268 lines
176 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493530974.16837
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching bindingsc () on cpanmetadb ...
Unpacking nvidia-ml-pl-4.304.2.tar.gz
--> Working on bindingsc
Fetching http://www.cpan.org/authors/id/N/NV/NVBINDING/nvidia-ml-pl-4.304.2.tar.gz ... OK
nvidia-ml/Makefile.PL
nvidia-ml/nvml_wrap.c
nvidia-ml/nvml.h
nvidia-ml/lib/nvidia/ml.pm
nvidia-ml/lib/nvidia/smi.pm
nvidia-ml/lib/nvidia/ml/bindings.pm
nvidia-ml/nvidia-ml-pl.pdf
nvidia-ml/README.txt
nvidia-ml/META.yml
Entering nvidia-ml
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring nvidia-ml-4.304.2 ... Warning (mostly harmless): No library found for -lnvidia-ml
Generating a Unix-style Makefile
Writing Makefile for nvidia::ml::bindings
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing nvidia-ml-4.304.2 ... cp lib/nvidia/ml.pm blib/lib/nvidia/ml.pm
cp lib/nvidia/ml/bindings.pm blib/lib/nvidia/ml/bindings.pm
cp lib/nvidia/smi.pm blib/lib/nvidia/smi.pm
Running Mkbootstrap for bindings ()
chmod 644 "bindings.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- bindings.bs blib/arch/auto/nvidia/ml/bindings/bindings.bs 644
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" nvml_wrap.c
In file included from nvml_wrap.c:731:0:
nvml_wrap.c: In function SWIG_AsCharPtrAndSize:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3688:52: note: in expansion of macro cBOOL
#define LIKELY(cond) EXPECT(cBOOL(cond),TRUE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2040:10: note: in expansion of macro LIKELY
if (LIKELY((dst) != (src))) { \
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2054:3: note: in expansion of macro SvSetSV_and
SvSetSV_and(dst,src,/*nothing*/;)
^~~~~~~~~~~
nvml_wrap.c:1753:6: note: in expansion of macro SvSetSV
SvSetSV(tmp, obj);
^~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: note: each undeclared identifier is reported only once for each function it appears in
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3688:52: note: in expansion of macro cBOOL
#define LIKELY(cond) EXPECT(cBOOL(cond),TRUE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2040:10: note: in expansion of macro LIKELY
if (LIKELY((dst) != (src))) { \
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2054:3: note: in expansion of macro SvSetSV_and
SvSetSV_and(dst,src,/*nothing*/;)
^~~~~~~~~~~
nvml_wrap.c:1753:6: note: in expansion of macro SvSetSV
SvSetSV(tmp, obj);
^~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3688:52: note: in expansion of macro cBOOL
#define LIKELY(cond) EXPECT(cBOOL(cond),TRUE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2040:10: note: in expansion of macro LIKELY
if (LIKELY((dst) != (src))) { \
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2054:3: note: in expansion of macro SvSetSV_and
SvSetSV_and(dst,src,/*nothing*/;)
^~~~~~~~~~~
nvml_wrap.c:1753:6: note: in expansion of macro SvSetSV
SvSetSV(tmp, obj);
^~~~~~~
nvml_wrap.c: In function _wrap_nvmlSystemGetDriverVersion:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5584:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg1); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5584:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg1); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlSystemGetNVMLVersion:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5619:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg1); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5619:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg1); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlSystemGetProcessName:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5662:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5662:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlUnitGetCount:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5690:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg1)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5690:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg1)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5693:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg1), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlUnitGetTemperature:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5894:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5894:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5897:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlUnitGetDevices:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5981:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5981:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:5984:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetCount:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6074:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg1)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6074:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg1)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6077:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg1), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetName:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6300:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6300:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetSerial:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6345:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6345:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetUUID:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6390:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6390:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetInforomVersion:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6443:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg3); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6443:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg3); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetInforomImageVersion:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6490:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6490:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetInforomConfigurationChecksum:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6526:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6526:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6529:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetDisplayMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6594:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6594:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6597:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPersistenceMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6634:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6634:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6637:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetMaxPcieLinkGeneration:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6712:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6712:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6715:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetMaxPcieLinkWidth:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6752:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6752:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6755:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetCurrPcieLinkGeneration:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6792:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6792:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6795:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetCurrPcieLinkWidth:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6832:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6832:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6835:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetClockInfo:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6880:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6880:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6883:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetMaxClockInfo:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6930:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6930:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6933:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetApplicationsClock:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6980:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6980:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:6983:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetFanSpeed:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7156:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7156:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7159:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetTemperature:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7204:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7204:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7207:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPerformanceState:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7246:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7246:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7249:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetCurrentClocksThrottleReasons:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7286:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7286:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7289:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_long_long, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetSupportedClocksThrottleReasons:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7326:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7326:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7329:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_long_long, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerState:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7366:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7366:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7369:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerManagementMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7406:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7406:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7409:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerManagementLimit:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7446:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7446:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7449:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerManagementLimitConstraints:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7490:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7490:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7493:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7496:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7499:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerManagementDefaultLimit:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7538:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7538:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7541:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetPowerUsage:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7578:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7578:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7581:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetGpuOperationMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7622:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7622:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7625:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7628:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7631:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetComputeMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7708:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7708:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7711:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetEccMode:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7752:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7752:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7755:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7758:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7761:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetTotalEccErrors:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7816:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg4)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7816:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg4)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7819:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_unsigned_long_long, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetMemoryErrorCounter:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7942:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg5)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7942:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg5)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:7945:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_unsigned_long_long, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetDriverModel:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8030:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8030:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8033:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8036:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8039:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetVbiosVersion:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8087:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8087:25: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_FromCharPtr(arg2); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetComputeRunningProcesses:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8131:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8131:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8134:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceOnSameBoard:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8181:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8181:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8184:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap_nvmlDeviceGetSupportedEventTypes:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8667:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8667:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_long_SS_long SWIG_PERL_CALL_ARGS_1((*arg2)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:8670:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_unsigned_long_long, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap__nvmlUnitGetDevices:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9066:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9066:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9069:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap__nvmlDeviceGetComputeRunningProcesses:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9126:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9126:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9129:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap__nvmlDeviceGetSupportedMemoryClocks:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9240:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9240:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg3)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9243:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
nvml_wrap.c: In function _wrap__nvmlDeviceGetSupportedGraphicsClocks:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:34: error: bool undeclared (first use in this function)
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9308:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg4)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9308:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_From_unsigned_SS_int SWIG_PERL_CALL_ARGS_1((*arg4)); argvi++ ;
^~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:111:39: error: expected : before numeric constant
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3684:62: note: in definition of macro EXPECT
# define EXPECT(expr,val) __builtin_expect(expr,val)
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3689:52: note: in expansion of macro cBOOL
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/pp.h:341:30: note: in expansion of macro UNLIKELY
if (UNLIKELY(_EXTEND_NEEDS_GROW(p,n))) { \
^~~~~~~~
nvml_wrap.c:9311:27: note: in expansion of macro EXTEND
if (argvi >= items) EXTEND(sp,1); ST(argvi) = SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_unsigned_int, new_flags); argvi++ ;
^~~~~~
Makefile:334: recipe for target 'nvml_wrap.o' failed
make: *** [nvml_wrap.o] Error 1
! Installing bindingsc failed. See /home/ryan/.cpanm/work/1493530974.16837/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose bindingsc] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man