=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package galib-2.4.5 is missing DESTDIR support. WARNING: [license.mk] Every package should define a LICENSE. ===> Building for galib-2.4.5 cd ga; gmake gmake[1]: Entering directory `/scratch/wip/galib/work/galib245/ga' gmake[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. g++ -g -Wall -O -fexceptions -O0 -I.. -c garandom.C g++ -g -Wall -O -fexceptions -O0 -I.. -c gaerror.C gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' gaerror.C:72:1: warning: deprecated conversion from string constant to 'char*' g++ -g -Wall -O -fexceptions -O0 -I.. -c GAParameter.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAStatistics.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GABaseGA.C In file included from GABaseGA.C:14:0: ../ga/gaversion.h:12:22: warning: deprecated conversion from string constant to 'char*' ../ga/gaversion.h:12:14: warning: 'rcsid' defined but not used g++ -g -Wall -O -fexceptions -O0 -I.. -c GASStateGA.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GASimpleGA.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAIncGA.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GADemeGA.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GADCrowdingGA.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GASelector.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAScaling.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAPopulation.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAGenome.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GABinStr.C g++ -g -Wall -O -fexceptions -O0 -I.. -c gabincvt.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GAAllele.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GA1DBinStrGenome.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GA2DBinStrGenome.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GA3DBinStrGenome.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GABin2DecGenome.C g++ -g -Wall -O -fexceptions -O0 -I.. -c GA1DArrayGenome.C In file included from GA1DArrayGenome.C:18:0: ../ga/GA1DArrayGenome.h: In member function 'GA1DArrayGenome& GA1DArrayGenome::operator=(const T*)': ../ga/GA1DArrayGenome.h:66:30: error: 'sz' was not declared in this scope ../ga/GA1DArrayGenome.h: In member function 'const T& GA1DArrayGenome::gene(unsigned int) const': ../ga/GA1DArrayGenome.h:78:50: error: 'a' was not declared in this scope ../ga/GA1DArrayGenome.h: In member function 'T& GA1DArrayGenome::gene(unsigned int, const T&)': ../ga/GA1DArrayGenome.h:80:8: error: 'a' was not declared in this scope ../ga/GA1DArrayGenome.h:81:12: error: 'a' was not declared in this scope ../ga/GA1DArrayGenome.h: At global scope: ../ga/GA1DArrayGenome.h:155:54: error: 'CONTENTS' was not declared in this scope GA1DArrayGenome.C: In member function 'virtual int GA1DArrayGenome::resize(int)': GA1DArrayGenome.C:136:10: error: 'sz' was not declared in this scope GA1DArrayGenome.C: In constructor 'GA1DArrayAlleleGenome::GA1DArrayAlleleGenome(unsigned int, const GAAlleleSet&, float (*)(GAGenome&), void*)': GA1DArrayGenome.C:227:14: error: 'ElementComparator' was not declared in this scope GA1DArrayGenome.C:227:47: error: there are no arguments to 'comparator' that depend on a template parameter, so a declaration of 'comparator' must be available GA1DArrayGenome.C:227:47: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) GA1DArrayGenome.C:228:13: error: 'OnePointCrossover' was not declared in this scope GA1DArrayGenome.C:228:45: error: there are no arguments to 'crossover' that depend on a template parameter, so a declaration of 'crossover' must be available GA1DArrayGenome.C: In constructor 'GA1DArrayAlleleGenome::GA1DArrayAlleleGenome(const GAAlleleSetArray&, float (*)(GAGenome&), void*)': GA1DArrayGenome.C:243:14: error: 'ElementComparator' was not declared in this scope GA1DArrayGenome.C:243:47: error: there are no arguments to 'comparator' that depend on a template parameter, so a declaration of 'comparator' must be available GA1DArrayGenome.C:244:13: error: 'OnePointCrossover' was not declared in this scope GA1DArrayGenome.C:244:45: error: there are no arguments to 'crossover' that depend on a template parameter, so a declaration of 'crossover' must be available GA1DArrayGenome.C: In member function 'virtual int GA1DArrayAlleleGenome::resize(int)': GA1DArrayGenome.C:298:23: error: 'nx' was not declared in this scope GA1DArrayGenome.C:302:7: error: 'a' was not declared in this scope gmake[1]: *** [GA1DArrayGenome.o] Error 1 gmake[1]: Leaving directory `/scratch/wip/galib/work/galib245/ga' gmake: *** [all] Error 2 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/wip/galib *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/galib