In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (wren ng thornton) wrote:
> So I seem to have mucked up my perl. I was cpanning > around updating things and Mac::Carbon failed to > install. But in doing so, it looks like it uninstalled > the previous version that was in there, so now I can't > start cpan up since it requires Mac::Files for > File::HomeDir::Darwin. I then tried getting the > Mac::Carbon tarball to install from, but it spews a > bunch of errors too (see bottom). I remember seeing > these sorts of errors in the past, but I don't recall > how they got fixed. What "cpan" requires File::HomeDir::Darwin? CPAN.pm, or some script ... ? As to the build problem, I think it is in here: > Platform: > osname=darwin, osvers=8.7.1, > archname=darwin-2level > uname='darwin fuchikoma.local 8.7.1 darwin kernel > version 8.7.1: wed jun 7 16:19:56 pdt 2006; > root:xnu-792.9.72.obj~2release_i386 i386 i386 ' > config_args='-Accflags=-arch i686 -arch ppc You have -arch i686 -arch ppc, which makes it a universal build, as I understand it, and when we last ran into this problem, we figured out to add -msse2. You wrote: # In order to fix the makefiles for the local perl I had # to add -msse2 to CCCDLFLAGS, CCDLFLAGS, and CCFLAGS on # all the makefiles since I couldn't get my # modifications of Makefile.PL to stick. After # modifications the first two of those flags only had # -msse2, and CCFLAGS was: # # -msse2 -fno-common -DPERL_DARWIN -no-cpp-precomp -arch # i686 -arch ppc -nostdinc # -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc # -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc # -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include # -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks # -fno-strict-aliasing -pipe # -Wdeclaration-after-statement -- Chris Nandor [EMAIL PROTECTED] http://pudge.net/ Open Source Technology Group [EMAIL PROTECTED] http://ostg.com/