I'm trying to do a selfupdate-cvs and can't get these packages to compile.

I get this from dpkg:

main.c:43:43: CoreFoundation/CoreFoundation.h: No such file or directory
main.c: In function `setforce':
main.c:334: warning: signed and unsigned type in conditional expression
main.c: At top level:
main.c:372: warning: cast discards qualifiers from pointer target type
main.c:373: warning: cast discards qualifiers from pointer target type
main.c:376: warning: cast discards qualifiers from pointer target type
main.c:383: warning: cast discards qualifiers from pointer target type
main.c:384: warning: cast discards qualifiers from pointer target type
main.c:423: warning: cast discards qualifiers from pointer target type
main.c:424: warning: cast discards qualifiers from pointer target type
main.c:425: warning: cast discards qualifiers from pointer target type
main.c:426: warning: cast discards qualifiers from pointer target type
main.c:427: warning: cast discards qualifiers from pointer target type
main.c:428: warning: cast discards qualifiers from pointer target type
main.c:429: warning: cast discards qualifiers from pointer target type
main.c:430: warning: cast discards qualifiers from pointer target type
main.c:431: warning: cast discards qualifiers from pointer target type
main.c:432: warning: cast discards qualifiers from pointer target type
main.c:556: warning: function declaration isn't a prototype
main.c: In function `finkinit':
main.c:557: `Boolean' undeclared (first use in this function)
main.c:557: (Each undeclared identifier is reported only once
main.c:557: for each function it appears in.)
main.c:557: parse error before "status"
main.c:558: `SInt32' undeclared (first use in this function)
main.c:559: `CFURLRef' undeclared (first use in this function)
main.c:560: `CFDataRef' undeclared (first use in this function)
main.c:561: `CFPropertyListRef' undeclared (first use in this function)
main.c:562: `CFStringRef' undeclared (first use in this function)
main.c:575: `fileURL' undeclared (first use in this function)
main.c:575: warning: implicit declaration of function
`CFURLCreateWithFileSystemPath'
main.c:576: warning: implicit declaration of function `CFSTR'
main.c:577: `kCFURLPOSIXPathStyle' undeclared (first use in this function)
main.c:578: `false' undeclared (first use in this function)
main.c:583: `status' undeclared (first use in this function)
main.c:583: warning: implicit declaration of function
`CFURLCreateDataAndPropertiesFromResource'
main.c:586: `resourceData' undeclared (first use in this function)
main.c:589: `errorCode' undeclared (first use in this function)
main.c:594: `propertyList' undeclared (first use in this function)
main.c:594: warning: implicit declaration of function
`CFPropertyListCreateFromXMLData'
main.c:596: `kCFPropertyListImmutable' undeclared (first use in this
function)
main.c:597: `string' undeclared (first use in this function)
main.c:602: warning: implicit declaration of function
`CFDictionaryGetValueIfPresent'
main.c:609: warning: implicit declaration of function `CFStringGetCString'
main.c:612: `kCFStringEncodingISOLatin1' undeclared (first use in this
function)
main.c:622: warning: implicit declaration of function `CFRelease'
make[2]: *** [main.o] Error 1
make[1]: *** [all-main] Error 2
make: *** [all-recursive] Error 2
### execution of  failed, exit code 2
Failed: compiling dpkg-1.10.9-2 failed

And this from apt:

deb/debsystem.cc:32:43: CoreFoundation/CoreFoundation.h: No such file or
directory
deb/debsystem.cc: In function `void finkinit()':
deb/debsystem.cc:49: `Boolean' undeclared (first use this function)
deb/debsystem.cc:49: (Each undeclared identifier is reported only once for
each 
   function it appears in.)
deb/debsystem.cc:49: parse error before `;' token
deb/debsystem.cc:50: `SInt32' undeclared (first use this function)
deb/debsystem.cc:51: `CFURLRef' undeclared (first use this function)
deb/debsystem.cc:52: `CFDataRef' undeclared (first use this function)
deb/debsystem.cc:53: `CFPropertyListRef' undeclared (first use this
function)
deb/debsystem.cc:67: `fileURL' undeclared (first use this function)
deb/debsystem.cc:68: `CFSTR' undeclared (first use this function)
deb/debsystem.cc:69: `kCFURLPOSIXPathStyle' undeclared (first use this
   function)
deb/debsystem.cc:70: `CFURLCreateWithFileSystemPath' undeclared (first use
this 
   function)
deb/debsystem.cc:75: `status' undeclared (first use this function)
deb/debsystem.cc:78: `resourceData' undeclared (first use this function)
deb/debsystem.cc:81: `errorCode' undeclared (first use this function)
deb/debsystem.cc:81: `CFURLCreateDataAndPropertiesFromResource' undeclared
   (first use this function)
deb/debsystem.cc:86: `propertyList' undeclared (first use this function)
deb/debsystem.cc:88: `kCFPropertyListImmutable' undeclared (first use this
   function)
deb/debsystem.cc:89: parse error before `)' token
deb/debsystem.cc:89: `CFPropertyListCreateFromXMLData' undeclared (first use
   this function)
deb/debsystem.cc:96: parse error before `)' token
deb/debsystem.cc:96: `CFDictionaryGetValueIfPresent' undeclared (first use
this 
   function)
deb/debsystem.cc:101: parse error before `,' token
deb/debsystem.cc:114: `CFRelease' undeclared (first use this function)
make[2]: *** [/sw/src/apt-0.5.4-8/apt-0.5.4/obj/apt-pkg/debsystem.opic]
Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
### execution of  failed, exit code 2
Failed: compiling apt-0.5.4-8 failed

I can't locate a CoreFoundation.h on my machine and wonder where it might be
from. I have Dev Tools Dec 2002 installed on 10.2.4.

Thanks.


----
Paul McNabola           | I'd like to be in programme planning actually,
                        | but unfortunately I've got a degree.
[EMAIL PROTECTED]     |
                        |              -BBC Man (J Cleese) MPFC 2.II



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to