On Fri, Jul 29, 2005 at 04:38:16PM +1000, John Pye wrote:
Just wanted to ask if anyone's succeeded in building CLN on MinGW / MSYS ? Is this something that other people have shown an interest in?
I get the following error when I try to ./configure && make:
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
Try using using attached patch. Note: the code compiles and no test seems to fail, but I'm not sure if my implementation of get_seed() is good enough. Best regards, Alexei