On 8/7/11 4:16 AM, Dr Eberhard W Lisse wrote: > Hi, > > I get this error message for both. > > > [...] > > "/usr/bin/perl" /System/Library/Perl/5.10.0/ExtUtils/xsubpp -typemap > /System/Library/Perl/5.10.0/ExtUtils/typemap SPI.xs >SPI.c > > gcc-4.2 -O2 -Wall -Wmissing-prototypes -Wpointer-arith > -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing > -fwrapv -I. -I. -I../../../src/include -I/sw/lib/system-openssl/include > -DHAVE_OPTRESET -fno-common -I/sw/include -I/sw/include/libxml2 > -I/sw/include -I/sw/include > -I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -c -o > plperl.o plperl.c > Undefined subroutine &ExtUtils::ParseXS::errors called at > /System/Library/Perl/5.10.0/ExtUtils/xsubpp line 41. > make[3]: *** [SPI.c] Error 255 > make[3]: *** Deleting file `SPI.c' > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [all] Error 2 > make[1]: *** [all] Error 2 > make: *** [all] Error 2 > > [...] > > Failed: phase compiling: postgresql84-8.4.8-2 failed > > What other information must/can I provide to figure this out? > > el > >
"fink -V | head -n3" is usually nice to provide, especially for problems related to the system's Perl. In this case, however, it looks like you are possibly missing part of your system Perl installation. Please verify whether or not /System/Library/Perl/5.10.0/Extutils/ParseXS.pm is present on your system. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
