I have some questions about using poker-eval on Windows. 1) Are poker-eval C++ and pypoker the same in terms of available functionality, and are they roughly equivalent in terms of speed?
2) I am trying to test poker-eval on Windows Vista 64 with Cygwin. I downloaded the file: http://download.gna.org/pokersource/sources/poker-eval-138.0.tar.gz Then I ran the commands specified in the readme: AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install ./configure make check I am getting errors however. The autoreconf command gives the following messages at the end: _______________ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. libtoolize: copying file `config/ltmain.sh' libtoolize: putting macros in `config'. libtoolize: copying file `config/libtool.m4' libtoolize: copying file `config/ltoptions.m4' libtoolize: copying file `config/ltversion.m4' libtoolize: copying file `config/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. tests/Makefile.am:86: variable `razz_SOURCES' is defined but no program or tests/Makefile.am:86: library has `razz' as canonic name (possible typo) tests/Makefile.am:87: variable `razz_LDADD' is defined but no program or tests/Makefile.am:87: library has `razz' as canonic name (possible typo) tests/Makefile.am:89: variable `razz_LDFLAGS' is defined but no program or tests/Makefile.am:89: library has `razz' as canonic name (possible typo) And then running make check fails 7 of 9 tests: _______________ make[2]: Entering directory `/cygdrive/c/poker-eval/tests' PASS: ./bug1823 unknown test ./joktest1.exe FAIL: joktest1.exe unknown test ./enumtest1.exe FAIL: enumtest1.exe unknown test ./enumtest2.exe FAIL: enumtest2.exe unknown test ./enumtest3.exe FAIL: enumtest3.exe unknown test ./enumtest5.exe FAIL: enumtest5.exe unknown test ./enumtest7.exe FAIL: enumtest7.exe unknown test ./poker_wrapper.exe FAIL: poker_wrapper.exe PASS: gcov-report =================== 7 of 9 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/cygdrive/c/poker-eval/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/cygdrive/c/poker-eval/tests' make: *** [check-recursive] Error 1 _______________ What are these failures about? How can I get these tests to run properly? Thank you. _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
