OpenGL-GLFW v0.04 Perl 5 v5.10.1 amd64-freebsd

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
OpenGL-GLFW v0.04
Platform
Perl 5 v5.10.1 amd64-freebsd
Date
2017-09-23 22:06:06
ID
65c7087c-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 '/usr/bin/make':

cp lib/OpenGL/GLFW.pm blib/lib/OpenGL/GLFW.pm
Running Mkbootstrap for GLFW ()
chmod 644 "GLFW.bs"
"/usr/perl5.10.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GLFW.bs blib/arch/auto/OpenGL/GLFW/GLFW.bs 644
"/usr/perl5.10.1/bin/perl" "/usr/perl5.10.1/lib/5.10.1/ExtUtils/xsubpp"  -typemap '/usr/perl5.10.1/lib/5.10.1/ExtUtils/typemap' -typemap '/usr/home/eserte/.cpan/build/2017092321/OpenGL-GLFW-0.04-0/typemap'  GLFW.xs > GLFW.xsc
Please specify prototyping behavior for GLFW.xs (see perlxs manual)
mv GLFW.xsc GLFW.c
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O    -DVERSION=\"0.04\"  -DXS_VERSION=\"0.04\" -DPIC -fPIC "-I/usr/perl5.10.1/lib/5.10.1/amd64-freebsd/CORE"   GLFW.c
In file included from GLFW.xs:6:
ppport.h:6145:1: warning: "MUTABLE_PTR" redefined
In file included from /usr/perl5.10.1/lib/5.10.1/amd64-freebsd/CORE/perl.h:2424,
                 from GLFW.xs:3:
/usr/perl5.10.1/lib/5.10.1/amd64-freebsd/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:770: warning: assignment makes pointer from integer without a cast
GLFW.xs:781: error: 'windowposfun_callback' undeclared (first use in this function)
GLFW.xs:781: warning: assignment makes pointer from integer without a cast
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:798: warning: assignment makes pointer from integer without a cast
GLFW.xs:809: error: 'windowsizefun_callback' undeclared (first use in this function)
GLFW.xs:809: warning: assignment makes pointer from integer without a cast
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:825: warning: assignment makes pointer from integer without a cast
GLFW.xs:836: error: 'windowclosefun_callback' undeclared (first use in this function)
GLFW.xs:836: warning: assignment makes pointer from integer without a cast
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:852: warning: assignment makes pointer from integer without a cast
GLFW.xs:863: error: 'windowrefreshfun_callback' undeclared (first use in this function)
GLFW.xs:863: warning: assignment makes pointer from integer without a cast
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:879: warning: assignment makes pointer from integer without a cast
GLFW.xs:890: error: 'windowfocusfun_callback' undeclared (first use in this function)
GLFW.xs:890: warning: assignment makes pointer from integer without a cast
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:906: warning: assignment makes pointer from integer without a cast
GLFW.xs:917: error: 'windowiconifyfun_callback' undeclared (first use in this function)
GLFW.xs:917: warning: assignment makes pointer from integer without a cast
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:933: warning: assignment makes pointer from integer without a cast
GLFW.xs:944: error: 'framebuffersizefun_callback' undeclared (first use in this function)
GLFW.xs:944: warning: assignment makes pointer from integer without a cast
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:960: warning: assignment makes pointer from integer without a cast
GLFW.xs:971: error: 'keyfun_callback' undeclared (first use in this function)
GLFW.xs:971: warning: assignment makes pointer from integer without a cast
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:988: warning: assignment makes pointer from integer without a cast
GLFW.xs:999: error: 'charfun_callback' undeclared (first use in this function)
GLFW.xs:999: warning: assignment makes pointer from integer without a cast
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:1015: warning: assignment makes pointer from integer without a cast
GLFW.xs:1026: error: 'charmodsfun_callback' undeclared (first use in this function)
GLFW.xs:1026: warning: assignment makes pointer from integer without a cast
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:1042: warning: assignment makes pointer from integer without a cast
GLFW.xs:1053: error: 'mousebuttonfun_callback' undeclared (first use in this function)
GLFW.xs:1053: warning: assignment makes pointer from integer without a cast
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:1069: warning: assignment makes pointer from integer without a cast
GLFW.xs:1080: error: 'cursorposfun_callback' undeclared (first use in this function)
GLFW.xs:1080: warning: assignment makes pointer from integer without a cast
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:1096: warning: assignment makes pointer from integer without a cast
GLFW.xs:1107: error: 'cursorenterfun_callback' undeclared (first use in this function)
GLFW.xs:1107: warning: assignment makes pointer from integer without a cast
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:1123: warning: assignment makes pointer from integer without a cast
GLFW.xs:1134: error: 'scrollfun_callback' undeclared (first use in this function)
GLFW.xs:1134: warning: assignment makes pointer from integer without a cast
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:1150: warning: assignment makes pointer from integer without a cast
GLFW.xs:1161: error: 'dropfun_callback' undeclared (first use in this function)
GLFW.xs:1161: warning: assignment makes pointer from integer without a cast
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:1205: warning: assignment makes pointer from integer without a cast
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:1961: warning: assignment makes pointer from integer without a cast
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:2623: warning: assignment makes pointer from integer without a cast
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.xs:1559: warning: assignment makes pointer from integer without a cast
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.xs:1585: warning: assignment makes pointer from integer without a cast
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
*** [GLFW.o] Error code 1

Stop in /usr/home/eserte/.cpan/build/2017092321/OpenGL-GLFW-0.04-0.

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

Prerequisite modules loaded:

requires:

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

build_requires:

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

configure_requires:

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


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.10.1/bin/perl
    PERL5LIB = /home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/arch:/home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/lib:/home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/arch:/home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 52305
    PERL5_CPAN_IS_RUNNING = 52305
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 52264,52305
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017092321/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017092321

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

    $^X = /usr/perl5.10.1/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.12    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.79    
    Parse::CPAN::Meta   2.150010
    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=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.10.1'
    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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', 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 ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -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 freebsd
  Compiled at May 15 2014 23:30:26
  %ENV:
    PERL="/usr/perl5.10.1/bin/perl"
    PERL5LIB="/home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/arch:/home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/lib:/home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/arch:/home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="52305"
    PERL5_CPAN_IS_RUNNING="52305"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="52264,52305"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017092321/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/arch
    /home/eserte/.cpan/build/2017092321/ObjectDB-3.24-4/blib/lib
    /home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/arch
    /home/eserte/.cpan/build/2017092321/SQL-Composer-0.19-4/blib/lib
    /usr/perl5.10.1/lib/5.10.1/amd64-freebsd
    /usr/perl5.10.1/lib/5.10.1
    /usr/perl5.10.1/lib/site_perl/5.10.1/amd64-freebsd
    /usr/perl5.10.1/lib/site_perl/5.10.1
    .