The error message is: /bin/sh ../libtool --mode=compile g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc -DDLL_EXPORT -DPIC -o .libs/cl_random_from.o ./base/random/cl_random_from.cc: In constructor `cln::random_state::random_state()': ./base/random/cl_random_from.cc:68: error: `::get_seed' has not been declared make[3]: *** [cl_random_from.lo] Error 1 make[3]: Leaving directory `/f/dev-cpp/work/cln/src' make[2]: *** [base/random.target] Error 2 make[2]: Leaving directory `/f/dev-cpp/work/cln/src' make[1]: *** [base.target] Error 2 make[1]: Leaving directory `/f/dev-cpp/work/cln/src' make: *** [all] Error 2 It's seems lost something in "cl_random_from.cc"!?
On Wed, 8 Jun 2005, Guteres wrote:
The error message is: /bin/sh ../libtool --mode=compile g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc -DDLL_EXPORT -DPIC -o .libs/cl_random_from.o ./base/random/cl_random_from.cc: In constructor `cln::random_state::random_state()': ./base/random/cl_random_from.cc:68: error: `::get_seed' has not been declared make[3]: *** [cl_random_from.lo] Error 1 make[3]: Leaving directory `/f/dev-cpp/work/cln/src' make[2]: *** [base/random.target] Error 2 make[2]: Leaving directory `/f/dev-cpp/work/cln/src' make[1]: *** [base.target] Error 2 make[1]: Leaving directory `/f/dev-cpp/work/cln/src' make: *** [all] Error 2
It's seems lost something in "cl_random_from.cc"!?
What's your operating system? (You should always provide this information when reporting a bug.) -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
participants (2)
-
Guteres
-
Richard B. Kreckel