Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN OpenGL-GLFW-0.02_01 v5.27.2 GNU/Linux
Date: 2017-08-06T17:54:59Z
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.02_01
on perl 5.27.2, 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.27.2/bin/perl5.27.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- GLFW.bs blib/arch/auto/OpenGL/GLFW/GLFW.bs 644
"/opt/perl-5.27.2/bin/perl5.27.2" "/opt/perl-5.27.2/lib/5.27.2/ExtUtils/xsubpp" -typemap '/opt/perl-5.27.2/lib/5.27.2/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017080615/OpenGL-GLFW-0.02_01-0/typemap' GLFW.xs > GLFW.xsc
Please specify prototyping behavior for GLFW.xs (see perlxs manual)
mv GLFW.xsc GLFW.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.02_01\" -DXS_VERSION=\"0.02_01\" -fPIC "-I/opt/perl-5.27.2/lib/5.27.2/x86_64-linux/CORE" GLFW.c
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:780: error: âwindowposfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowSizeCallbackâ:
GLFW.c:957: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:957: error: âwindowâ undeclared (first use in this function)
GLFW.c:963: error: expected expression before â)â token
GLFW.xs:807: error: âwindowsizefun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowCloseCallbackâ:
GLFW.c:1003: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1003: error: âwindowâ undeclared (first use in this function)
GLFW.c:1009: error: expected expression before â)â token
GLFW.xs:833: error: âwindowclosefun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowRefreshCallbackâ:
GLFW.c:1049: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1049: error: âwindowâ undeclared (first use in this function)
GLFW.c:1055: error: expected expression before â)â token
GLFW.xs:859: error: âwindowrefreshfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowFocusCallbackâ:
GLFW.c:1095: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1095: error: âwindowâ undeclared (first use in this function)
GLFW.c:1101: error: expected expression before â)â token
GLFW.xs:885: error: âwindowfocusfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowIconifyCallbackâ:
GLFW.c:1141: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1141: error: âwindowâ undeclared (first use in this function)
GLFW.c:1147: error: expected expression before â)â token
GLFW.xs:911: error: âwindowiconifyfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetFramebufferSizeCallbackâ:
GLFW.c:1187: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1187: error: âwindowâ undeclared (first use in this function)
GLFW.c:1193: error: expected expression before â)â token
GLFW.xs:937: error: âframebuffersizefun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetKeyCallbackâ:
GLFW.c:1233: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1233: error: âwindowâ undeclared (first use in this function)
GLFW.c:1239: error: expected expression before â)â token
GLFW.xs:963: error: âkeyfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCharCallbackâ:
GLFW.c:1279: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1279: error: âwindowâ undeclared (first use in this function)
GLFW.c:1285: error: expected expression before â)â token
GLFW.xs:990: error: âcharfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCharModsCallbackâ:
GLFW.c:1325: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1325: error: âwindowâ undeclared (first use in this function)
GLFW.c:1331: error: expected expression before â)â token
GLFW.xs:1016: error: âcharmodsfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetMouseButtonCallbackâ:
GLFW.c:1371: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1371: error: âwindowâ undeclared (first use in this function)
GLFW.c:1377: error: expected expression before â)â token
GLFW.xs:1042: error: âmousebuttonfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCursorPosCallbackâ:
GLFW.c:1417: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1417: error: âwindowâ undeclared (first use in this function)
GLFW.c:1423: error: expected expression before â)â token
GLFW.xs:1068: error: âcursorposfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCursorEnterCallbackâ:
GLFW.c:1463: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1463: error: âwindowâ undeclared (first use in this function)
GLFW.c:1469: error: expected expression before â)â token
GLFW.xs:1094: error: âcursorenterfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetScrollCallbackâ:
GLFW.c:1509: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1509: error: âwindowâ undeclared (first use in this function)
GLFW.c:1515: error: expected expression before â)â token
GLFW.xs:1120: error: âscrollfun_callbackâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetDropCallbackâ:
GLFW.c:1555: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1555: error: âwindowâ undeclared (first use in this function)
GLFW.c:1561: error: expected expression before â)â token
GLFW.xs:1146: error: âdropfun_callbackâ undeclared (first use in this function)
GLFW.xs: In function âXS_OpenGL__GLFW_glfwSetErrorCallbackâ:
GLFW.xs:1171: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function âXS_OpenGL__GLFW_glfwSetMonitorCallbackâ:
GLFW.xs:1190: error: âmonitorfun_callbackâ undeclared (first use in this function)
GLFW.xs: In function âXS_OpenGL__GLFW_glfwSetJoystickCallbackâ:
GLFW.xs:1209: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function âXS_OpenGL__GLFW_glfwSetWindowIconâ:
GLFW.xs:1221: error: âGLFWimageâ undeclared (first use in this function)
GLFW.xs:1221: error: âimgstructâ undeclared (first use in this function)
GLFW.xs:1222: error: âimagesâ undeclared (first use in this function)
GLFW.c:1698: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1698: error: âwindowâ undeclared (first use in this function)
GLFW.c:1702: error: expected expression before â)â token
GLFW.xs:1238: error: expected expression before â)â token
GLFW.xs: In function âXS_OpenGL__GLFW_glfwCreateCursorâ:
GLFW.xs:1274: error: âGLFWimageâ undeclared (first use in this function)
GLFW.xs:1274: error: expected â;â before âimgstructâ
GLFW.c:1765: error: âGLFWcursorâ undeclared (first use in this function)
GLFW.c:1765: error: âRETVALâ undeclared (first use in this function)
GLFW.xs:1284: error: âimgstructâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwCreateStandardCursorâ:
GLFW.c:1802: error: âGLFWcursorâ undeclared (first use in this function)
GLFW.c:1802: error: âRETVALâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwDestroyCursorâ:
GLFW.c:1825: error: âGLFWcursorâ undeclared (first use in this function)
GLFW.c:1825: error: âcursorâ undeclared (first use in this function)
GLFW.c:1829: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCursorâ:
GLFW.c:1850: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:1850: error: âwindowâ undeclared (first use in this function)
GLFW.c:1851: error: âGLFWcursorâ undeclared (first use in this function)
GLFW.c:1851: error: âcursorâ undeclared (first use in this function)
GLFW.c:1855: error: expected expression before â)â token
GLFW.c:1865: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetPrimaryMonitorâ:
GLFW.c:1886: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:1886: error: âRETVALâ undeclared (first use in this function)
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetMonitorsâ:
GLFW.xs:1313: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.xs:1313: error: âmonitorsâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetMonitorNameâ:
GLFW.c:1934: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:1934: error: âmonitorâ undeclared (first use in this function)
GLFW.c:1938: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetMonitorPhysicalSizeâ:
GLFW.c:1960: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:1960: error: âmonitorâ undeclared (first use in this function)
GLFW.c:1966: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetMonitorPosâ:
GLFW.c:1992: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:1992: error: âmonitorâ undeclared (first use in this function)
GLFW.c:1998: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetGammaâ:
GLFW.c:2024: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2024: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2030: error: expected expression before â)â token
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetGammaRampâ:
GLFW.xs:1340: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
GLFW.xs:1340: error: âgrampâ undeclared (first use in this function)
GLFW.c:2056: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2056: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2060: error: expected expression before â)â token
GLFW.xs: In function âXS_OpenGL__GLFW_glfwSetGammaRampâ:
GLFW.xs:1363: error: âGLFWgammarampâ undeclared (first use in this function)
GLFW.xs:1363: error: expected â;â before ârampstructâ
GLFW.c:2106: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2106: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2112: error: expected expression before â)â token
GLFW.xs:1372: error: ârampstructâ undeclared (first use in this function)
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetVideoModeâ:
GLFW.xs:1388: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
GLFW.xs:1388: error: âvidmâ undeclared (first use in this function)
GLFW.c:2150: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2150: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2154: error: expected expression before â)â token
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetVideoModesâ:
GLFW.xs:1414: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
GLFW.xs:1414: error: âvidmsâ undeclared (first use in this function)
GLFW.c:2204: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2204: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2208: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowMonitorâ:
GLFW.c:2248: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2248: error: âRETVALâ undeclared (first use in this function)
GLFW.c:2249: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2249: error: âwindowâ undeclared (first use in this function)
GLFW.c:2253: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwCreateWindowâ:
GLFW.c:2280: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2280: error: âRETVALâ undeclared (first use in this function)
GLFW.c:2287: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2287: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2288: error: âshareâ undeclared (first use in this function)
GLFW.c:2292: error: expected expression before â)â token
GLFW.c:2302: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowMonitorâ:
GLFW.c:2329: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2329: error: âwindowâ undeclared (first use in this function)
GLFW.c:2330: error: âGLFWmonitorâ undeclared (first use in this function)
GLFW.c:2330: error: âmonitorâ undeclared (first use in this function)
GLFW.c:2344: error: expected expression before â)â token
GLFW.c:2354: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetCurrentContextâ:
GLFW.c:2375: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2375: error: âRETVALâ undeclared (first use in this function)
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetInputModeâ:
GLFW.c:2398: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2398: error: âwindowâ undeclared (first use in this function)
GLFW.c:2404: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetKeyâ:
GLFW.c:2428: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2428: error: âwindowâ undeclared (first use in this function)
GLFW.c:2434: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetMouseButtonâ:
GLFW.c:2458: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2458: error: âwindowâ undeclared (first use in this function)
GLFW.c:2464: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowAttribâ:
GLFW.c:2488: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2488: error: âwindowâ undeclared (first use in this function)
GLFW.c:2494: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwWindowShouldCloseâ:
GLFW.c:2518: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2518: error: âwindowâ undeclared (first use in this function)
GLFW.c:2522: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwDestroyWindowâ:
GLFW.c:2544: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2544: error: âwindowâ undeclared (first use in this function)
GLFW.c:2548: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwFocusWindowâ:
GLFW.c:2569: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2569: error: âwindowâ undeclared (first use in this function)
GLFW.c:2573: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetClipboardStringâ:
GLFW.c:2596: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2596: error: âwindowâ undeclared (first use in this function)
GLFW.c:2600: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetCursorPosâ:
GLFW.c:2622: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2622: error: âwindowâ undeclared (first use in this function)
GLFW.c:2628: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetFramebufferSizeâ:
GLFW.c:2654: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2654: error: âwindowâ undeclared (first use in this function)
GLFW.c:2660: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowFrameSizeâ:
GLFW.c:2686: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2686: error: âwindowâ undeclared (first use in this function)
GLFW.c:2694: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowPosâ:
GLFW.c:2724: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2724: error: âwindowâ undeclared (first use in this function)
GLFW.c:2730: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowSizeâ:
GLFW.c:2756: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2756: error: âwindowâ undeclared (first use in this function)
GLFW.c:2762: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwHideWindowâ:
GLFW.c:2788: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2788: error: âwindowâ undeclared (first use in this function)
GLFW.c:2792: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwIconifyWindowâ:
GLFW.c:2813: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2813: error: âwindowâ undeclared (first use in this function)
GLFW.c:2817: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwMakeContextCurrentâ:
GLFW.c:2838: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2838: error: âwindowâ undeclared (first use in this function)
GLFW.c:2842: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwMaximizeWindowâ:
GLFW.c:2863: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2863: error: âwindowâ undeclared (first use in this function)
GLFW.c:2867: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwRestoreWindowâ:
GLFW.c:2888: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2888: error: âwindowâ undeclared (first use in this function)
GLFW.c:2892: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetClipboardStringâ:
GLFW.c:2913: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2913: error: âwindowâ undeclared (first use in this function)
GLFW.c:2919: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetCursorPosâ:
GLFW.c:2940: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2940: error: âwindowâ undeclared (first use in this function)
GLFW.c:2948: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetInputModeâ:
GLFW.c:2969: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2969: error: âwindowâ undeclared (first use in this function)
GLFW.c:2977: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowAspectRatioâ:
GLFW.c:2998: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:2998: error: âwindowâ undeclared (first use in this function)
GLFW.c:3006: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowPosâ:
GLFW.c:3027: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3027: error: âwindowâ undeclared (first use in this function)
GLFW.c:3035: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowShouldCloseâ:
GLFW.c:3056: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3056: error: âwindowâ undeclared (first use in this function)
GLFW.c:3062: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowSizeâ:
GLFW.c:3083: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3083: error: âwindowâ undeclared (first use in this function)
GLFW.c:3091: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowSizeLimitsâ:
GLFW.c:3112: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3112: error: âwindowâ undeclared (first use in this function)
GLFW.c:3124: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowTitleâ:
GLFW.c:3145: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3145: error: âwindowâ undeclared (first use in this function)
GLFW.c:3151: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSetWindowUserPointerâ:
GLFW.c:3176: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3176: error: âwindowâ undeclared (first use in this function)
GLFW.c:3182: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwShowWindowâ:
GLFW.c:3215: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3215: error: âwindowâ undeclared (first use in this function)
GLFW.c:3219: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwSwapBuffersâ:
GLFW.c:3240: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3240: error: âwindowâ undeclared (first use in this function)
GLFW.c:3244: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetWindowUserPointerâ:
GLFW.c:3271: error: âGLFWwindowâ undeclared (first use in this function)
GLFW.c:3271: error: âwindowâ undeclared (first use in this function)
GLFW.c:3275: error: expected expression before â)â token
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetJoystickNameâ:
GLFW.c:3476: warning: assignment makes pointer from integer without a cast
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetKeyNameâ:
GLFW.c:3497: warning: assignment makes pointer from integer without a cast
GLFW.c: In function âXS_OpenGL__GLFW_glfwGetVersionStringâ:
GLFW.c:3514: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetJoystickAxesâ:
GLFW.xs:1635: warning: assignment makes pointer from integer without a cast
GLFW.xs: In function âXS_OpenGL__GLFW_glfwGetJoystickButtonsâ:
GLFW.xs:1648: 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
PERL = /opt/perl-5.27.2/bin/perl5.27.2
PERL5LIB = /home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/arch:/home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/lib:/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/arch:/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/lib:/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/arch:/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2544
PERL5_CPAN_IS_RUNNING = 2544
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2528,2544
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017080615/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017080615
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.27.2/bin/perl5.27.2
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.68
ExtUtils::CBuilder 0.280228
ExtUtils::Command 7.30
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.34
File::Spec 3.68
JSON 2.94
JSON::PP 2.94
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302073
YAML 1.23
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 27 subversion 2) 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.27.2 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -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
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
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 /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.12.so
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:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jul 23 2017 15:00:49
%ENV:
PERL="/opt/perl-5.27.2/bin/perl5.27.2"
PERL5LIB="/home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/arch:/home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/lib:/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/arch:/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/lib:/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/arch:/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/lib:/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/arch:/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="2544"
PERL5_CPAN_IS_RUNNING="2544"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2528,2544"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017080615/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/arch
/home/cpansand/.cpan/build/2017080615/OpenGL-Modern-0.04-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Test-InDistDir-1.112071-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Import-Into-1.002005-0/blib/lib
/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/arch
/home/cpansand/.cpan/build/2017080615/IO-All-0.87-0/blib/lib
/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/arch
/home/cpansand/.cpan/build/2017080615/ExtUtils-MakeMaker-CPANfile-0.08-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Module-CPANfile-1.1002-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Devel-CheckOS-1.80-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Data-Compare-1.25-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Devel-CheckLib-1.11-0/blib/lib
/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/arch
/home/cpansand/.cpan/build/2017080615/Mock-Config-0.03-0/blib/lib
/opt/perl-5.27.2/lib/site_perl/5.27.2/x86_64-linux
/opt/perl-5.27.2/lib/site_perl/5.27.2
/opt/perl-5.27.2/lib/5.27.2/x86_64-linux
/opt/perl-5.27.2/lib/5.27.2
.