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
.