Report for OS2-WinObject-0.02

Back
From: metabase:user:8286d1fc-3d52-11e2-9ec4-cb9cdd236785
Subject: UNKNOWN OS2-WinObject-0.02 v5.8.8 GNU/Linux
Date: 2012-12-09T13:06:40Z

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 Ilya Zakharevich,

This is a computer-generated report for OS2-WinObject-0.02
on perl 5.8.8, created by CPAN-Reporter-1.2006.

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:

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 -j9 -j9':

/opt/perl-5.8.8/bin/perl /opt/perl-5.8.8/lib/5.8.8/ExtUtils/xsubpp  -typemap /opt/perl-5.8.8/lib/5.8.8/ExtUtils/typemap -typemap typemap  WinObject.xs > WinObject.xsc && mv WinObject.xsc WinObject.c
Running Mkbootstrap for OS2::WinObject ()
chmod 644 WinObject.bs
cp WinObject.pm blib/lib/OS2/WinObject.pm
cp WinObject.bs blib/arch/auto/OS2/WinObject/WinObject.bs
chmod 644 blib/arch/auto/OS2/WinObject/WinObject.bs
gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fpic "-I/opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE"  -I. -DINCL_BASE -DINCL_PM WinObject.c
WinObject.xs:5:20: error: os2emx.h: No such file or directory
WinObject.xs:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HOBJECT_or_error’
WinObject.xs:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HWND_or_error’
WinObject.xs:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HBITMAP_or_error’
WinObject.xs:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HPOINTER_or_error’
WinObject.xs:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULONG_error’
WinObject.xs:640: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EnumObjectClasses’
WinObject.xs: In function ‘ActiveDesktopPathname’:
WinObject.xs:658: error: ‘CCHMAXPATH’ undeclared (first use in this function)
WinObject.xs:658: error: (Each undeclared identifier is reported only once
WinObject.xs:658: error: for each function it appears in.)
WinObject.xs: At top level:
WinObject.xs:666: error: expected ‘)’ before ‘hobject’
WinObject.xs:675: error: expected specifier-qualifier-list before ‘SWP’
WinObject.xs:678: error: expected ‘)’ before ‘hwnd’
WinObject.c: In function ‘XS_OS2__WinObject_CopyObject’:
WinObject.c:871: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:871: error: expected ‘;’ before ‘hObjectofObject’
WinObject.c:872: error: expected ‘;’ before ‘hObjectofDest’
WinObject.c:873: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:873: error: expected ‘;’ before ‘ulReserved’
WinObject.c:874: error: ‘HOBJECT_or_error’ undeclared (first use in this function)
WinObject.c:874: error: expected ‘;’ before ‘RETVAL’
WinObject.c:878: error: ‘hObjectofObject’ undeclared (first use in this function)
WinObject.c:878: error: expected expression before ‘unsigned’
WinObject.c:886: error: ‘hObjectofDest’ undeclared (first use in this function)
WinObject.c:886: error: expected expression before ‘unsigned’
WinObject.c:893: error: ‘ulReserved’ undeclared (first use in this function)
WinObject.c:899: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:902: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_CreateObject’:
WinObject.c:918: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:918: error: expected ‘;’ before ‘pszClassName’
WinObject.c:920: error: expected ‘;’ before ‘pszTitle’
WinObject.c:922: error: expected ‘;’ before ‘pszSetupString’
WinObject.c:924: error: expected ‘;’ before ‘pszLocation’
WinObject.c:926: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:926: error: expected ‘;’ before ‘ulFlags’
WinObject.c:928: error: ‘HOBJECT_or_error’ undeclared (first use in this function)
WinObject.c:928: error: expected ‘;’ before ‘RETVAL’
WinObject.c:930: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:930: error: ‘pszClassName’ undeclared (first use in this function)
WinObject.c:930: error: ‘pszTitle’ undeclared (first use in this function)
WinObject.c:930: error: ‘pszSetupString’ undeclared (first use in this function)
WinObject.c:930: error: ‘pszLocation’ undeclared (first use in this function)
WinObject.c:930: error: ‘ulFlags’ undeclared (first use in this function)
WinObject.c:933: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_DeregisterObjectClass’:
WinObject.c:949: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:949: error: expected ‘;’ before ‘pszClassName’
WinObject.c:951: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:951: error: expected ‘;’ before ‘RETVAL’
WinObject.c:953: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:953: error: ‘pszClassName’ undeclared (first use in this function)
WinObject.c:957: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_DestroyObject’:
WinObject.c:970: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:970: error: expected ‘;’ before ‘hObject’
WinObject.c:971: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:971: error: expected ‘;’ before ‘RETVAL’
WinObject.c:975: error: ‘hObject’ undeclared (first use in this function)
WinObject.c:975: error: expected expression before ‘unsigned’
WinObject.c:981: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:985: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_EnumObjectClasses’:
WinObject.c:998: error: ‘POBJCLASS’ undeclared (first use in this function)
WinObject.c:998: error: expected ‘;’ before ‘pObjClass’
WinObject.c:999: error: ‘PULONG’ undeclared (first use in this function)
WinObject.c:999: error: expected ‘;’ before ‘pulSize’
WinObject.c:1001: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1001: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1005: error: ‘pObjClass’ undeclared (first use in this function)
WinObject.c:1005: error: expected expression before ‘unsigned’
WinObject.c:1011: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1011: error: ‘pulSize’ undeclared (first use in this function)
WinObject.c:1015: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_FreeFileIcon’:
WinObject.c:1028: error: ‘HPOINTER’ undeclared (first use in this function)
WinObject.c:1028: error: expected ‘;’ before ‘hptr’
WinObject.c:1029: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1029: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1033: error: ‘hptr’ undeclared (first use in this function)
WinObject.c:1033: error: expected expression before ‘unsigned’
WinObject.c:1039: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1043: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_IsSOMDDReady’:
WinObject.c:1056: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1056: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1058: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1062: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_IsWPDServerReady’:
WinObject.c:1075: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1075: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1077: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1081: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_LoadFileIcon’:
WinObject.c:1094: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1094: error: expected ‘;’ before ‘pszFileName’
WinObject.c:1096: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1098: error: ‘HPOINTER_or_error’ undeclared (first use in this function)
WinObject.c:1098: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1100: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1100: error: ‘pszFileName’ undeclared (first use in this function)
WinObject.c:1103: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_MoveObject’:
WinObject.c:1119: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:1119: error: expected ‘;’ before ‘hObjectofObject’
WinObject.c:1120: error: expected ‘;’ before ‘hObjectofDest’
WinObject.c:1121: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1121: error: expected ‘;’ before ‘ulReserved’
WinObject.c:1122: error: ‘HOBJECT_or_error’ undeclared (first use in this function)
WinObject.c:1122: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1126: error: ‘hObjectofObject’ undeclared (first use in this function)
WinObject.c:1126: error: expected expression before ‘unsigned’
WinObject.c:1134: error: ‘hObjectofDest’ undeclared (first use in this function)
WinObject.c:1134: error: expected expression before ‘unsigned’
WinObject.c:1141: error: ‘ulReserved’ undeclared (first use in this function)
WinObject.c:1147: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1150: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_OpenObject’:
WinObject.c:1166: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:1166: error: expected ‘;’ before ‘hObject’
WinObject.c:1167: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1167: error: expected ‘;’ before ‘ulView’
WinObject.c:1169: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1171: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1171: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1175: error: ‘hObject’ undeclared (first use in this function)
WinObject.c:1175: error: expected expression before ‘unsigned’
WinObject.c:1181: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1181: error: ‘ulView’ undeclared (first use in this function)
WinObject.c:1185: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryActiveDesktopPathname’:
WinObject.c:1198: error: ‘PSZ’ undeclared (first use in this function)
WinObject.c:1198: error: expected ‘;’ before ‘pszPathName’
WinObject.c:1200: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1200: error: expected ‘;’ before ‘ulSize’
WinObject.c:1202: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1202: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1204: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1204: error: ‘pszPathName’ undeclared (first use in this function)
WinObject.c:1204: error: ‘ulSize’ undeclared (first use in this function)
WinObject.c:1208: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryDesktopBkgnd’:
WinObject.c:1221: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1221: error: expected ‘;’ before ‘hwndDesktop’
WinObject.c:1222: error: ‘PDESKTOP’ undeclared (first use in this function)
WinObject.c:1222: error: expected ‘;’ before ‘pdsk’
WinObject.c:1223: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1223: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1227: error: ‘hwndDesktop’ undeclared (first use in this function)
WinObject.c:1227: error: expected expression before ‘unsigned’
WinObject.c:1235: error: ‘pdsk’ undeclared (first use in this function)
WinObject.c:1235: error: expected expression before ‘unsigned’
WinObject.c:1241: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1245: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryDesktopWindow’:
WinObject.c:1258: error: ‘HAB’ undeclared (first use in this function)
WinObject.c:1258: error: expected ‘;’ before ‘hab’
WinObject.c:1259: error: ‘HDC’ undeclared (first use in this function)
WinObject.c:1259: error: expected ‘;’ before ‘hdc’
WinObject.c:1260: error: ‘HWND_or_error’ undeclared (first use in this function)
WinObject.c:1260: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1263: error: ‘hab’ undeclared (first use in this function)
WinObject.c:1267: error: expected expression before ‘unsigned’
WinObject.c:1275: error: ‘hdc’ undeclared (first use in this function)
WinObject.c:1275: error: ‘NULLHANDLE’ undeclared (first use in this function)
WinObject.c:1279: error: expected expression before ‘unsigned’
WinObject.c:1286: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1289: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryObject’:
WinObject.c:1305: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1305: error: expected ‘;’ before ‘pszObjectID’
WinObject.c:1307: error: ‘HOBJECT_or_error’ undeclared (first use in this function)
WinObject.c:1307: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1309: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1309: error: ‘pszObjectID’ undeclared (first use in this function)
WinObject.c:1312: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryObjectPath’:
WinObject.c:1328: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:1328: error: expected ‘;’ before ‘hobject’
WinObject.c:1329: error: ‘PSZ’ undeclared (first use in this function)
WinObject.c:1329: error: expected ‘;’ before ‘pszPathName’
WinObject.c:1331: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1331: error: expected ‘;’ before ‘ulSize’
WinObject.c:1333: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1333: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1337: error: ‘hobject’ undeclared (first use in this function)
WinObject.c:1337: error: expected expression before ‘unsigned’
WinObject.c:1343: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1343: error: ‘pszPathName’ undeclared (first use in this function)
WinObject.c:1343: error: ‘ulSize’ undeclared (first use in this function)
WinObject.c:1347: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryObjectWindow’:
WinObject.c:1360: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1360: error: expected ‘;’ before ‘hwndDesktop’
WinObject.c:1361: error: ‘HWND_or_error’ undeclared (first use in this function)
WinObject.c:1361: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1364: error: ‘hwndDesktop’ undeclared (first use in this function)
WinObject.c:1364: error: ‘HWND_DESKTOP’ undeclared (first use in this function)
WinObject.c:1368: error: expected expression before ‘unsigned’
WinObject.c:1375: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1378: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QueryWindowPos’:
WinObject.c:1394: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1394: error: expected ‘;’ before ‘hwnd’
WinObject.c:1395: error: ‘PSWP’ undeclared (first use in this function)
WinObject.c:1395: error: expected ‘;’ before ‘pswp’
WinObject.c:1396: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1396: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1400: error: ‘hwnd’ undeclared (first use in this function)
WinObject.c:1400: error: expected expression before ‘unsigned’
WinObject.c:1408: error: ‘pswp’ undeclared (first use in this function)
WinObject.c:1408: error: expected expression before ‘unsigned’
WinObject.c:1414: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1418: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_RegisterObjectClass’:
WinObject.c:1431: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1431: error: expected ‘;’ before ‘pszClassName’
WinObject.c:1433: error: expected ‘;’ before ‘pszModName’
WinObject.c:1435: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1435: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1437: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1437: error: ‘pszClassName’ undeclared (first use in this function)
WinObject.c:1437: error: ‘pszModName’ undeclared (first use in this function)
WinObject.c:1441: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_ReplaceObjectClass’:
WinObject.c:1454: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1454: error: expected ‘;’ before ‘pszOldClassName’
WinObject.c:1456: error: expected ‘;’ before ‘pszNewClassName’
WinObject.c:1458: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1460: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1460: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1462: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1462: error: ‘pszOldClassName’ undeclared (first use in this function)
WinObject.c:1462: error: ‘pszNewClassName’ undeclared (first use in this function)
WinObject.c:1466: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_RestartSOMDD’:
WinObject.c:1481: error: ‘ULONG_error’ undeclared (first use in this function)
WinObject.c:1481: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1483: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_RestartWPDServer’:
WinObject.c:1502: error: ‘ULONG_error’ undeclared (first use in this function)
WinObject.c:1502: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1504: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_RestoreWindowPos’:
WinObject.c:1521: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1521: error: expected ‘;’ before ‘pszAppName’
WinObject.c:1523: error: expected ‘;’ before ‘pszKeyName’
WinObject.c:1525: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1525: error: expected ‘;’ before ‘hwnd’
WinObject.c:1526: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1526: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1530: error: ‘hwnd’ undeclared (first use in this function)
WinObject.c:1530: error: expected expression before ‘unsigned’
WinObject.c:1536: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1536: error: ‘pszAppName’ undeclared (first use in this function)
WinObject.c:1536: error: ‘pszKeyName’ undeclared (first use in this function)
WinObject.c:1540: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SaveObject’:
WinObject.c:1553: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:1553: error: expected ‘;’ before ‘hObject’
WinObject.c:1554: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1556: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1556: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1560: error: ‘hObject’ undeclared (first use in this function)
WinObject.c:1560: error: expected expression before ‘unsigned’
WinObject.c:1566: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1570: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SaveWindowPos’:
WinObject.c:1583: error: ‘HSAVEWP’ undeclared (first use in this function)
WinObject.c:1583: error: expected ‘;’ before ‘hsvwp’
WinObject.c:1584: error: ‘PSWP’ undeclared (first use in this function)
WinObject.c:1584: error: expected ‘;’ before ‘pswp’
WinObject.c:1585: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1585: error: expected ‘;’ before ‘cswp’
WinObject.c:1587: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1587: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1591: error: ‘hsvwp’ undeclared (first use in this function)
WinObject.c:1591: error: expected expression before ‘unsigned’
WinObject.c:1599: error: ‘pswp’ undeclared (first use in this function)
WinObject.c:1599: error: expected expression before ‘unsigned’
WinObject.c:1605: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1605: error: ‘cswp’ undeclared (first use in this function)
WinObject.c:1609: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetDesktopBkgnd’:
WinObject.c:1622: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1622: error: expected ‘;’ before ‘hwndDesktop’
WinObject.c:1623: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
WinObject.c:1623: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1623: error: ‘pdskNew’ undeclared (first use in this function)
WinObject.c:1624: error: ‘HBITMAP_or_error’ undeclared (first use in this function)
WinObject.c:1624: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1628: error: ‘hwndDesktop’ undeclared (first use in this function)
WinObject.c:1628: error: expected expression before ‘unsigned’
WinObject.c:1636: error: expected ‘)’ before ‘DESKTOP’
WinObject.c:1642: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1645: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetFileIcon’:
WinObject.c:1661: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1661: error: expected ‘;’ before ‘pszFileName’
WinObject.c:1663: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
WinObject.c:1663: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1663: error: ‘pIconInfo’ undeclared (first use in this function)
WinObject.c:1664: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1664: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1668: error: expected ‘)’ before ‘ICONINFO’
WinObject.c:1674: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1674: error: ‘pszFileName’ undeclared (first use in this function)
WinObject.c:1678: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetMultWindowPos’:
WinObject.c:1691: error: ‘HAB’ undeclared (first use in this function)
WinObject.c:1691: error: expected ‘;’ before ‘hab’
WinObject.c:1692: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
WinObject.c:1692: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1692: error: ‘pswp’ undeclared (first use in this function)
WinObject.c:1693: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1693: error: expected ‘;’ before ‘cswp’
WinObject.c:1695: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1695: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1699: error: ‘hab’ undeclared (first use in this function)
WinObject.c:1699: error: expected expression before ‘unsigned’
WinObject.c:1707: error: expected ‘)’ before ‘SWP’
WinObject.c:1713: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1713: error: ‘cswp’ undeclared (first use in this function)
WinObject.c:1717: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetObjectData’:
WinObject.c:1730: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:1730: error: expected ‘;’ before ‘hObject’
WinObject.c:1731: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1731: error: expected ‘;’ before ‘pszSetupString’
WinObject.c:1733: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1733: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1737: error: ‘hObject’ undeclared (first use in this function)
WinObject.c:1737: error: expected expression before ‘unsigned’
WinObject.c:1743: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1743: error: ‘pszSetupString’ undeclared (first use in this function)
WinObject.c:1747: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetWindowPos’:
WinObject.c:1760: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1760: error: expected ‘;’ before ‘hwnd’
WinObject.c:1761: error: expected ‘;’ before ‘hwndInsertBehind’
WinObject.c:1762: error: ‘LONG’ undeclared (first use in this function)
WinObject.c:1762: error: expected ‘;’ before ‘x’
WinObject.c:1764: error: expected ‘;’ before ‘y’
WinObject.c:1766: error: expected ‘;’ before ‘cx’
WinObject.c:1768: error: expected ‘;’ before ‘cy’
WinObject.c:1770: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:1770: error: expected ‘;’ before ‘fl’
WinObject.c:1772: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1772: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1776: error: ‘hwnd’ undeclared (first use in this function)
WinObject.c:1776: error: expected expression before ‘unsigned’
WinObject.c:1784: error: ‘hwndInsertBehind’ undeclared (first use in this function)
WinObject.c:1784: error: expected expression before ‘unsigned’
WinObject.c:1790: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1790: error: ‘x’ undeclared (first use in this function)
WinObject.c:1790: error: ‘y’ undeclared (first use in this function)
WinObject.c:1790: error: ‘cx’ undeclared (first use in this function)
WinObject.c:1790: error: ‘cy’ undeclared (first use in this function)
WinObject.c:1790: error: ‘fl’ undeclared (first use in this function)
WinObject.c:1794: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_ShutdownSystem’:
WinObject.c:1807: error: ‘HAB’ undeclared (first use in this function)
WinObject.c:1807: error: expected ‘;’ before ‘hab’
WinObject.c:1808: error: ‘HMQ’ undeclared (first use in this function)
WinObject.c:1808: error: expected ‘;’ before ‘hmq’
WinObject.c:1809: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1809: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1812: error: ‘hab’ undeclared (first use in this function)
WinObject.c:1816: error: expected expression before ‘unsigned’
WinObject.c:1824: error: ‘hmq’ undeclared (first use in this function)
WinObject.c:1824: error: ‘Perl_hmq’ undeclared (first use in this function)
WinObject.c:1828: error: expected expression before ‘unsigned’
WinObject.c:1835: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1839: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_StoreWindowPos’:
WinObject.c:1852: error: ‘PCSZ’ undeclared (first use in this function)
WinObject.c:1852: error: expected ‘;’ before ‘pszAppName’
WinObject.c:1854: error: expected ‘;’ before ‘pszKeyName’
WinObject.c:1856: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1856: error: expected ‘;’ before ‘hwnd’
WinObject.c:1857: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1857: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1861: error: ‘hwnd’ undeclared (first use in this function)
WinObject.c:1861: error: expected expression before ‘unsigned’
WinObject.c:1867: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1867: error: ‘pszAppName’ undeclared (first use in this function)
WinObject.c:1867: error: ‘pszKeyName’ undeclared (first use in this function)
WinObject.c:1871: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_QuerySysValue’:
WinObject.c:1884: error: ‘LONG’ undeclared (first use in this function)
WinObject.c:1884: error: expected ‘;’ before ‘iSysValue’
WinObject.c:1886: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1886: error: expected ‘;’ before ‘hwndDesktop’
WinObject.c:1887: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1888: warning: ISO C90 forbids mixed declarations and code
WinObject.c:1891: error: ‘hwndDesktop’ undeclared (first use in this function)
WinObject.c:1891: error: ‘HWND_DESKTOP’ undeclared (first use in this function)
WinObject.c:1895: error: expected expression before ‘unsigned’
WinObject.c:1902: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1902: error: ‘iSysValue’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_SetSysValue’:
WinObject.c:1916: error: ‘LONG’ undeclared (first use in this function)
WinObject.c:1916: error: expected ‘;’ before ‘iSysValue’
WinObject.c:1918: error: expected ‘;’ before ‘lValue’
WinObject.c:1920: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:1920: error: expected ‘;’ before ‘hwndDesktop’
WinObject.c:1921: error: ‘BOOL’ undeclared (first use in this function)
WinObject.c:1921: error: expected ‘;’ before ‘RETVAL’
WinObject.c:1924: error: ‘hwndDesktop’ undeclared (first use in this function)
WinObject.c:1924: error: ‘HWND_DESKTOP’ undeclared (first use in this function)
WinObject.c:1928: error: expected expression before ‘unsigned’
WinObject.c:1935: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:1935: error: ‘iSysValue’ undeclared (first use in this function)
WinObject.c:1935: error: ‘lValue’ undeclared (first use in this function)
WinObject.c:1939: error: ‘FillWinError’ undeclared (first use in this function)
WinObject.xs: In function ‘XS_OS2__WinObject_ObjectClasses’:
WinObject.xs:883: error: ‘POBJCLASS’ undeclared (first use in this function)
WinObject.xs:883: error: expected ‘;’ before ‘list’
WinObject.xs:884: error: expected ‘;’ before ‘l’
WinObject.xs:885: warning: ISO C90 forbids mixed declarations and code
WinObject.xs:887: error: ‘l’ undeclared (first use in this function)
WinObject.xs:892: error: ‘list’ undeclared (first use in this function)
WinObject.c: In function ‘XS_OS2__WinObject_ObjectPath’:
WinObject.c:2005: error: ‘HOBJECT’ undeclared (first use in this function)
WinObject.c:2005: error: expected ‘;’ before ‘hobject’
WinObject.c:2006: warning: ISO C90 forbids mixed declarations and code
WinObject.c:2010: error: ‘hobject’ undeclared (first use in this function)
WinObject.c:2010: error: expected expression before ‘unsigned’
WinObject.c:2016: warning: assignment makes pointer from integer without a cast
WinObject.c: In function ‘XS_OS2__WinObject_WindowPos’:
WinObject.c:2033: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:2033: error: expected ‘;’ before ‘hwnd’
WinObject.c:2034: warning: ISO C90 forbids mixed declarations and code
WinObject.c:2038: error: ‘hwnd’ undeclared (first use in this function)
WinObject.c:2038: error: expected expression before ‘unsigned’
WinObject.xs:915: error: invalid initializer
WinObject.xs:919: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:920: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:921: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:922: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:923: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:924: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:925: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:926: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.xs:927: error: ‘SWP_or_error’ has no member named ‘swp’
WinObject.c: In function ‘XS_OS2__WinObject__hwnd’:
WinObject.c:2074: error: ‘ULONG’ undeclared (first use in this function)
WinObject.c:2074: error: expected ‘;’ before ‘h’
WinObject.c:2076: error: ‘HWND’ undeclared (first use in this function)
WinObject.c:2076: error: expected ‘;’ before ‘RETVAL’
WinObject.c:2078: error: ‘RETVAL’ undeclared (first use in this function)
WinObject.c:2078: error: ‘h’ undeclared (first use in this function)
make: *** [WinObject.o] Error 1

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

Prerequisite modules loaded:

build_requires:

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


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

Environment variables:

    AUTHOR_TESTING = 1
    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/lib/alliance/bin:/root/bin:/usr/lib/alliance/bin
    PERL5LIB = /root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/arch:/root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3216
    PERL5_CPAN_IS_EXECUTING = /root/.cpan/build/OS2-WinObject-0.02-YNPW1t/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 3216
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /opt/perl-5.8.8/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 10 6 4 3 2 1 0
    $EGID = 0 10 6 4 3 2 1 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.120921
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280205
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.52    
    ExtUtils::MakeMaker 6.62    
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.33    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4003  
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.25    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.22    
    version             0.9901  


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.18-1.2798.fc6, archname=i686-linux-thread-multi-64int-ld
    uname='linux localhost.localdomain 2.6.18-1.2798.fc6 #1 smp mon oct 16 14:54:20 edt 2006 i686 i686 i386 gnulinux '
    config_args='-Dcc=gcc -Dprefix=/opt/perl-5.8.8 -DDEBUGGING'
    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=y, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -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 -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20070626 (Red Hat 4.1.2-13)', 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 -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld/CORE'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY MYMALLOC PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_INT
                        USE_ITHREADS USE_LARGE_FILES USE_LONG_DOUBLE
                        USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Dec  3 2012 07:44:24
  %ENV:
    PERL5LIB="/root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/arch:/root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3216"
    PERL5_CPAN_IS_EXECUTING="/root/.cpan/build/OS2-WinObject-0.02-YNPW1t/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="3216"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/arch
    /root/.cpan/build/autobox-Core-0.5-EiDnKo/blib/lib
    /opt/perl-5.8.8/lib/5.8.8/i686-linux-thread-multi-64int-ld
    /opt/perl-5.8.8/lib/5.8.8
    /opt/perl-5.8.8/lib/site_perl/5.8.8/i686-linux-thread-multi-64int-ld
    /opt/perl-5.8.8/lib/site_perl/5.8.8
    /opt/perl-5.8.8/lib/site_perl
    .