Report for Mac-CoreMIDI-0.04

Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Mac-CoreMIDI-0.04 v5.15.4 GNU/Linux
Date: 2011-11-18T05:04:10Z

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 Christian Renz,

This is a computer-generated report for Mac-CoreMIDI-0.04
on perl 5.15.4, created by CPAN-Reporter-1.1902.

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

cp lib/Mac/CoreMIDI/Device.pm blib/lib/Mac/CoreMIDI/Device.pm
cp lib/Mac/CoreMIDI/Port.pm blib/lib/Mac/CoreMIDI/Port.pm
cp lib/Mac/CoreMIDI/Entity.pm blib/lib/Mac/CoreMIDI/Entity.pm
cp lib/Mac/CoreMIDI/Client.pm blib/lib/Mac/CoreMIDI/Client.pm
cp lib/Mac/CoreMIDI/Endpoint.pm blib/lib/Mac/CoreMIDI/Endpoint.pm
cp lib/Mac/CoreMIDI.pm blib/lib/Mac/CoreMIDI.pm
cp lib/Mac/CoreMIDI/Object.pm blib/lib/Mac/CoreMIDI/Object.pm
/home/sand/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/bin/perl /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4/ExtUtils/xsubpp  -typemap /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4/ExtUtils/typemap -typemap typemap  CoreMIDI.xs > CoreMIDI.xsc && mv CoreMIDI.xsc CoreMIDI.c
Please specify prototyping behavior for CoreMIDI.xs (see perlxs manual)
cc -c  -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4/x86_64-linux/CORE"   CoreMIDI.c
In file included from helpers.h:8,
                 from CoreMIDI.xs:1:
ppport.h:2979:1: warning: "PERL_UNUSED_DECL" redefined
In file included from helpers.h:5,
                 from CoreMIDI.xs:1:
/home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4/x86_64-linux/CORE/perl.h:328:1: warning: this is the location of the previous definition
In file included from CoreMIDI.xs:1:
helpers.h:15:31: error: CoreMIDI/CoreMIDI.h: No such file or directory
helpers.h:16:38: error: CoreFoundation/CFRunLoop.h: No such file or directory
In file included from CoreMIDI.xs:1:
helpers.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Object’
helpers.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Device’
helpers.h:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Entity’
helpers.h:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Endpoint’
helpers.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Client’
helpers.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_Port’
helpers.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Mac_CoreMIDI_ThruConnection’
helpers.h:27: error: expected ‘)’ before ‘dev’
helpers.h:28: error: expected ‘)’ before ‘dev’
helpers.h:30: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
helpers.h:31: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetName’:
CoreMIDI.c:163: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:163: error: (Each undeclared identifier is reported only once
CoreMIDI.c:163: error: for each function it appears in.)
CoreMIDI.c:163: error: expected ‘;’ before ‘dev’
CoreMIDI.c:168: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:168: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:9: error: ‘kMIDIPropertyName’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetManufacturer’:
CoreMIDI.c:188: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:188: error: expected ‘;’ before ‘dev’
CoreMIDI.c:193: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:193: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:15: error: ‘kMIDIPropertyManufacturer’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetModel’:
CoreMIDI.c:213: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:213: error: expected ‘;’ before ‘dev’
CoreMIDI.c:218: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:218: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:21: error: ‘kMIDIPropertyModel’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetUniqueID’:
CoreMIDI.c:238: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:238: error: expected ‘;’ before ‘dev’
CoreMIDI.c:243: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:243: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:27: error: ‘kMIDIPropertyUniqueID’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetDeviceID’:
CoreMIDI.c:263: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:263: error: expected ‘;’ before ‘dev’
CoreMIDI.c:268: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:268: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:33: error: ‘kMIDIPropertyDeviceID’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetReceiveChannels’:
CoreMIDI.c:288: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:288: error: expected ‘;’ before ‘dev’
CoreMIDI.c:293: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:293: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:39: error: ‘kMIDIPropertyReceiveChannels’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetTransmitChannels’:
CoreMIDI.c:313: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:313: error: expected ‘;’ before ‘dev’
CoreMIDI.c:318: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:318: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:45: error: ‘kMIDIPropertyTransmitChannels’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetMaxSysExSpeed’:
CoreMIDI.c:338: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:338: error: expected ‘;’ before ‘dev’
CoreMIDI.c:343: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:343: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:51: error: ‘kMIDIPropertyMaxSysExSpeed’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetAdvanceScheduleTimeMuSec’:
CoreMIDI.c:365: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:365: error: expected ‘;’ before ‘dev’
CoreMIDI.c:370: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:370: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:60: error: ‘kMIDIPropertyAdvanceScheduleTimeMuSec’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_IsEmbeddedEntity’:
CoreMIDI.c:393: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:393: error: expected ‘;’ before ‘dev’
CoreMIDI.c:398: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:398: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:69: error: ‘kMIDIPropertyIsEmbeddedEntity’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_IsBroadcast’:
CoreMIDI.c:421: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:421: error: expected ‘;’ before ‘dev’
CoreMIDI.c:426: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:426: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:78: error: ‘kMIDIPropertyIsBroadcast’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_IsSingleRealtimeEntity’:
CoreMIDI.c:449: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:449: error: expected ‘;’ before ‘dev’
CoreMIDI.c:454: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:454: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:87: error: ‘kMIDIPropertySingleRealtimeEntity’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_IsOffline’:
CoreMIDI.c:477: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:477: error: expected ‘;’ before ‘dev’
CoreMIDI.c:482: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:482: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:98: error: ‘kMIDIPropertyOffline’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_IsPrivate’:
CoreMIDI.c:505: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:505: error: expected ‘;’ before ‘dev’
CoreMIDI.c:510: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:510: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:107: error: ‘kMIDIPropertyPrivate’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetDriverOwner’:
CoreMIDI.c:533: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:533: error: expected ‘;’ before ‘dev’
CoreMIDI.c:538: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:538: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:116: error: ‘kMIDIPropertyDriverOwner’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Object_GetDriverVersion’:
CoreMIDI.c:561: error: ‘Mac_CoreMIDI_Object’ undeclared (first use in this function)
CoreMIDI.c:561: error: expected ‘;’ before ‘dev’
CoreMIDI.c:566: error: ‘dev’ undeclared (first use in this function)
CoreMIDI.c:566: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:125: error: ‘kMIDIPropertyDriverVersion’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Device_GetNumberOfEntities’:
CoreMIDI.c:589: error: ‘Mac_CoreMIDI_Device’ undeclared (first use in this function)
CoreMIDI.c:589: error: expected ‘;’ before ‘device’
CoreMIDI.c:590: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:590: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:595: error: ‘device’ undeclared (first use in this function)
CoreMIDI.c:595: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:601: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Device_GetEntity’:
CoreMIDI.c:615: error: ‘Mac_CoreMIDI_Device’ undeclared (first use in this function)
CoreMIDI.c:615: error: expected ‘;’ before ‘device’
CoreMIDI.c:616: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:616: error: expected ‘;’ before ‘entityIndex0’
CoreMIDI.c:618: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:618: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:622: error: ‘device’ undeclared (first use in this function)
CoreMIDI.c:622: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:628: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:628: error: ‘entityIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Entity_GetParent’:
CoreMIDI.c:644: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:644: error: expected ‘;’ before ‘inEntity’
CoreMIDI.xs:152: error: ‘Mac_CoreMIDI_Device’ undeclared (first use in this function)
CoreMIDI.xs:152: error: expected ‘;’ before ‘device’
CoreMIDI.c:648: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:652: error: ‘inEntity’ undeclared (first use in this function)
CoreMIDI.c:652: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:154: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:154: error: expected ‘;’ before ‘s’
CoreMIDI.xs:155: error: ‘device’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Entity_GetNumberOfSources’:
CoreMIDI.c:674: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:674: error: expected ‘;’ before ‘entity’
CoreMIDI.c:675: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:675: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:680: error: ‘entity’ undeclared (first use in this function)
CoreMIDI.c:680: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:686: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Entity_GetSource’:
CoreMIDI.c:700: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:700: error: expected ‘;’ before ‘entity’
CoreMIDI.c:701: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:701: error: expected ‘;’ before ‘sourceIndex0’
CoreMIDI.c:703: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:703: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:707: error: ‘entity’ undeclared (first use in this function)
CoreMIDI.c:707: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:713: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:713: error: ‘sourceIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Entity_GetNumberOfDestinations’:
CoreMIDI.c:729: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:729: error: expected ‘;’ before ‘entity’
CoreMIDI.c:730: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:730: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:735: error: ‘entity’ undeclared (first use in this function)
CoreMIDI.c:735: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:741: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Entity_GetDestination’:
CoreMIDI.c:755: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.c:755: error: expected ‘;’ before ‘entity’
CoreMIDI.c:756: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:756: error: expected ‘;’ before ‘destIndex0’
CoreMIDI.c:758: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:758: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:762: error: ‘entity’ undeclared (first use in this function)
CoreMIDI.c:762: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:768: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:768: error: ‘destIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Endpoint_GetParent’:
CoreMIDI.c:784: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:784: error: expected ‘;’ before ‘inEndpoint’
CoreMIDI.xs:192: error: ‘Mac_CoreMIDI_Entity’ undeclared (first use in this function)
CoreMIDI.xs:192: error: expected ‘;’ before ‘entity’
CoreMIDI.c:788: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:792: error: ‘inEndpoint’ undeclared (first use in this function)
CoreMIDI.c:792: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:194: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:194: error: expected ‘;’ before ‘s’
CoreMIDI.xs:195: error: ‘entity’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Endpoint__new_source’:
CoreMIDI.c:816: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.c:816: error: expected ‘;’ before ‘client’
CoreMIDI.xs:204: error: ‘CFStringRef’ undeclared (first use in this function)
CoreMIDI.xs:204: error: expected ‘;’ before ‘str’
CoreMIDI.xs:205: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.xs:205: error: expected ‘;’ before ‘me’
CoreMIDI.c:824: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:828: error: ‘client’ undeclared (first use in this function)
CoreMIDI.c:828: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:208: error: ‘str’ undeclared (first use in this function)
CoreMIDI.xs:208: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
CoreMIDI.xs:209: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:209: error: expected ‘;’ before ‘s’
CoreMIDI.xs:211: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.xs:211: error: ‘me’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Endpoint__destroy’:
CoreMIDI.c:854: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:854: error: expected ‘;’ before ‘endpoint’
CoreMIDI.c:855: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.c:855: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:860: error: ‘endpoint’ undeclared (first use in this function)
CoreMIDI.c:860: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:219: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.xs: In function ‘XS_Mac__CoreMIDI__Client__new’:
CoreMIDI.xs:233: error: ‘CFStringRef’ undeclared (first use in this function)
CoreMIDI.xs:233: error: expected ‘;’ before ‘str’
CoreMIDI.xs:234: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.xs:234: error: expected ‘;’ before ‘mc’
CoreMIDI.c:892: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.xs:237: error: ‘str’ undeclared (first use in this function)
CoreMIDI.xs:238: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
CoreMIDI.xs:239: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:239: error: expected ‘;’ before ‘s’
CoreMIDI.xs:241: error: ‘s’ undeclared (first use in this function)
CoreMIDI.xs:241: error: ‘mc’ undeclared (first use in this function)
CoreMIDI.xs:243: error: ‘MIDIClientNotify’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Client__destroy’:
CoreMIDI.c:920: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.c:920: error: expected ‘;’ before ‘client’
CoreMIDI.c:921: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.c:921: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:926: error: ‘client’ undeclared (first use in this function)
CoreMIDI.c:926: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:255: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Client_CreateDestination’:
CoreMIDI.c:947: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.c:947: error: expected ‘;’ before ‘client’
CoreMIDI.xs:265: error: ‘CFStringRef’ undeclared (first use in this function)
CoreMIDI.xs:265: error: expected ‘;’ before ‘str’
CoreMIDI.xs:266: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.xs:266: error: expected ‘;’ before ‘me’
CoreMIDI.c:956: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:960: error: ‘client’ undeclared (first use in this function)
CoreMIDI.c:960: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:268: error: ‘str’ undeclared (first use in this function)
CoreMIDI.xs:268: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
CoreMIDI.xs:269: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:269: error: expected ‘;’ before ‘s’
CoreMIDI.xs:271: error: ‘s’ undeclared (first use in this function)
CoreMIDI.xs:271: error: ‘me’ undeclared (first use in this function)
CoreMIDI.xs:282: error: ‘MIDIReader’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Port__new_input’:
CoreMIDI.c:1002: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.c:1002: error: expected ‘;’ before ‘client’
CoreMIDI.xs:300: error: ‘CFStringRef’ undeclared (first use in this function)
CoreMIDI.xs:300: error: expected ‘;’ before ‘str’
CoreMIDI.xs:301: error: ‘Mac_CoreMIDI_Port’ undeclared (first use in this function)
CoreMIDI.xs:301: error: expected ‘;’ before ‘mp’
CoreMIDI.c:1010: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1014: error: ‘client’ undeclared (first use in this function)
CoreMIDI.c:1014: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:305: error: ‘str’ undeclared (first use in this function)
CoreMIDI.xs:305: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
CoreMIDI.xs:306: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:306: error: expected ‘;’ before ‘s’
CoreMIDI.xs:308: error: ‘mp’ undeclared (first use in this function)
CoreMIDI.xs:310: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Port__new_output’:
CoreMIDI.c:1045: error: ‘Mac_CoreMIDI_Client’ undeclared (first use in this function)
CoreMIDI.c:1045: error: expected ‘;’ before ‘client’
CoreMIDI.xs:320: error: ‘CFStringRef’ undeclared (first use in this function)
CoreMIDI.xs:320: error: expected ‘;’ before ‘str’
CoreMIDI.xs:321: error: ‘Mac_CoreMIDI_Port’ undeclared (first use in this function)
CoreMIDI.xs:321: error: expected ‘;’ before ‘mp’
CoreMIDI.c:1053: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1057: error: ‘client’ undeclared (first use in this function)
CoreMIDI.c:1057: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:324: error: ‘str’ undeclared (first use in this function)
CoreMIDI.xs:324: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
CoreMIDI.xs:325: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:325: error: expected ‘;’ before ‘s’
CoreMIDI.xs:328: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.xs:328: error: ‘mp’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__Port__destroy’:
CoreMIDI.c:1084: error: ‘Mac_CoreMIDI_Port’ undeclared (first use in this function)
CoreMIDI.c:1084: error: expected ‘;’ before ‘port’
CoreMIDI.c:1085: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.c:1085: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1090: error: ‘port’ undeclared (first use in this function)
CoreMIDI.c:1090: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:336: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetNumberOfDevices’:
CoreMIDI.c:1111: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1111: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1114: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetDevice’:
CoreMIDI.c:1128: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1128: error: expected ‘;’ before ‘deviceIndex0’
CoreMIDI.c:1130: error: ‘Mac_CoreMIDI_Device’ undeclared (first use in this function)
CoreMIDI.c:1130: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1132: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:1132: error: ‘deviceIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetNumberOfSources’:
CoreMIDI.c:1148: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1148: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1151: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetSource’:
CoreMIDI.c:1165: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1165: error: expected ‘;’ before ‘sourceIndex0’
CoreMIDI.c:1167: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:1167: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1169: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:1169: error: ‘sourceIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetNumberOfDestinations’:
CoreMIDI.c:1185: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1185: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1188: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetDestination’:
CoreMIDI.c:1202: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1202: error: expected ‘;’ before ‘destIndex0’
CoreMIDI.c:1204: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:1204: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1206: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:1206: error: ‘destIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetNumberOfExternalDevices’:
CoreMIDI.c:1222: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1222: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1225: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_GetExternalDevice’:
CoreMIDI.c:1239: error: ‘ItemCount’ undeclared (first use in this function)
CoreMIDI.c:1239: error: expected ‘;’ before ‘deviceIndex0’
CoreMIDI.c:1241: error: ‘Mac_CoreMIDI_Device’ undeclared (first use in this function)
CoreMIDI.c:1241: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1243: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.c:1243: error: ‘deviceIndex0’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_FindObject’:
CoreMIDI.c:1259: error: ‘SInt32’ undeclared (first use in this function)
CoreMIDI.c:1259: error: expected ‘;’ before ‘uniqueID’
CoreMIDI.xs:392: error: ‘MIDIObjectRef’ undeclared (first use in this function)
CoreMIDI.xs:392: error: expected ‘;’ before ‘object’
CoreMIDI.xs:393: error: ‘MIDIObjectType’ undeclared (first use in this function)
CoreMIDI.xs:393: error: expected ‘;’ before ‘objectType’
CoreMIDI.xs:397: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:397: error: expected ‘;’ before ‘s’
CoreMIDI.xs:398: error: ‘object’ undeclared (first use in this function)
CoreMIDI.xs:401: error: ‘objectType’ undeclared (first use in this function)
CoreMIDI.xs:402: error: ‘kMIDIObjectType_Device’ undeclared (first use in this function)
CoreMIDI.xs:403: error: ‘kMIDIObjectType_ExternalDevice’ undeclared (first use in this function)
CoreMIDI.xs:407: error: ‘kMIDIObjectType_Entity’ undeclared (first use in this function)
CoreMIDI.xs:408: error: ‘kMIDIObjectType_ExternalEntity’ undeclared (first use in this function)
CoreMIDI.xs:412: error: ‘kMIDIObjectType_Source’ undeclared (first use in this function)
CoreMIDI.xs:413: error: ‘kMIDIObjectType_ExternalSource’ undeclared (first use in this function)
CoreMIDI.xs:414: error: ‘kMIDIObjectType_Destination’ undeclared (first use in this function)
CoreMIDI.xs:415: error: ‘kMIDIObjectType_ExternalDestination’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI_Restart’:
CoreMIDI.c:1309: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.c:1309: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1312: error: ‘RETVAL’ undeclared (first use in this function)
CoreMIDI.xs: In function ‘XS_Mac__CoreMIDI_RunLoopStop’:
CoreMIDI.xs:441: error: ‘CFRunLoopRef’ undeclared (first use in this function)
CoreMIDI.xs:441: error: expected ‘;’ before ‘rl’
CoreMIDI.xs:443: error: ‘rl’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__ThruConnection_new’:
CoreMIDI.c:1362: error: ‘Mac_CoreMIDI_Endpoint’ undeclared (first use in this function)
CoreMIDI.c:1362: error: expected ‘;’ before ‘fromEndpoint’
CoreMIDI.c:1363: error: expected ‘;’ before ‘toEndpoint’
CoreMIDI.xs:455: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.xs:455: error: expected ‘;’ before ‘err’
CoreMIDI.xs:456: error: ‘MIDIThruConnectionParams’ undeclared (first use in this function)
CoreMIDI.xs:456: error: expected ‘;’ before ‘params’
CoreMIDI.xs:457: error: ‘CFDataRef’ undeclared (first use in this function)
CoreMIDI.xs:457: error: expected ‘;’ before ‘dataRef’
CoreMIDI.xs:458: error: ‘MIDIThruConnectionRef’ undeclared (first use in this function)
CoreMIDI.xs:458: error: expected ‘;’ before ‘thru’
CoreMIDI.c:1374: error: ‘fromEndpoint’ undeclared (first use in this function)
CoreMIDI.c:1374: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:1382: error: ‘toEndpoint’ undeclared (first use in this function)
CoreMIDI.c:1382: error: expected ‘;’ before ‘tmp’
CoreMIDI.xs:460: error: ‘params’ undeclared (first use in this function)
CoreMIDI.xs:465: error: ‘dataRef’ undeclared (first use in this function)
CoreMIDI.xs:467: error: ‘err’ undeclared (first use in this function)
CoreMIDI.xs:467: error: ‘thru’ undeclared (first use in this function)
CoreMIDI.c: In function ‘XS_Mac__CoreMIDI__ThruConnection_Dispose’:
CoreMIDI.c:1416: error: ‘Mac_CoreMIDI_ThruConnection’ undeclared (first use in this function)
CoreMIDI.c:1416: error: expected ‘;’ before ‘connection’
CoreMIDI.c:1417: error: ‘OSStatus’ undeclared (first use in this function)
CoreMIDI.c:1417: error: expected ‘;’ before ‘RETVAL’
CoreMIDI.c:1422: error: ‘connection’ undeclared (first use in this function)
CoreMIDI.c:1422: error: expected ‘;’ before ‘tmp’
CoreMIDI.c:1428: error: ‘RETVAL’ undeclared (first use in this function)
make: *** [CoreMIDI.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module              Need Have        
    ------------------- ---- ------------
    Test::More          0    1.005000_001

build_requires:

    Module              Need Have        
    ------------------- ---- ------------
    ExtUtils::MakeMaker 0    6.63_02     


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 9899
    PERL5_CPAN_IS_EXECUTING = /tmp/loop_over_bdir-zdeJ4u/Mac-CoreMIDI-0.04-kxNeH4/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 9899
    PERL_AUTOINSTALL = --defaultdeps
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have        
    ------------------- ------------
    CPAN                1.9800      
    Cwd                 3.37        
    ExtUtils::CBuilder  0.280204    
    ExtUtils::Command   1.17        
    ExtUtils::Install   1.57        
    ExtUtils::MakeMaker 6.63_02     
    ExtUtils::Manifest  1.60        
    ExtUtils::ParseXS   3.05        
    File::Spec          3.34        
    Module::Build       0.39_01     
    Module::Signature   0.68        
    Test::Harness       3.23        
    Test::More          1.005000_001
    YAML                0.77        
    YAML::Syck          1.19        
    version             0.95        


--

Summary of my perl5 (revision 5 version 15 subversion 4) configuration:
  Commit id: 84ea5ef60b4892d6c262690549b1bd78970108e4
  Platform:
    osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux
    uname='linux k83 2.6.32-5-amd64 #1 smp mon oct 3 03:59:20 utc 2011 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1 -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g -Dmad'
    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 -g',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.5', 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/../lib /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MAD PERL_MALLOC_WRAP PERL_PRESERVE_IVUV
                        PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Built under linux
  Compiled at Nov 10 2011 05:40:37
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="9899"
    PERL5_CPAN_IS_EXECUTING="/tmp/loop_over_bdir-zdeJ4u/Mac-CoreMIDI-0.04-kxNeH4/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="9899"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/site_perl/5.15.4/x86_64-linux
    /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/site_perl/5.15.4
    /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4/x86_64-linux
    /home/src/perl/repoperls/installed-perls/perl/v5.15.4-341-g84ea5ef/22a1/lib/5.15.4
    .