{ echo CC=gcc-4.0
    echo CXX=g++-4.0
    echo Cflags="$CPPFLAGS"
    echo CXXflags="$CPPFLAGS"
    echo LDflags="-w $LDFLAGS"
    echo InstallTop=/sw64/share/polymake
    echo InstallArch=/sw64/lib/polymake
    echo InstallDoc=/sw64/share/doc/polymake
    echo InstallLinks=/sw64/bin
    echo Arch=    echo ProcessDep=none
  } | make configure PERL=/usr/bin/perl
can't locate perl's config.h: suspicious perl installation problem?
make: *** [configure] Error 2

-j1; same results both i386 and x86_64. It's mis-determining the path (even if 
I fix it  to use the single-arch perl interp). But even if I hardcode the path 
to config.h (in support/configure.pl), the build fails shortly thereafter:

gcc-4.2 -c   -arch x86_64 -arch i386 -arch ppc -g -pipe -fno-common 
-DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os   -DVERSION=\"\" 
-DXS_VERSION=\"\"  
"-I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE"   Ext.c
Ext.xs: In function 'dump_me':
Ext.xs:30: warning: field precision should have type 'int', but argument 3 has 
type 'STRLEN'
Ext.xs:50: warning: field precision should have type 'int', but argument 3 has 
type 'STRLEN'
Ext.xs:53: warning: field precision should have type 'int', but argument 4 has 
type 'I32'
Ext.xs:58: warning: field precision should have type 'int', but argument 3 has 
type 'I32'
Ext.xs:60: warning: field precision should have type 'int', but argument 4 has 
type 'I32'
Ext.xs:64: error: 'XPVHV' has no member named 'xhv_name'
Ext.xs:67: error: 'XPVAV' has no member named 'xav_flags'
Ext.xs: In function 'dump_me':
Ext.xs:30: warning: field precision should have type 'int', but argument 3 has 
type 'STRLEN'
Ext.xs:50: warning: field precision should have type 'int', but argument 3 has 
type 'STRLEN'
Ext.xs:64: error: 'XPVHV' has no member named 'xhv_name'
Ext.xs:67: error: 'XPVAV' has no member named 'xav_flags'
/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler 
(/usr/bin/../libexec/as/ppc/as or /usr/bin/../local/libexec/as/ppc/as) for 
architecture ppc not installed
Installed assemblers are:
/usr/bin/../libexec/as/x86_64/as for architecture x86_64
/usr/bin/../libexec/as/i386/as for architecture i386
/usr/bin/../libexec/as/arm/as for architecture arm
(...and then more and more of these)

so it's also not propagating arch settings correctly. The package appears to be 
a fairly old version vs upstream releases. 

dan

 --
Daniel Macks
dma...@netspace.org


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to