Front page | perl.cpan.testers |
Postings from July 2008
FAIL Graphics-Plotter-1.0.2 i686-linux-thread-multi-64int-ld 2.6.24-16-generic
From:
DAGOLDEN
Date:
July 4, 2008 06:22
Subject:
FAIL Graphics-Plotter-1.0.2 i686-linux-thread-multi-64int-ld 2.6.24-16-generic
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Piotr Klaban,
This is a computer-generated report for Graphics-Plotter-1.0.2
on perl 5.8.8 patch 34066, created by CPAN-Reporter-1.1556.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Plotter.pm blib/lib/Graphics/Plotter.pm
AutoSplitting blib/lib/Graphics/Plotter.pm (blib/lib/auto/Graphics/Plotter)
/home/david/perl/5.8.x-threads/bin/perl /home/david/perl/5.8.x-threads/lib/5.8.8/ExtUtils/xsubpp -typemap /home/david/perl/5.8.x-threads/lib/5.8.8/ExtUtils/typemap -typemap typemap Plotter.xs > Plotter.xsc && mv Plotter.xsc Plotter.c
Please specify prototyping behavior for Plotter.xs (see perlxs manual)
g++ -c -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0.2\" -DXS_VERSION=\"1.0.2\" -fPIC "-I/home/david/perl/5.8.x-threads/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE" -DX_DISPLAY_MISSING Plotter.c
Plotter.xs:9:21: error: plotter.h: No such file or directory
Plotter.xs: In function ‘int constant(char*, int)’:
Plotter.xs:47: error: ‘M_ASTERISK’ was not declared in this scope
Plotter.xs:49: error: ‘M_CIRCLE’ was not declared in this scope
Plotter.xs:51: error: ‘M_CROSS’ was not declared in this scope
Plotter.xs:53: error: ‘M_DIAMOND’ was not declared in this scope
Plotter.xs:55: error: ‘M_DOT’ was not declared in this scope
Plotter.xs:57: error: ‘M_FANCY_CROSS’ was not declared in this scope
Plotter.xs:59: error: ‘M_FANCY_DIAMOND’ was not declared in this scope
Plotter.xs:61: error: ‘M_FANCY_PLUS’ was not declared in this scope
Plotter.xs:63: error: ‘M_FANCY_SQUARE’ was not declared in this scope
Plotter.xs:65: error: ‘M_FILLED_CIRCLE’ was not declared in this scope
Plotter.xs:67: error: ‘M_FILLED_DIAMOND’ was not declared in this scope
Plotter.xs:69: error: ‘M_FILLED_FANCY_DIAMOND’ was not declared in this scope
Plotter.xs:71: error: ‘M_FILLED_FANCY_SQUARE’ was not declared in this scope
Plotter.xs:73: error: ‘M_FILLED_INVERTED_TRIANGLE’ was not declared in this scope
Plotter.xs:75: error: ‘M_FILLED_OCTAGON’ was not declared in this scope
Plotter.xs:77: error: ‘M_FILLED_SQUARE’ was not declared in this scope
Plotter.xs:79: error: ‘M_FILLED_TRIANGLE’ was not declared in this scope
Plotter.xs:81: error: ‘M_HALF_FILLED_CIRCLE’ was not declared in this scope
Plotter.xs:83: error: ‘M_HALF_FILLED_DIAMOND’ was not declared in this scope
Plotter.xs:85: error: ‘M_HALF_FILLED_FANCY_DIAMOND’ was not declared in this scope
Plotter.xs:87: error: ‘M_HALF_FILLED_FANCY_SQUARE’ was not declared in this scope
Plotter.xs:89: error: ‘M_HALF_FILLED_INVERTED_TRIANGLE’ was not declared in this scope
Plotter.xs:91: error: ‘M_HALF_FILLED_SQUARE’ was not declared in this scope
Plotter.xs:93: error: ‘M_HALF_FILLED_TRIANGLE’ was not declared in this scope
Plotter.xs:95: error: ‘M_INVERTED_TRIANGLE’ was not declared in this scope
Plotter.xs:97: error: ‘M_OCTAGON’ was not declared in this scope
Plotter.xs:99: error: ‘M_NONE’ was not declared in this scope
Plotter.xs:101: error: ‘M_PLUS’ was not declared in this scope
Plotter.xs:103: error: ‘M_SQUARE’ was not declared in this scope
Plotter.xs:105: error: ‘M_STAR’ was not declared in this scope
Plotter.xs:107: error: ‘M_STARBURST’ was not declared in this scope
Plotter.xs:109: error: ‘M_TRIANGLE’ was not declared in this scope
Plotter.xs:113: error: ‘O_ALABEL’ was not declared in this scope
Plotter.xs:115: error: ‘O_ARC’ was not declared in this scope
Plotter.xs:117: error: ‘O_ARCREL’ was not declared in this scope
Plotter.xs:119: error: ‘O_BEZIER2’ was not declared in this scope
Plotter.xs:121: error: ‘O_BEZIER2REL’ was not declared in this scope
Plotter.xs:123: error: ‘O_BEZIER3’ was not declared in this scope
Plotter.xs:125: error: ‘O_BEZIER3REL’ was not declared in this scope
Plotter.xs:127: error: ‘O_BGCOLOR’ was not declared in this scope
Plotter.xs:129: error: ‘O_BOX’ was not declared in this scope
Plotter.xs:131: error: ‘O_BOXREL’ was not declared in this scope
Plotter.xs:133: error: ‘O_CAPMOD’ was not declared in this scope
Plotter.xs:135: error: ‘O_CIRCLE’ was not declared in this scope
Plotter.xs:137: error: ‘O_CIRCLEREL’ was not declared in this scope
Plotter.xs:139: error: ‘O_CLOSEPL’ was not declared in this scope
Plotter.xs:141: error: ‘O_COMMENT’ was not declared in this scope
Plotter.xs:143: error: ‘O_CONT’ was not declared in this scope
Plotter.xs:145: error: ‘O_CONTREL’ was not declared in this scope
Plotter.xs:147: error: ‘O_ELLARC’ was not declared in this scope
Plotter.xs:149: error: ‘O_ELLARCREL’ was not declared in this scope
Plotter.xs:151: error: ‘O_ELLIPSE’ was not declared in this scope
Plotter.xs:153: error: ‘O_ELLIPSEREL’ was not declared in this scope
Plotter.xs:155: error: ‘O_ENDPATH’ was not declared in this scope
Plotter.xs:157: error: ‘O_ERASE’ was not declared in this scope
Plotter.xs:159: error: ‘O_FARC’ was not declared in this scope
Plotter.xs:161: error: ‘O_FARCREL’ was not declared in this scope
Plotter.xs:163: error: ‘O_FBEZIER2’ was not declared in this scope
Plotter.xs:165: error: ‘O_FBEZIER2REL’ was not declared in this scope
Plotter.xs:167: error: ‘O_FBEZIER3’ was not declared in this scope
Plotter.xs:169: error: ‘O_FBEZIER3REL’ was not declared in this scope
Plotter.xs:171: error: ‘O_FBOX’ was not declared in this scope
Plotter.xs:173: error: ‘O_FBOXREL’ was not declared in this scope
Plotter.xs:175: error: ‘O_FCIRCLE’ was not declared in this scope
Plotter.xs:177: error: ‘O_FCIRCLEREL’ was not declared in this scope
Plotter.xs:179: error: ‘O_FCONCAT’ was not declared in this scope
Plotter.xs:181: error: ‘O_FCONT’ was not declared in this scope
Plotter.xs:183: error: ‘O_FCONTREL’ was not declared in this scope
Plotter.xs:185: error: ‘O_FELLARC’ was not declared in this scope
Plotter.xs:187: error: ‘O_FELLARCREL’ was not declared in this scope
Plotter.xs:189: error: ‘O_FELLIPSE’ was not declared in this scope
Plotter.xs:191: error: ‘O_FELLIPSEREL’ was not declared in this scope
Plotter.xs:193: error: ‘O_FFONTSIZE’ was not declared in this scope
Plotter.xs:195: error: ‘O_FILLTYPE’ was not declared in this scope
Plotter.xs:197: error: ‘O_FILLCOLOR’ was not declared in this scope
Plotter.xs:199: error: ‘O_FILLMOD’ was not declared in this scope
Plotter.xs:201: error: ‘O_FLINEDASH’ was not declared in this scope
Plotter.xs:203: error: ‘O_FLINE’ was not declared in this scope
Plotter.xs:205: error: ‘O_FLINEREL’ was not declared in this scope
Plotter.xs:207: error: ‘O_FLINEWIDTH’ was not declared in this scope
Plotter.xs:209: error: ‘O_FMARKER’ was not declared in this scope
Plotter.xs:211: error: ‘O_FMARKERREL’ was not declared in this scope
Plotter.xs:213: error: ‘O_FMITERLIMIT’ was not declared in this scope
Plotter.xs:215: error: ‘O_FMOVE’ was not declared in this scope
Plotter.xs:217: error: ‘O_FMOVEREL’ was not declared in this scope
Plotter.xs:219: error: ‘O_FONTNAME’ was not declared in this scope
Plotter.xs:221: error: ‘O_FONTSIZE’ was not declared in this scope
Plotter.xs:223: error: ‘O_FPOINT’ was not declared in this scope
Plotter.xs:225: error: ‘O_FPOINTREL’ was not declared in this scope
Plotter.xs:227: error: ‘O_FSPACE’ was not declared in this scope
Plotter.xs:229: error: ‘O_FSPACE2’ was not declared in this scope
Plotter.xs:231: error: ‘O_FTEXTANGLE’ was not declared in this scope
Plotter.xs:233: error: ‘O_JOINMOD’ was not declared in this scope
Plotter.xs:235: error: ‘O_LABEL’ was not declared in this scope
Plotter.xs:237: error: ‘O_LINE’ was not declared in this scope
Plotter.xs:239: error: ‘O_LINEDASH’ was not declared in this scope
Plotter.xs:241: error: ‘O_LINEMOD’ was not declared in this scope
Plotter.xs:243: error: ‘O_LINEREL’ was not declared in this scope
Plotter.xs:245: error: ‘O_LINEWIDTH’ was not declared in this scope
Plotter.xs:247: error: ‘O_MARKER’ was not declared in this scope
Plotter.xs:249: error: ‘O_MARKERREL’ was not declared in this scope
Plotter.xs:251: error: ‘O_MOVE’ was not declared in this scope
Plotter.xs:253: error: ‘O_MOVEREL’ was not declared in this scope
Plotter.xs:255: error: ‘O_POINT’ was not declared in this scope
Plotter.xs:257: error: ‘O_POINTREL’ was not declared in this scope
Plotter.xs:259: error: ‘O_RESTORESTATE’ was not declared in this scope
Plotter.xs:261: error: ‘O_SAVESTATE’ was not declared in this scope
Plotter.xs:263: error: ‘O_SPACE’ was not declared in this scope
Plotter.xs:265: error: ‘O_SPACE2’ was not declared in this scope
Plotter.xs:267: error: ‘O_TEXTANGLE’ was not declared in this scope
Plotter.xs: In function ‘void XS_Graphics__Plotter_parampl(PerlInterpreter*, CV*)’:
Plotter.xs:320: error: ‘Plotter’ has not been declared
Plotter.xs: In function ‘void XS_Graphics__Plotter_warning_handler(PerlInterpreter*, CV*)’:
Plotter.xs:330: error: ‘pl_libplotter_warning_handler’ was not declared in this scope
Plotter.xs: In function ‘void XS_Graphics__Plotter_error_handler(PerlInterpreter*, CV*)’:
Plotter.xs:340: error: ‘pl_libplotter_error_handler’ was not declared in this scope
Plotter.c: In function ‘void XS_Graphics__Plotter_new(PerlInterpreter*, CV*)’:
Plotter.c:436: error: ‘Plotter’ was not declared in this scope
Plotter.c:436: error: ‘RETVAL’ was not declared in this scope
Plotter.c:438: error: expected type-specifier before ‘Plotter’
Plotter.c:438: error: expected `;' before ‘Plotter’
Plotter.c: In function ‘void XS_Graphics__Plotter_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:459: error: ‘Plotter’ was not declared in this scope
Plotter.c:459: error: ‘THIS’ was not declared in this scope
Plotter.c:462: error: expected primary-expression before ‘)’ token
Plotter.c:468: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter_arc(PerlInterpreter*, CV*)’:
Plotter.c:495: error: ‘Plotter’ was not declared in this scope
Plotter.c:495: error: ‘THIS’ was not declared in this scope
Plotter.c:500: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_box(PerlInterpreter*, CV*)’:
Plotter.c:529: error: ‘Plotter’ was not declared in this scope
Plotter.c:529: error: ‘THIS’ was not declared in this scope
Plotter.c:534: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_circle(PerlInterpreter*, CV*)’:
Plotter.c:562: error: ‘Plotter’ was not declared in this scope
Plotter.c:562: error: ‘THIS’ was not declared in this scope
Plotter.c:567: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_closepl(PerlInterpreter*, CV*)’:
Plotter.c:592: error: ‘Plotter’ was not declared in this scope
Plotter.c:592: error: ‘THIS’ was not declared in this scope
Plotter.c:597: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_cont(PerlInterpreter*, CV*)’:
Plotter.c:624: error: ‘Plotter’ was not declared in this scope
Plotter.c:624: error: ‘THIS’ was not declared in this scope
Plotter.c:629: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_erase(PerlInterpreter*, CV*)’:
Plotter.c:654: error: ‘Plotter’ was not declared in this scope
Plotter.c:654: error: ‘THIS’ was not declared in this scope
Plotter.c:659: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_label(PerlInterpreter*, CV*)’:
Plotter.c:685: error: ‘Plotter’ was not declared in this scope
Plotter.c:685: error: ‘THIS’ was not declared in this scope
Plotter.c:690: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_line(PerlInterpreter*, CV*)’:
Plotter.c:719: error: ‘Plotter’ was not declared in this scope
Plotter.c:719: error: ‘THIS’ was not declared in this scope
Plotter.c:724: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_linemod(PerlInterpreter*, CV*)’:
Plotter.c:750: error: ‘Plotter’ was not declared in this scope
Plotter.c:750: error: ‘THIS’ was not declared in this scope
Plotter.c:755: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_move(PerlInterpreter*, CV*)’:
Plotter.c:782: error: ‘Plotter’ was not declared in this scope
Plotter.c:782: error: ‘THIS’ was not declared in this scope
Plotter.c:787: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_openpl(PerlInterpreter*, CV*)’:
Plotter.c:812: error: ‘Plotter’ was not declared in this scope
Plotter.c:812: error: ‘THIS’ was not declared in this scope
Plotter.c:817: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_point(PerlInterpreter*, CV*)’:
Plotter.c:844: error: ‘Plotter’ was not declared in this scope
Plotter.c:844: error: ‘THIS’ was not declared in this scope
Plotter.c:849: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_space(PerlInterpreter*, CV*)’:
Plotter.c:878: error: ‘Plotter’ was not declared in this scope
Plotter.c:878: error: ‘THIS’ was not declared in this scope
Plotter.c:883: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_alabel(PerlInterpreter*, CV*)’:
Plotter.c:911: error: ‘Plotter’ was not declared in this scope
Plotter.c:911: error: ‘THIS’ was not declared in this scope
Plotter.c:916: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_arcrel(PerlInterpreter*, CV*)’:
Plotter.c:947: error: ‘Plotter’ was not declared in this scope
Plotter.c:947: error: ‘THIS’ was not declared in this scope
Plotter.c:952: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bezier2(PerlInterpreter*, CV*)’:
Plotter.c:983: error: ‘Plotter’ was not declared in this scope
Plotter.c:983: error: ‘THIS’ was not declared in this scope
Plotter.c:988: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bezier2rel(PerlInterpreter*, CV*)’:
Plotter.c:1019: error: ‘Plotter’ was not declared in this scope
Plotter.c:1019: error: ‘THIS’ was not declared in this scope
Plotter.c:1024: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bezier3(PerlInterpreter*, CV*)’:
Plotter.c:1057: error: ‘Plotter’ was not declared in this scope
Plotter.c:1057: error: ‘THIS’ was not declared in this scope
Plotter.c:1062: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bezier3rel(PerlInterpreter*, CV*)’:
Plotter.c:1095: error: ‘Plotter’ was not declared in this scope
Plotter.c:1095: error: ‘THIS’ was not declared in this scope
Plotter.c:1100: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bgcolor(PerlInterpreter*, CV*)’:
Plotter.c:1128: error: ‘Plotter’ was not declared in this scope
Plotter.c:1128: error: ‘THIS’ was not declared in this scope
Plotter.c:1133: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_bgcolorname(PerlInterpreter*, CV*)’:
Plotter.c:1159: error: ‘Plotter’ was not declared in this scope
Plotter.c:1159: error: ‘THIS’ was not declared in this scope
Plotter.c:1164: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_boxrel(PerlInterpreter*, CV*)’:
Plotter.c:1193: error: ‘Plotter’ was not declared in this scope
Plotter.c:1193: error: ‘THIS’ was not declared in this scope
Plotter.c:1198: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_capmod(PerlInterpreter*, CV*)’:
Plotter.c:1224: error: ‘Plotter’ was not declared in this scope
Plotter.c:1224: error: ‘THIS’ was not declared in this scope
Plotter.c:1229: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_circlerel(PerlInterpreter*, CV*)’:
Plotter.c:1257: error: ‘Plotter’ was not declared in this scope
Plotter.c:1257: error: ‘THIS’ was not declared in this scope
Plotter.c:1262: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_color(PerlInterpreter*, CV*)’:
Plotter.c:1290: error: ‘Plotter’ was not declared in this scope
Plotter.c:1290: error: ‘THIS’ was not declared in this scope
Plotter.c:1295: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_colorname(PerlInterpreter*, CV*)’:
Plotter.c:1321: error: ‘Plotter’ was not declared in this scope
Plotter.c:1321: error: ‘THIS’ was not declared in this scope
Plotter.c:1326: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_contrel(PerlInterpreter*, CV*)’:
Plotter.c:1353: error: ‘Plotter’ was not declared in this scope
Plotter.c:1353: error: ‘THIS’ was not declared in this scope
Plotter.c:1358: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ellarc(PerlInterpreter*, CV*)’:
Plotter.c:1389: error: ‘Plotter’ was not declared in this scope
Plotter.c:1389: error: ‘THIS’ was not declared in this scope
Plotter.c:1394: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ellarcrel(PerlInterpreter*, CV*)’:
Plotter.c:1425: error: ‘Plotter’ was not declared in this scope
Plotter.c:1425: error: ‘THIS’ was not declared in this scope
Plotter.c:1430: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ellipse(PerlInterpreter*, CV*)’:
Plotter.c:1460: error: ‘Plotter’ was not declared in this scope
Plotter.c:1460: error: ‘THIS’ was not declared in this scope
Plotter.c:1465: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ellipserel(PerlInterpreter*, CV*)’:
Plotter.c:1495: error: ‘Plotter’ was not declared in this scope
Plotter.c:1495: error: ‘THIS’ was not declared in this scope
Plotter.c:1500: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_endpath(PerlInterpreter*, CV*)’:
Plotter.c:1525: error: ‘Plotter’ was not declared in this scope
Plotter.c:1525: error: ‘THIS’ was not declared in this scope
Plotter.c:1530: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fillcolor(PerlInterpreter*, CV*)’:
Plotter.c:1558: error: ‘Plotter’ was not declared in this scope
Plotter.c:1558: error: ‘THIS’ was not declared in this scope
Plotter.c:1563: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fillcolorname(PerlInterpreter*, CV*)’:
Plotter.c:1589: error: ‘Plotter’ was not declared in this scope
Plotter.c:1589: error: ‘THIS’ was not declared in this scope
Plotter.c:1594: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fillmod(PerlInterpreter*, CV*)’:
Plotter.c:1620: error: ‘Plotter’ was not declared in this scope
Plotter.c:1620: error: ‘THIS’ was not declared in this scope
Plotter.c:1625: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_filltype(PerlInterpreter*, CV*)’:
Plotter.c:1651: error: ‘Plotter’ was not declared in this scope
Plotter.c:1651: error: ‘THIS’ was not declared in this scope
Plotter.c:1656: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_flushpl(PerlInterpreter*, CV*)’:
Plotter.c:1681: error: ‘Plotter’ was not declared in this scope
Plotter.c:1681: error: ‘THIS’ was not declared in this scope
Plotter.c:1686: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fontname(PerlInterpreter*, CV*)’:
Plotter.c:1712: error: ‘Plotter’ was not declared in this scope
Plotter.c:1712: error: ‘THIS’ was not declared in this scope
Plotter.c:1717: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fontsize(PerlInterpreter*, CV*)’:
Plotter.c:1743: error: ‘Plotter’ was not declared in this scope
Plotter.c:1743: error: ‘THIS’ was not declared in this scope
Plotter.c:1748: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_havecap(PerlInterpreter*, CV*)’:
Plotter.c:1774: error: ‘Plotter’ was not declared in this scope
Plotter.c:1774: error: ‘THIS’ was not declared in this scope
Plotter.c:1779: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_joinmod(PerlInterpreter*, CV*)’:
Plotter.c:1805: error: ‘Plotter’ was not declared in this scope
Plotter.c:1805: error: ‘THIS’ was not declared in this scope
Plotter.c:1810: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_labelwidth(PerlInterpreter*, CV*)’:
Plotter.c:1836: error: ‘Plotter’ was not declared in this scope
Plotter.c:1836: error: ‘THIS’ was not declared in this scope
Plotter.c:1841: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_linedash(PerlInterpreter*, CV*)’:
Plotter.c:1868: error: ‘Plotter’ was not declared in this scope
Plotter.c:1868: error: ‘THIS’ was not declared in this scope
Plotter.c:1873: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_linerel(PerlInterpreter*, CV*)’:
Plotter.c:1919: error: ‘Plotter’ was not declared in this scope
Plotter.c:1919: error: ‘THIS’ was not declared in this scope
Plotter.c:1924: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_linewidth(PerlInterpreter*, CV*)’:
Plotter.c:1950: error: ‘Plotter’ was not declared in this scope
Plotter.c:1950: error: ‘THIS’ was not declared in this scope
Plotter.c:1955: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_marker(PerlInterpreter*, CV*)’:
Plotter.c:1984: error: ‘Plotter’ was not declared in this scope
Plotter.c:1984: error: ‘THIS’ was not declared in this scope
Plotter.c:1989: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_markerrel(PerlInterpreter*, CV*)’:
Plotter.c:2018: error: ‘Plotter’ was not declared in this scope
Plotter.c:2018: error: ‘THIS’ was not declared in this scope
Plotter.c:2023: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_moverel(PerlInterpreter*, CV*)’:
Plotter.c:2050: error: ‘Plotter’ was not declared in this scope
Plotter.c:2050: error: ‘THIS’ was not declared in this scope
Plotter.c:2055: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_outfile(PerlInterpreter*, CV*)’:
Plotter.c:2081: error: ‘Plotter’ was not declared in this scope
Plotter.c:2081: error: ‘THIS’ was not declared in this scope
Plotter.c:2085: error: expected primary-expression before ‘)’ token
Plotter.c:2094: warning: deprecated conversion from string constant to ‘char*’
Plotter.c:2096: warning: deprecated conversion from string constant to ‘char*’
Plotter.c: In function ‘void XS_Graphics__Plotter_pencolor(PerlInterpreter*, CV*)’:
Plotter.c:2121: error: ‘Plotter’ was not declared in this scope
Plotter.c:2121: error: ‘THIS’ was not declared in this scope
Plotter.c:2126: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_pencolorname(PerlInterpreter*, CV*)’:
Plotter.c:2152: error: ‘Plotter’ was not declared in this scope
Plotter.c:2152: error: ‘THIS’ was not declared in this scope
Plotter.c:2157: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_pointrel(PerlInterpreter*, CV*)’:
Plotter.c:2184: error: ‘Plotter’ was not declared in this scope
Plotter.c:2184: error: ‘THIS’ was not declared in this scope
Plotter.c:2189: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_restorestate(PerlInterpreter*, CV*)’:
Plotter.c:2214: error: ‘Plotter’ was not declared in this scope
Plotter.c:2214: error: ‘THIS’ was not declared in this scope
Plotter.c:2219: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_savestate(PerlInterpreter*, CV*)’:
Plotter.c:2244: error: ‘Plotter’ was not declared in this scope
Plotter.c:2244: error: ‘THIS’ was not declared in this scope
Plotter.c:2249: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_space2(PerlInterpreter*, CV*)’:
Plotter.c:2280: error: ‘Plotter’ was not declared in this scope
Plotter.c:2280: error: ‘THIS’ was not declared in this scope
Plotter.c:2285: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_textangle(PerlInterpreter*, CV*)’:
Plotter.c:2311: error: ‘Plotter’ was not declared in this scope
Plotter.c:2311: error: ‘THIS’ was not declared in this scope
Plotter.c:2316: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ffontname(PerlInterpreter*, CV*)’:
Plotter.c:2342: error: ‘Plotter’ was not declared in this scope
Plotter.c:2342: error: ‘THIS’ was not declared in this scope
Plotter.c:2347: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ffontsize(PerlInterpreter*, CV*)’:
Plotter.c:2373: error: ‘Plotter’ was not declared in this scope
Plotter.c:2373: error: ‘THIS’ was not declared in this scope
Plotter.c:2378: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_flabelwidth(PerlInterpreter*, CV*)’:
Plotter.c:2404: error: ‘Plotter’ was not declared in this scope
Plotter.c:2404: error: ‘THIS’ was not declared in this scope
Plotter.c:2409: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ftextangle(PerlInterpreter*, CV*)’:
Plotter.c:2435: error: ‘Plotter’ was not declared in this scope
Plotter.c:2435: error: ‘THIS’ was not declared in this scope
Plotter.c:2440: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_farc(PerlInterpreter*, CV*)’:
Plotter.c:2471: error: ‘Plotter’ was not declared in this scope
Plotter.c:2471: error: ‘THIS’ was not declared in this scope
Plotter.c:2476: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_farcrel(PerlInterpreter*, CV*)’:
Plotter.c:2507: error: ‘Plotter’ was not declared in this scope
Plotter.c:2507: error: ‘THIS’ was not declared in this scope
Plotter.c:2512: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fbezier2(PerlInterpreter*, CV*)’:
Plotter.c:2543: error: ‘Plotter’ was not declared in this scope
Plotter.c:2543: error: ‘THIS’ was not declared in this scope
Plotter.c:2548: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fbezier2rel(PerlInterpreter*, CV*)’:
Plotter.c:2579: error: ‘Plotter’ was not declared in this scope
Plotter.c:2579: error: ‘THIS’ was not declared in this scope
Plotter.c:2584: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fbezier3(PerlInterpreter*, CV*)’:
Plotter.c:2617: error: ‘Plotter’ was not declared in this scope
Plotter.c:2617: error: ‘THIS’ was not declared in this scope
Plotter.c:2622: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fbezier3rel(PerlInterpreter*, CV*)’:
Plotter.c:2655: error: ‘Plotter’ was not declared in this scope
Plotter.c:2655: error: ‘THIS’ was not declared in this scope
Plotter.c:2660: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fbox(PerlInterpreter*, CV*)’:
Plotter.c:2689: error: ‘Plotter’ was not declared in this scope
Plotter.c:2689: error: ‘THIS’ was not declared in this scope
Plotter.c:2694: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fboxrel(PerlInterpreter*, CV*)’:
Plotter.c:2723: error: ‘Plotter’ was not declared in this scope
Plotter.c:2723: error: ‘THIS’ was not declared in this scope
Plotter.c:2728: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fcircle(PerlInterpreter*, CV*)’:
Plotter.c:2756: error: ‘Plotter’ was not declared in this scope
Plotter.c:2756: error: ‘THIS’ was not declared in this scope
Plotter.c:2761: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fcirclerel(PerlInterpreter*, CV*)’:
Plotter.c:2789: error: ‘Plotter’ was not declared in this scope
Plotter.c:2789: error: ‘THIS’ was not declared in this scope
Plotter.c:2794: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fcont(PerlInterpreter*, CV*)’:
Plotter.c:2821: error: ‘Plotter’ was not declared in this scope
Plotter.c:2821: error: ‘THIS’ was not declared in this scope
Plotter.c:2826: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fcontrel(PerlInterpreter*, CV*)’:
Plotter.c:2853: error: ‘Plotter’ was not declared in this scope
Plotter.c:2853: error: ‘THIS’ was not declared in this scope
Plotter.c:2858: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fellarc(PerlInterpreter*, CV*)’:
Plotter.c:2889: error: ‘Plotter’ was not declared in this scope
Plotter.c:2889: error: ‘THIS’ was not declared in this scope
Plotter.c:2894: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fellarcrel(PerlInterpreter*, CV*)’:
Plotter.c:2925: error: ‘Plotter’ was not declared in this scope
Plotter.c:2925: error: ‘THIS’ was not declared in this scope
Plotter.c:2930: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fellipse(PerlInterpreter*, CV*)’:
Plotter.c:2960: error: ‘Plotter’ was not declared in this scope
Plotter.c:2960: error: ‘THIS’ was not declared in this scope
Plotter.c:2965: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fellipserel(PerlInterpreter*, CV*)’:
Plotter.c:2995: error: ‘Plotter’ was not declared in this scope
Plotter.c:2995: error: ‘THIS’ was not declared in this scope
Plotter.c:3000: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fline(PerlInterpreter*, CV*)’:
Plotter.c:3029: error: ‘Plotter’ was not declared in this scope
Plotter.c:3029: error: ‘THIS’ was not declared in this scope
Plotter.c:3034: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_flinedash(PerlInterpreter*, CV*)’:
Plotter.c:3061: error: ‘Plotter’ was not declared in this scope
Plotter.c:3061: error: ‘THIS’ was not declared in this scope
Plotter.c:3066: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_flinerel(PerlInterpreter*, CV*)’:
Plotter.c:3113: error: ‘Plotter’ was not declared in this scope
Plotter.c:3113: error: ‘THIS’ was not declared in this scope
Plotter.c:3118: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_flinewidth(PerlInterpreter*, CV*)’:
Plotter.c:3144: error: ‘Plotter’ was not declared in this scope
Plotter.c:3144: error: ‘THIS’ was not declared in this scope
Plotter.c:3149: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fmarker(PerlInterpreter*, CV*)’:
Plotter.c:3178: error: ‘Plotter’ was not declared in this scope
Plotter.c:3178: error: ‘THIS’ was not declared in this scope
Plotter.c:3183: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fmarkerrel(PerlInterpreter*, CV*)’:
Plotter.c:3212: error: ‘Plotter’ was not declared in this scope
Plotter.c:3212: error: ‘THIS’ was not declared in this scope
Plotter.c:3217: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fmove(PerlInterpreter*, CV*)’:
Plotter.c:3244: error: ‘Plotter’ was not declared in this scope
Plotter.c:3244: error: ‘THIS’ was not declared in this scope
Plotter.c:3249: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fmoverel(PerlInterpreter*, CV*)’:
Plotter.c:3276: error: ‘Plotter’ was not declared in this scope
Plotter.c:3276: error: ‘THIS’ was not declared in this scope
Plotter.c:3281: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fpoint(PerlInterpreter*, CV*)’:
Plotter.c:3308: error: ‘Plotter’ was not declared in this scope
Plotter.c:3308: error: ‘THIS’ was not declared in this scope
Plotter.c:3313: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fpointrel(PerlInterpreter*, CV*)’:
Plotter.c:3340: error: ‘Plotter’ was not declared in this scope
Plotter.c:3340: error: ‘THIS’ was not declared in this scope
Plotter.c:3345: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fspace(PerlInterpreter*, CV*)’:
Plotter.c:3374: error: ‘Plotter’ was not declared in this scope
Plotter.c:3374: error: ‘THIS’ was not declared in this scope
Plotter.c:3379: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fspace2(PerlInterpreter*, CV*)’:
Plotter.c:3410: error: ‘Plotter’ was not declared in this scope
Plotter.c:3410: error: ‘THIS’ was not declared in this scope
Plotter.c:3415: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fconcat(PerlInterpreter*, CV*)’:
Plotter.c:3446: error: ‘Plotter’ was not declared in this scope
Plotter.c:3446: error: ‘THIS’ was not declared in this scope
Plotter.c:3451: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fmiterlimit(PerlInterpreter*, CV*)’:
Plotter.c:3477: error: ‘Plotter’ was not declared in this scope
Plotter.c:3477: error: ‘THIS’ was not declared in this scope
Plotter.c:3482: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_frotate(PerlInterpreter*, CV*)’:
Plotter.c:3508: error: ‘Plotter’ was not declared in this scope
Plotter.c:3508: error: ‘THIS’ was not declared in this scope
Plotter.c:3513: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_fscale(PerlInterpreter*, CV*)’:
Plotter.c:3540: error: ‘Plotter’ was not declared in this scope
Plotter.c:3540: error: ‘THIS’ was not declared in this scope
Plotter.c:3545: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter_ftranslate(PerlInterpreter*, CV*)’:
Plotter.c:3572: error: ‘Plotter’ was not declared in this scope
Plotter.c:3572: error: ‘THIS’ was not declared in this scope
Plotter.c:3577: error: expected primary-expression before ‘)’ token
Plotter.c: In function ‘void XS_Graphics__Plotter__GIF_new(PerlInterpreter*, CV*)’:
Plotter.c:3634: error: ‘GIFPlotter’ was not declared in this scope
Plotter.c:3634: error: ‘RETVAL’ was not declared in this scope
perl newxs GIF |:8: error: expected type-specifier before ‘GIFPlotter’
perl newxs GIF |:8: error: expected `;' before ‘GIFPlotter’
Plotter.c:3646: error: ‘GIFPlotter’ was not declared in this scope
Plotter.c:3646: error: ‘RETVAL’ was not declared in this scope
perl newxs GIF |:14: error: expected type-specifier before ‘GIFPlotter’
perl newxs GIF |:14: error: expected `;' before ‘GIFPlotter’
Plotter.c:3663: error: ‘GIFPlotter’ was not declared in this scope
Plotter.c:3663: error: ‘RETVAL’ was not declared in this scope
Plotter.c:3674: error: ‘GIFPlotter’ was not declared in this scope
Plotter.c:3674: error: ‘RETVAL’ was not declared in this scope
perl newxs GIF |:25: error: expected type-specifier before ‘GIFPlotter’
perl newxs GIF |:25: error: expected `;' before ‘GIFPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__GIF_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:3716: error: ‘GIFPlotter’ was not declared in this scope
Plotter.c:3716: error: ‘THIS’ was not declared in this scope
Plotter.c:3719: error: expected primary-expression before ‘)’ token
Plotter.c:3725: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__PNM_new(PerlInterpreter*, CV*)’:
Plotter.c:3748: error: ‘PNMPlotter’ was not declared in this scope
Plotter.c:3748: error: ‘RETVAL’ was not declared in this scope
perl newxs PNM |:8: error: expected type-specifier before ‘PNMPlotter’
perl newxs PNM |:8: error: expected `;' before ‘PNMPlotter’
Plotter.c:3760: error: ‘PNMPlotter’ was not declared in this scope
Plotter.c:3760: error: ‘RETVAL’ was not declared in this scope
perl newxs PNM |:14: error: expected type-specifier before ‘PNMPlotter’
perl newxs PNM |:14: error: expected `;' before ‘PNMPlotter’
Plotter.c:3777: error: ‘PNMPlotter’ was not declared in this scope
Plotter.c:3777: error: ‘RETVAL’ was not declared in this scope
Plotter.c:3788: error: ‘PNMPlotter’ was not declared in this scope
Plotter.c:3788: error: ‘RETVAL’ was not declared in this scope
perl newxs PNM |:25: error: expected type-specifier before ‘PNMPlotter’
perl newxs PNM |:25: error: expected `;' before ‘PNMPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__PNM_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:3830: error: ‘PNMPlotter’ was not declared in this scope
Plotter.c:3830: error: ‘THIS’ was not declared in this scope
Plotter.c:3833: error: expected primary-expression before ‘)’ token
Plotter.c:3839: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__AI_new(PerlInterpreter*, CV*)’:
Plotter.c:3862: error: ‘AIPlotter’ was not declared in this scope
Plotter.c:3862: error: ‘RETVAL’ was not declared in this scope
perl newxs AI |:8: error: expected type-specifier before ‘AIPlotter’
perl newxs AI |:8: error: expected `;' before ‘AIPlotter’
Plotter.c:3874: error: ‘AIPlotter’ was not declared in this scope
Plotter.c:3874: error: ‘RETVAL’ was not declared in this scope
perl newxs AI |:14: error: expected type-specifier before ‘AIPlotter’
perl newxs AI |:14: error: expected `;' before ‘AIPlotter’
Plotter.c:3891: error: ‘AIPlotter’ was not declared in this scope
Plotter.c:3891: error: ‘RETVAL’ was not declared in this scope
Plotter.c:3902: error: ‘AIPlotter’ was not declared in this scope
Plotter.c:3902: error: ‘RETVAL’ was not declared in this scope
perl newxs AI |:25: error: expected type-specifier before ‘AIPlotter’
perl newxs AI |:25: error: expected `;' before ‘AIPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__AI_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:3944: error: ‘AIPlotter’ was not declared in this scope
Plotter.c:3944: error: ‘THIS’ was not declared in this scope
Plotter.c:3947: error: expected primary-expression before ‘)’ token
Plotter.c:3953: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__PS_new(PerlInterpreter*, CV*)’:
Plotter.c:3976: error: ‘PSPlotter’ was not declared in this scope
Plotter.c:3976: error: ‘RETVAL’ was not declared in this scope
perl newxs PS |:8: error: expected type-specifier before ‘PSPlotter’
perl newxs PS |:8: error: expected `;' before ‘PSPlotter’
Plotter.c:3988: error: ‘PSPlotter’ was not declared in this scope
Plotter.c:3988: error: ‘RETVAL’ was not declared in this scope
perl newxs PS |:14: error: expected type-specifier before ‘PSPlotter’
perl newxs PS |:14: error: expected `;' before ‘PSPlotter’
Plotter.c:4005: error: ‘PSPlotter’ was not declared in this scope
Plotter.c:4005: error: ‘RETVAL’ was not declared in this scope
Plotter.c:4016: error: ‘PSPlotter’ was not declared in this scope
Plotter.c:4016: error: ‘RETVAL’ was not declared in this scope
perl newxs PS |:25: error: expected type-specifier before ‘PSPlotter’
perl newxs PS |:25: error: expected `;' before ‘PSPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__PS_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:4058: error: ‘PSPlotter’ was not declared in this scope
Plotter.c:4058: error: ‘THIS’ was not declared in this scope
Plotter.c:4061: error: expected primary-expression before ‘)’ token
Plotter.c:4067: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__Fig_new(PerlInterpreter*, CV*)’:
Plotter.c:4090: error: ‘FigPlotter’ was not declared in this scope
Plotter.c:4090: error: ‘RETVAL’ was not declared in this scope
perl newxs Fig |:8: error: expected type-specifier before ‘FigPlotter’
perl newxs Fig |:8: error: expected `;' before ‘FigPlotter’
Plotter.c:4102: error: ‘FigPlotter’ was not declared in this scope
Plotter.c:4102: error: ‘RETVAL’ was not declared in this scope
perl newxs Fig |:14: error: expected type-specifier before ‘FigPlotter’
perl newxs Fig |:14: error: expected `;' before ‘FigPlotter’
Plotter.c:4119: error: ‘FigPlotter’ was not declared in this scope
Plotter.c:4119: error: ‘RETVAL’ was not declared in this scope
Plotter.c:4130: error: ‘FigPlotter’ was not declared in this scope
Plotter.c:4130: error: ‘RETVAL’ was not declared in this scope
perl newxs Fig |:25: error: expected type-specifier before ‘FigPlotter’
perl newxs Fig |:25: error: expected `;' before ‘FigPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__Fig_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:4172: error: ‘FigPlotter’ was not declared in this scope
Plotter.c:4172: error: ‘THIS’ was not declared in this scope
Plotter.c:4175: error: expected primary-expression before ‘)’ token
Plotter.c:4181: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__PCL_new(PerlInterpreter*, CV*)’:
Plotter.c:4204: error: ‘PCLPlotter’ was not declared in this scope
Plotter.c:4204: error: ‘RETVAL’ was not declared in this scope
perl newxs PCL |:8: error: expected type-specifier before ‘PCLPlotter’
perl newxs PCL |:8: error: expected `;' before ‘PCLPlotter’
Plotter.c:4216: error: ‘PCLPlotter’ was not declared in this scope
Plotter.c:4216: error: ‘RETVAL’ was not declared in this scope
perl newxs PCL |:14: error: expected type-specifier before ‘PCLPlotter’
perl newxs PCL |:14: error: expected `;' before ‘PCLPlotter’
Plotter.c:4233: error: ‘PCLPlotter’ was not declared in this scope
Plotter.c:4233: error: ‘RETVAL’ was not declared in this scope
Plotter.c:4244: error: ‘PCLPlotter’ was not declared in this scope
Plotter.c:4244: error: ‘RETVAL’ was not declared in this scope
perl newxs PCL |:25: error: expected type-specifier before ‘PCLPlotter’
perl newxs PCL |:25: error: expected `;' before ‘PCLPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__PCL_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:4286: error: ‘PCLPlotter’ was not declared in this scope
Plotter.c:4286: error: ‘THIS’ was not declared in this scope
Plotter.c:4289: error: expected primary-expression before ‘)’ token
Plotter.c:4295: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__HPGL_new(PerlInterpreter*, CV*)’:
Plotter.c:4318: error: ‘HPGLPlotter’ was not declared in this scope
Plotter.c:4318: error: ‘RETVAL’ was not declared in this scope
perl newxs HPGL |:8: error: expected type-specifier before ‘HPGLPlotter’
perl newxs HPGL |:8: error: expected `;' before ‘HPGLPlotter’
Plotter.c:4330: error: ‘HPGLPlotter’ was not declared in this scope
Plotter.c:4330: error: ‘RETVAL’ was not declared in this scope
perl newxs HPGL |:14: error: expected type-specifier before ‘HPGLPlotter’
perl newxs HPGL |:14: error: expected `;' before ‘HPGLPlotter’
Plotter.c:4347: error: ‘HPGLPlotter’ was not declared in this scope
Plotter.c:4347: error: ‘RETVAL’ was not declared in this scope
Plotter.c:4358: error: ‘HPGLPlotter’ was not declared in this scope
Plotter.c:4358: error: ‘RETVAL’ was not declared in this scope
perl newxs HPGL |:25: error: expected type-specifier before ‘HPGLPlotter’
perl newxs HPGL |:25: error: expected `;' before ‘HPGLPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__HPGL_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:4400: error: ‘HPGLPlotter’ was not declared in this scope
Plotter.c:4400: error: ‘THIS’ was not declared in this scope
Plotter.c:4403: error: expected primary-expression before ‘)’ token
Plotter.c:4409: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__Tek_new(PerlInterpreter*, CV*)’:
Plotter.c:4432: error: ‘TekPlotter’ was not declared in this scope
Plotter.c:4432: error: ‘RETVAL’ was not declared in this scope
perl newxs Tek |:8: error: expected type-specifier before ‘TekPlotter’
perl newxs Tek |:8: error: expected `;' before ‘TekPlotter’
Plotter.c:4444: error: ‘TekPlotter’ was not declared in this scope
Plotter.c:4444: error: ‘RETVAL’ was not declared in this scope
perl newxs Tek |:14: error: expected type-specifier before ‘TekPlotter’
perl newxs Tek |:14: error: expected `;' before ‘TekPlotter’
Plotter.c:4461: error: ‘TekPlotter’ was not declared in this scope
Plotter.c:4461: error: ‘RETVAL’ was not declared in this scope
Plotter.c:4472: error: ‘TekPlotter’ was not declared in this scope
Plotter.c:4472: error: ‘RETVAL’ was not declared in this scope
perl newxs Tek |:25: error: expected type-specifier before ‘TekPlotter’
perl newxs Tek |:25: error: expected `;' before ‘TekPlotter’
Plotter.c: In function ‘void XS_Graphics__Plotter__Tek_DESTROY(PerlInterpreter*, CV*)’:
Plotter.c:4514: error: ‘TekPlotter’ was not declared in this scope
Plotter.c:4514: error: ‘THIS’ was not declared in this scope
Plotter.c:4517: error: expected primary-expression before ‘)’ token
Plotter.c:4523: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
Plotter.c: In function ‘void XS_Graphics__Plotter__Meta_new(PerlInterpreter*, CV*)’:
Plotter.c:4546: error: ‘MetaPlotter’ was not declared in this scope
Plotter.c:4546: error: ‘RETVAL’ was not declared in this scope
perl newxs Meta |:8: error: expected type-specifier before ‘MetaPlotter’
perl newxs Meta |:8: error: expected `;' before ‘MetaPlotter’
Plotter.c:4558: error: ‘MetaPlotter’ was not declared in this scope
Plotter.c:4558: error: ‘RETVAL’ was not declared in this scope
perl newxs Meta |:14: error: expected type-specifier before ‘MetaPlotter’
perl newxs Meta |:14: error: expected `;' before ‘MetaPlotter’
Plotter.c:4575: error: ‘MetaPlotter’ was not de
[Output truncated after 50K]
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LD_LIBRARY_PATH = /home/david/opt/subversion/lib
PATH = .:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:.:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 9598
PERL5_CPAN_IS_EXECUTING = /home/david/.cpan/build/Graphics-Plotter-1.0.2-XsZB23/Makefile.PL
PERL5_CPAN_IS_RUNNING = 9598
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4238,9598
PERL_CR_SMOKER_CURRENT = Graphics-Plotter-1.0.2
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/david/perl/5.8.x-threads/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000
$EGID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_63
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50_01
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature n/a
Test::Harness 3.12
Test::More 0.80
YAML 0.66
YAML::Syck 1.05
version n/a
--
Summary of my perl5 (revision 5 version 8 subversion 8 patch 34066) configuration:
Platform:
osname=linux, osvers=2.6.24-16-generic, archname=i686-linux-thread-multi-64int-ld
uname='linux manticore 2.6.24-16-generic #1 smp thu apr 10 13:23:42 utc 2008 i686 gnulinux '
config_args='-de -Uversiononly -Dusedevel -Dusemorebits -Dprefix=/home/david/perl/5.8.x-threads -Dmydomain=.hyperbolic.net -Dcf_email=dagolden@cpan.org -Dperladmin=dagolden@cpan.org -Dcc=gcc -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.2.3 (Ubuntu 4.2.3-2ubuntu7)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
-
FAIL Graphics-Plotter-1.0.2 i686-linux-thread-multi-64int-ld 2.6.24-16-generic
by DAGOLDEN