OpenGL-GLFW v0.04 Perl 5 v5.10.1 x86_64-linux

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
OpenGL-GLFW v0.04
Platform
Perl 5 v5.10.1 x86_64-linux
Date
2017-09-23 22:06:23
ID
70188418-a0ab-11e7-849e-c91e901b0944
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Chris Marshall,

This is a computer-generated report for OpenGL-GLFW-0.04
on perl 5.10.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'make':

cp lib/OpenGL/GLFW.pm blib/lib/OpenGL/GLFW.pm
Running Mkbootstrap for GLFW ()
chmod 644 "GLFW.bs"
"/opt/perl-5.10.1/bin/perl5.10.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- GLFW.bs blib/arch/auto/OpenGL/GLFW/GLFW.bs 644
"/opt/perl-5.10.1/bin/perl5.10.1" "/opt/perl-5.10.1/lib/5.10.1/ExtUtils/xsubpp"  -typemap '/opt/perl-5.10.1/lib/5.10.1/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017092318/OpenGL-GLFW-0.04-w9lGO8/typemap'  GLFW.xs > GLFW.xsc
Please specify prototyping behavior for GLFW.xs (see perlxs manual)
mv GLFW.xsc GLFW.c
cc -c   -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/opt/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE"   GLFW.c
In file included from GLFW.xs:6:
ppport.h:6145:1: warning: "MUTABLE_PTR" redefined
In file included from /opt/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE/perl.h:2424,
                 from GLFW.xs:3:
/opt/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE/handy.h:63:1: warning: this is the location of the previous definition
GLFW.xs:8:24: error: GLFW/glfw3.h: No such file or directory
GLFW.xs:76: error: expected ‘)’ before ‘*’ token
GLFW.xs:137: error: expected ‘)’ before ‘*’ token
GLFW.xs:177: error: expected ‘)’ before ‘*’ token
GLFW.xs:218: error: expected ‘)’ before ‘*’ token
GLFW.xs:258: error: expected ‘)’ before ‘*’ token
GLFW.xs:299: error: expected ‘)’ before ‘*’ token
GLFW.xs:342: error: expected ‘)’ before ‘*’ token
GLFW.xs:383: error: expected ‘)’ before ‘*’ token
GLFW.xs:426: error: expected ‘)’ before ‘*’ token
GLFW.xs:468: error: expected ‘)’ before ‘*’ token
GLFW.xs:509: error: expected ‘)’ before ‘*’ token
GLFW.xs:548: error: expected ‘)’ before ‘*’ token
GLFW.xs:588: error: expected ‘)’ before ‘*’ token
GLFW.xs:628: error: expected ‘)’ before ‘*’ token
GLFW.xs:669: error: expected ‘)’ before ‘*’ token
GLFW.xs:708: error: expected ‘)’ before ‘*’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowPosCallback’:
GLFW.c:911: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:911: error: (Each undeclared identifier is reported only once
GLFW.c:911: error: for each function it appears in.)
GLFW.c:911: error: ‘window’ undeclared (first use in this function)
GLFW.c:917: error: expected expression before ‘)’ token
GLFW.xs:781: error: ‘windowposfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowSizeCallback’:
GLFW.c:958: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:958: error: ‘window’ undeclared (first use in this function)
GLFW.c:964: error: expected expression before ‘)’ token
GLFW.xs:809: error: ‘windowsizefun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowCloseCallback’:
GLFW.c:1005: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1005: error: ‘window’ undeclared (first use in this function)
GLFW.c:1011: error: expected expression before ‘)’ token
GLFW.xs:836: error: ‘windowclosefun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowRefreshCallback’:
GLFW.c:1052: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1052: error: ‘window’ undeclared (first use in this function)
GLFW.c:1058: error: expected expression before ‘)’ token
GLFW.xs:863: error: ‘windowrefreshfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowFocusCallback’:
GLFW.c:1099: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1099: error: ‘window’ undeclared (first use in this function)
GLFW.c:1105: error: expected expression before ‘)’ token
GLFW.xs:890: error: ‘windowfocusfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowIconifyCallback’:
GLFW.c:1146: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1146: error: ‘window’ undeclared (first use in this function)
GLFW.c:1152: error: expected expression before ‘)’ token
GLFW.xs:917: error: ‘windowiconifyfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetFramebufferSizeCallback’:
GLFW.c:1193: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1193: error: ‘window’ undeclared (first use in this function)
GLFW.c:1199: error: expected expression before ‘)’ token
GLFW.xs:944: error: ‘framebuffersizefun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetKeyCallback’:
GLFW.c:1240: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1240: error: ‘window’ undeclared (first use in this function)
GLFW.c:1246: error: expected expression before ‘)’ token
GLFW.xs:971: error: ‘keyfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCharCallback’:
GLFW.c:1287: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1287: error: ‘window’ undeclared (first use in this function)
GLFW.c:1293: error: expected expression before ‘)’ token
GLFW.xs:999: error: ‘charfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCharModsCallback’:
GLFW.c:1334: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1334: error: ‘window’ undeclared (first use in this function)
GLFW.c:1340: error: expected expression before ‘)’ token
GLFW.xs:1026: error: ‘charmodsfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetMouseButtonCallback’:
GLFW.c:1381: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1381: error: ‘window’ undeclared (first use in this function)
GLFW.c:1387: error: expected expression before ‘)’ token
GLFW.xs:1053: error: ‘mousebuttonfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCursorPosCallback’:
GLFW.c:1428: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1428: error: ‘window’ undeclared (first use in this function)
GLFW.c:1434: error: expected expression before ‘)’ token
GLFW.xs:1080: error: ‘cursorposfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCursorEnterCallback’:
GLFW.c:1475: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1475: error: ‘window’ undeclared (first use in this function)
GLFW.c:1481: error: expected expression before ‘)’ token
GLFW.xs:1107: error: ‘cursorenterfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetScrollCallback’:
GLFW.c:1522: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1522: error: ‘window’ undeclared (first use in this function)
GLFW.c:1528: error: expected expression before ‘)’ token
GLFW.xs:1134: error: ‘scrollfun_callback’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetDropCallback’:
GLFW.c:1569: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1569: error: ‘window’ undeclared (first use in this function)
GLFW.c:1575: error: expected expression before ‘)’ token
GLFW.xs:1161: error: ‘dropfun_callback’ undeclared (first use in this function)
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwSetErrorCallback’:
GLFW.xs:1186: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwSetMonitorCallback’:
GLFW.xs:1205: error: ‘monitorfun_callback’ undeclared (first use in this function)
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwSetJoystickCallback’:
GLFW.xs:1224: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwSetWindowIcon’:
GLFW.xs:1236: error: ‘GLFWimage’ undeclared (first use in this function)
GLFW.xs:1236: error: ‘imgstruct’ undeclared (first use in this function)
GLFW.xs:1237: error: ‘images’ undeclared (first use in this function)
GLFW.c:1713: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1713: error: ‘window’ undeclared (first use in this function)
GLFW.c:1717: error: expected expression before ‘)’ token
GLFW.xs:1253: error: expected expression before ‘)’ token
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwCreateCursor’:
GLFW.xs:1289: error: ‘GLFWimage’ undeclared (first use in this function)
GLFW.xs:1289: error: expected ‘;’ before ‘imgstruct’
GLFW.c:1780: error: ‘GLFWcursor’ undeclared (first use in this function)
GLFW.c:1780: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.xs:1299: error: ‘imgstruct’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwCreateStandardCursor’:
GLFW.c:1817: error: ‘GLFWcursor’ undeclared (first use in this function)
GLFW.c:1817: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwDestroyCursor’:
GLFW.c:1840: error: ‘GLFWcursor’ undeclared (first use in this function)
GLFW.c:1840: error: ‘cursor’ undeclared (first use in this function)
GLFW.c:1844: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCursor’:
GLFW.c:1865: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:1865: error: ‘window’ undeclared (first use in this function)
GLFW.c:1866: error: ‘GLFWcursor’ undeclared (first use in this function)
GLFW.c:1866: error: ‘cursor’ undeclared (first use in this function)
GLFW.c:1870: error: expected expression before ‘)’ token
GLFW.c:1880: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetPrimaryMonitor’:
GLFW.c:1901: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:1901: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetMonitors’:
GLFW.xs:1328: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.xs:1328: error: ‘monitors’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetMonitorName’:
GLFW.c:1949: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:1949: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:1953: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetMonitorPhysicalSize’:
GLFW.c:1975: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:1975: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:1981: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetMonitorPos’:
GLFW.c:2007: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2007: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2013: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetGamma’:
GLFW.c:2039: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2039: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2045: error: expected expression before ‘)’ token
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetGammaRamp’:
GLFW.xs:1355: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
GLFW.xs:1355: error: ‘gramp’ undeclared (first use in this function)
GLFW.c:2071: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2071: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2075: error: expected expression before ‘)’ token
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwSetGammaRamp’:
GLFW.xs:1378: error: ‘GLFWgammaramp’ undeclared (first use in this function)
GLFW.xs:1378: error: expected ‘;’ before ‘rampstruct’
GLFW.c:2121: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2121: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2127: error: expected expression before ‘)’ token
GLFW.xs:1387: error: ‘rampstruct’ undeclared (first use in this function)
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetVideoMode’:
GLFW.xs:1403: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
GLFW.xs:1403: error: ‘vidm’ undeclared (first use in this function)
GLFW.c:2165: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2165: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2169: error: expected expression before ‘)’ token
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetVideoModes’:
GLFW.xs:1429: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
GLFW.xs:1429: error: ‘vidms’ undeclared (first use in this function)
GLFW.c:2219: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2219: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2223: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowMonitor’:
GLFW.c:2263: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2263: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.c:2264: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2264: error: ‘window’ undeclared (first use in this function)
GLFW.c:2268: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwCreateWindow’:
GLFW.c:2295: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2295: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.c:2302: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2302: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2303: error: ‘share’ undeclared (first use in this function)
GLFW.c:2307: error: expected expression before ‘)’ token
GLFW.c:2317: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowMonitor’:
GLFW.c:2344: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2344: error: ‘window’ undeclared (first use in this function)
GLFW.c:2345: error: ‘GLFWmonitor’ undeclared (first use in this function)
GLFW.c:2345: error: ‘monitor’ undeclared (first use in this function)
GLFW.c:2359: error: expected expression before ‘)’ token
GLFW.c:2369: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetCurrentContext’:
GLFW.c:2390: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2390: error: ‘RETVAL’ undeclared (first use in this function)
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetInputMode’:
GLFW.c:2413: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2413: error: ‘window’ undeclared (first use in this function)
GLFW.c:2419: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetKey’:
GLFW.c:2443: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2443: error: ‘window’ undeclared (first use in this function)
GLFW.c:2449: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetMouseButton’:
GLFW.c:2473: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2473: error: ‘window’ undeclared (first use in this function)
GLFW.c:2479: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowAttrib’:
GLFW.c:2503: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2503: error: ‘window’ undeclared (first use in this function)
GLFW.c:2509: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwWindowShouldClose’:
GLFW.c:2533: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2533: error: ‘window’ undeclared (first use in this function)
GLFW.c:2537: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwDestroyWindow’:
GLFW.c:2559: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2559: error: ‘window’ undeclared (first use in this function)
GLFW.c:2563: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwFocusWindow’:
GLFW.c:2584: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2584: error: ‘window’ undeclared (first use in this function)
GLFW.c:2588: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetClipboardString’:
GLFW.c:2611: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2611: error: ‘window’ undeclared (first use in this function)
GLFW.c:2615: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetCursorPos’:
GLFW.c:2637: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2637: error: ‘window’ undeclared (first use in this function)
GLFW.c:2643: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetFramebufferSize’:
GLFW.c:2669: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2669: error: ‘window’ undeclared (first use in this function)
GLFW.c:2675: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowFrameSize’:
GLFW.c:2701: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2701: error: ‘window’ undeclared (first use in this function)
GLFW.c:2709: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowPos’:
GLFW.c:2739: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2739: error: ‘window’ undeclared (first use in this function)
GLFW.c:2745: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowSize’:
GLFW.c:2771: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2771: error: ‘window’ undeclared (first use in this function)
GLFW.c:2777: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwHideWindow’:
GLFW.c:2803: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2803: error: ‘window’ undeclared (first use in this function)
GLFW.c:2807: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwIconifyWindow’:
GLFW.c:2828: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2828: error: ‘window’ undeclared (first use in this function)
GLFW.c:2832: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwMakeContextCurrent’:
GLFW.c:2853: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2853: error: ‘window’ undeclared (first use in this function)
GLFW.c:2857: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwMaximizeWindow’:
GLFW.c:2878: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2878: error: ‘window’ undeclared (first use in this function)
GLFW.c:2882: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwRestoreWindow’:
GLFW.c:2903: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2903: error: ‘window’ undeclared (first use in this function)
GLFW.c:2907: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetClipboardString’:
GLFW.c:2928: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2928: error: ‘window’ undeclared (first use in this function)
GLFW.c:2934: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetCursorPos’:
GLFW.c:2955: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2955: error: ‘window’ undeclared (first use in this function)
GLFW.c:2963: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetInputMode’:
GLFW.c:2984: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:2984: error: ‘window’ undeclared (first use in this function)
GLFW.c:2992: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowAspectRatio’:
GLFW.c:3013: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3013: error: ‘window’ undeclared (first use in this function)
GLFW.c:3021: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowPos’:
GLFW.c:3042: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3042: error: ‘window’ undeclared (first use in this function)
GLFW.c:3050: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowShouldClose’:
GLFW.c:3071: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3071: error: ‘window’ undeclared (first use in this function)
GLFW.c:3077: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowSize’:
GLFW.c:3098: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3098: error: ‘window’ undeclared (first use in this function)
GLFW.c:3106: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowSizeLimits’:
GLFW.c:3127: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3127: error: ‘window’ undeclared (first use in this function)
GLFW.c:3139: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowTitle’:
GLFW.c:3160: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3160: error: ‘window’ undeclared (first use in this function)
GLFW.c:3166: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSetWindowUserPointer’:
GLFW.c:3191: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3191: error: ‘window’ undeclared (first use in this function)
GLFW.c:3197: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwShowWindow’:
GLFW.c:3230: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3230: error: ‘window’ undeclared (first use in this function)
GLFW.c:3234: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwSwapBuffers’:
GLFW.c:3255: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3255: error: ‘window’ undeclared (first use in this function)
GLFW.c:3259: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetWindowUserPointer’:
GLFW.c:3286: error: ‘GLFWwindow’ undeclared (first use in this function)
GLFW.c:3286: error: ‘window’ undeclared (first use in this function)
GLFW.c:3290: error: expected expression before ‘)’ token
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetJoystickName’:
GLFW.c:3491: warning: assignment makes pointer from integer without a cast
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetKeyName’:
GLFW.c:3512: warning: assignment makes pointer from integer without a cast
GLFW.c: In function ‘XS_OpenGL__GLFW_glfwGetVersionString’:
GLFW.c:3529: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetJoystickAxes’:
GLFW.xs:1650: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function ‘XS_OpenGL__GLFW_glfwGetJoystickButtons’:
GLFW.xs:1663: warning: assignment makes pointer from integer without a cast
make: *** [GLFW.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 6.64 7.30

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.30
    OpenGL::Modern      0.04 0.04

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.30


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/arch:/home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/lib:/home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/arch:/home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 32087
    PERL5_CPAN_IS_EXECUTING = /home/cpansand/.cpan/build/2017092318/OpenGL-GLFW-0.04-w9lGO8/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 32087
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 32046,32087
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017092318/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017092318

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /opt/perl-5.10.1/bin/perl5.10.1
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9402  
    CPAN::Meta          2.143240
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.39    
    Test::More          1.302096
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=2.6.32-696.3.1.el6.x86_64, archname=x86_64-linux
    uname='linux centos6 2.6.32-696.3.1.el6.x86_64 #1 smp tue may 30 19:52:55 utc 2017 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.10.1 -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.7 20120313 (Red Hat 4.4.7-18)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.12'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
  Built under linux
  Compiled at Jun 24 2017 10:30:21
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/arch:/home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/lib:/home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/arch:/home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="32087"
    PERL5_CPAN_IS_EXECUTING="/home/cpansand/.cpan/build/2017092318/OpenGL-GLFW-0.04-w9lGO8/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="32087"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="32046,32087"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017092318/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/arch
    /home/cpansand/.cpan/build/2017092318/ObjectDB-3.24-TtZT3d/blib/lib
    /home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/arch
    /home/cpansand/.cpan/build/2017092318/SQL-Composer-0.19-5kxOkZ/blib/lib
    /opt/perl-5.10.1/lib/5.10.1/x86_64-linux
    /opt/perl-5.10.1/lib/5.10.1
    /opt/perl-5.10.1/lib/site_perl/5.10.1/x86_64-linux
    /opt/perl-5.10.1/lib/site_perl/5.10.1
    .