OS 10.4.2, XCode 2.1

The problem looks to be that even though this package has runtime dependencies on Python-2.3 packages:

depends: plplot-shlibs, gsl-shlibs, readline5-shlibs, imagemagick- shlibs (>= 6.1.8-1), netcdf-shlibs, hdf (>= 4.2r0-3), hdf5-shlibs (>= 1.6.3-4), python23, python23-shlibs, numarray-py23, matplotlib-py23, libncurses5-shlibs,

the build process will use Python-2.4 headers if they're installed, which seemingly leads to:
...
if g++-3.3 -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -I/sw/include - I/sw/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include - I/sw/include -I/sw/include/hdf -I/sw/include/python2.4 -I/sw/ include -g -O2 -MT gdl-datatypes.o -MD -MP -MF ".deps/gdl- datatypes.Tpo" -c -o gdl-datatypes.o `test -f 'datatypes.cpp' || echo './'`datatypes.cpp; \ then mv -f ".deps/gdl-datatypes.Tpo" ".deps/gdl-datatypes.Po"; else rm -f ".deps/gdl-datatypes.Tpo"; exit 1; fi
In file included from /sw/include/python2.4/Python.h:77,
                 from includefirst.hpp:31,
                 from datatypes.cpp:18:
/sw/include/python2.4/objimpl.h:255: warning: use of `long double' type; its
   size may change in a future release
/sw/include/python2.4/objimpl.h:255: warning: (Long double usage is reported
   only once for each file.
/sw/include/python2.4/objimpl.h:255: warning: To disable this warning, use
   -Wno-long-double.)
datatypes.cpp:21:31: numarray/numarray.h: No such file or directory


even though I have numarray.h as part of numarray-py23, but don't have numarray-py24 installed.

Perhaps an explicit reference to Python-2.3 needs to go into the ConfigureParams?

--
Alexander Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to