make all-recursive
make[1]: Entering directory '/home/richel/Downloads/eo-1.0.1'
Making all in src
make[2]: Entering directory '/home/richel/Downloads/eo-1.0.1/src'
Making all in es
make[3]: Entering directory '/home/richel/Downloads/eo-1.0.1/src/es'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -O2 -MT make_checkpoint_es.o -MD -MP -MF ".deps/make_checkpoint_es.Tpo" -c -o make_checkpoint_es.o make_checkpoint_es.cpp; \
then mv -f ".deps/make_checkpoint_es.Tpo" ".deps/make_checkpoint_es.Po"; else rm -f ".deps/make_checkpoint_es.Tpo"; exit 1; fi
In file included from ../../src/utils/eoGnuplot1DSnapshot.h:38,
from ../../src/utils/checkpointing:9,
from ../../src/do/make_checkpoint.h:35,
from make_checkpoint_es.cpp:44:
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -O2 -MT make_checkpoint_real.o -MD -MP -MF ".deps/make_checkpoint_real.Tpo" -c -o make_checkpoint_real.o make_checkpoint_real.cpp; \
then mv -f ".deps/make_checkpoint_real.Tpo" ".deps/make_checkpoint_real.Po"; else rm -f ".deps/make_checkpoint_real.Tpo"; exit 1; fi
In file included from ../../src/utils/eoGnuplot1DSnapshot.h:38,
from ../../src/utils/checkpointing:9,
from ../../src/do/make_checkpoint.h:35,
from make_checkpoint_real.cpp:44:
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
rm -f libes.a
/usr/bin/ar cru libes.a make_algo_scalar_es.o make_algo_scalar_real.o make_checkpoint_es.o make_checkpoint_real.o make_continue_es.o make_continue_real.o make_genotype_es.o make_genotype_real.o make_op_es.o make_op_real.o make_pop_es.o make_pop_real.o make_run_es.o make_run_real.o
ranlib libes.a
make[3]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src/es'
Making all in ga
make[3]: Entering directory '/home/richel/Downloads/eo-1.0.1/src/ga'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -g -O2 -MT make_checkpoint_ga.o -MD -MP -MF ".deps/make_checkpoint_ga.Tpo" -c -o make_checkpoint_ga.o make_checkpoint_ga.cpp; \
then mv -f ".deps/make_checkpoint_ga.Tpo" ".deps/make_checkpoint_ga.Po"; else rm -f ".deps/make_checkpoint_ga.Tpo"; exit 1; fi
In file included from ../../src/utils/eoGnuplot1DSnapshot.h:38,
from ../../src/utils/checkpointing:9,
from ../../src/do/make_checkpoint.h:35,
from make_checkpoint_ga.cpp:47:
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
rm -f libga.a
/usr/bin/ar cru libga.a make_algo_scalar_ga.o make_checkpoint_ga.o make_continue_ga.o make_genotype_ga.o make_op_ga.o make_pop_ga.o make_run_ga.o
ranlib libga.a
make[3]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src/ga'
Making all in gp
make[3]: Entering directory '/home/richel/Downloads/eo-1.0.1/src/gp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src/gp'
Making all in do
make[3]: Entering directory '/home/richel/Downloads/eo-1.0.1/src/do'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src/do'
Making all in utils
make[3]: Entering directory '/home/richel/Downloads/eo-1.0.1/src/utils'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoGnuplot.o -MD -MP -MF ".deps/eoGnuplot.Tpo" -c -o eoGnuplot.o eoGnuplot.cpp; \
then mv -f ".deps/eoGnuplot.Tpo" ".deps/eoGnuplot.Po"; else rm -f ".deps/eoGnuplot.Tpo"; exit 1; fi
eoGnuplot.cpp: In member function 'void eoGnuplot::initGnuPlot(std::string, std::string)’:
eoGnuplot.cpp:83: warning: deprecated conversion from string constant to 'char*’
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoGnuplot1DSnapshot.o -MD -MP -MF ".deps/eoGnuplot1DSnapshot.Tpo" -c -o eoGnuplot1DSnapshot.o eoGnuplot1DSnapshot.cpp; \
then mv -f ".deps/eoGnuplot1DSnapshot.Tpo" ".deps/eoGnuplot1DSnapshot.Po"; else rm -f ".deps/eoGnuplot1DSnapshot.Tpo"; exit 1; fi
In file included from eoGnuplot1DSnapshot.h:38,
from eoGnuplot1DSnapshot.cpp:5:
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
../../src/utils/eoFileSnapshot.h: In constructor 'eoFileSnapshot::eoFileSnapshot(std::string, unsigned int, std::string, std::string, unsigned int, bool)’:
../../src/utils/eoFileSnapshot.h:83: warning: ignoring return value of 'int system(const char*)’, declared with attribute warn_unused_result
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoIntBounds.o -MD -MP -MF ".deps/eoIntBounds.Tpo" -c -o eoIntBounds.o eoIntBounds.cpp; \
then mv -f ".deps/eoIntBounds.Tpo" ".deps/eoIntBounds.Po"; else rm -f ".deps/eoIntBounds.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoParser.o -MD -MP -MF ".deps/eoParser.Tpo" -c -o eoParser.o eoParser.cpp; \
then mv -f ".deps/eoParser.Tpo" ".deps/eoParser.Po"; else rm -f ".deps/eoParser.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoRealBounds.o -MD -MP -MF ".deps/eoRealBounds.Tpo" -c -o eoRealBounds.o eoRealBounds.cpp; \
then mv -f ".deps/eoRealBounds.Tpo" ".deps/eoRealBounds.Po"; else rm -f ".deps/eoRealBounds.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoRNG.o -MD -MP -MF ".deps/eoRNG.Tpo" -c -o eoRNG.o eoRNG.cpp; \
then mv -f ".deps/eoRNG.Tpo" ".deps/eoRNG.Po"; else rm -f ".deps/eoRNG.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoState.o -MD -MP -MF ".deps/eoState.Tpo" -c -o eoState.o eoState.cpp; \
then mv -f ".deps/eoState.Tpo" ".deps/eoState.Po"; else rm -f ".deps/eoState.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoStdoutMonitor.o -MD -MP -MF ".deps/eoStdoutMonitor.Tpo" -c -o eoStdoutMonitor.o eoStdoutMonitor.cpp; \
then mv -f ".deps/eoStdoutMonitor.Tpo" ".deps/eoStdoutMonitor.Po"; else rm -f ".deps/eoStdoutMonitor.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT eoUpdater.o -MD -MP -MF ".deps/eoUpdater.Tpo" -c -o eoUpdater.o eoUpdater.cpp; \
then mv -f ".deps/eoUpdater.Tpo" ".deps/eoUpdater.Po"; else rm -f ".deps/eoUpdater.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DGNUPLOT_PROGRAM=\"gnuplot\" -g -O2 -MT make_help.o -MD -MP -MF ".deps/make_help.Tpo" -c -o make_help.o make_help.cpp; \
then mv -f ".deps/make_help.Tpo" ".deps/make_help.Po"; else rm -f ".deps/make_help.Tpo"; exit 1; fi
make_help.cpp: In function 'void make_help(eoParser&)’:
make_help.cpp:68: error: 'exit’ was not declared in this scope
make_help.cpp: In function 'bool testDirRes(std::string, bool)’:
make_help.cpp:82: error: 'system’ was not declared in this scope
make[3]: *** [make_help.o] Error 1
make[3]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/richel/Downloads/eo-1.0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/richel/Downloads/eo-1.0.1'
make: *** [all] Error 2
|