On 5/2/12 3:43 PM, Are Almaas wrote:
> Hi!
> 
> I'm getting this error. I've tried to install it using different options, but 
> nothing seem to be working. Is this a common error?
> 
> ##################
> 
> gcc -I/sw/bootstrap/include -I/sw/bootstrap/include  -Wall  -Wwrite-strings 
> -Wpointer-arith -Wimplicit -Wnested-externs -Wstrict-prototypes 
> -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual 
> -Wcast-align -Winline -Wmissing-noreturn -Wsign-compare -DHAVE_CONFIG_H 
> -D_GNU_SOURCE -DLOCALEDIR=\"/sw/bootstrap/share/locale\" 
> -I/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21/intl -I../intl 
> -I/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21/include 
> -I/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21 
> -I/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21/main 
> -I../include -I.. -I. 
> -I/sw/src/fink.build/dpkg-bootstrap-1.10.21-1218/dpkg-1.10.21/optlib 
> -F/System/Library/Frameworks/CoreFoundation.framework  -c main.c
> main.c:43:10: fatal error: 'CoreFoundation/CoreFoundation.h' file not found
> #include <CoreFoundation/CoreFoundation.h>
>          ^
> 1 error generated.
> make[2]: *** [main.o] Error 1
> make[1]: *** [all-main] Error 2
> make: *** [all-recursive] Error 2
> ### execution of make failed, exit code 2
> phase compiling: dpkg-bootstrap-1.10.21-1218 failed
> 
> Also include the following system information:
> Package manager version: 0.32.6
> Distribution version: selfupdate-point (bootstrap), 10.7, x86_64
> Trees: local/main stable/main
> Xcode: 4.3.2
> Max. Fink build jobs:  4
> 
> 
> ##################
> 
> Sincerely,
> Are Almaas

Someone reported the same thing not too long ago on this list.  If
you're missing CoreFoundation/CoreFoundation.h, then it is very likely
that your DevSDK package from Xcode isn't installed properly.

I believe that in Xcode 4.3.x, the DevSDK package gets installed as part
of the Command Line Tools for Xcode.  It's possible that something went
amiss when you installed those.  We've seen similar issues off and on in
various OS X versions over the years, usually where the installer
decides to leave out a header file.

I'd recommend downloading the "Late March 2012" version of the Command
line Tools for Xcode from connect.apple.com and try running the
installer from that. Or if you have it already, try it again.
It would probably be a good idea to run

sudo pkgutil --forget com.apple.pkg.DevSDKLeo

first, so that Installer will think this is a new install rather than an
upgrade.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to