Dear Matthew Sachs:

Thank you for the fink build reports. It caught several dependency omissions that I have made in my packages. I am now on the problems that aren't easy to fix.

May I ask a (hopefully) quick question for clarification?

The build failures l am having trouble correcting all seem to have this sort of thing in common. You report, for the electrostatics package mead, the following failure:

config.status: executing symlinks commands
for dir in libmead apps ; do ( cd $dir; make -f Makefile ) ; done
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalyMaker.cc
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalySlab.cc
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalySphere.cc
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g Angle.cc
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g Atom.cc
g++ -c -I.. -DUSE_EXCEPTIONS   -O3 -g AtomChargeSet.cc
../MEAD/ManyPointCharge.h: In function 'ManyPointCharge* addChargeDist (const T&, const OnePointCharge&)': ../MEAD/ManyPointCharge.h:64: error: invalid use of undefined type 'const struct OnePointCharge' ../MEAD/ManyPointCharge.h:8: error: forward declaration of 'const struct OnePointCharge' ../MEAD/ManyPointCharge.h:71: error: invalid use of undefined type 'const struct OnePointCharge' ../MEAD/ManyPointCharge.h:8: error: forward declaration of 'const struct OnePointCharge'
make[1]: *** [AtomChargeSet.o] Error 1


I am getting this (which works):

g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalyMaker.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalySlab.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AnalySphere.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g Angle.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g Atom.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AtomChargeSet.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AtomID.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AtomSet.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AvsSF_read_header.cc
g++-3.3 -c -I.. -DUSE_EXCEPTIONS   -O3 -g AvsScalarField.c

The only obvious differences I can find is that in my case it is building with g++3.3, which I understood to be the current default protocol with fink 10-4 transitional. (Also I am still on Xcode 2.0.)

Is what you have built from g++4.0 (and is this in fact what you are testing)?

Many thanks in advance for your help,

Bill Scott






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to