The situation is quite strange. I succeed to install both poker-eval and
pypoker-eval (I launched the tests by typing make check, and everything is
ok).

Moreover, it looks like the poker-engine installation is correct too. btw,
pypoker-eval is found when configuring poker-engine. But when I'm lauching
make check, poker-eval seems not to be found (ImportError: no module named
pokereval).

Here is the output of the make install of poker-eval :

Making install in lib
make[1]: Entering directory `/etc/poker-eval-134.0/lib'
if [ -w ../include/inlines/evx5.h ] ; then \
        ./evx_gen5 > ../include/inlines/evx5.h ; \
    fi
if [ -w ../include/inlines/evx7.h ] ; then \
        ./evx_gen7 > ../include/inlines/evx7.h ; \
    fi
make[2]: Entering directory `/etc/poker-eval-134.0/lib'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libpoker-eval.la'
'/usr/local/lib/libpoker-eval.la'
/usr/bin/install -c .libs/libpoker-eval.dll.a /usr/local/lib/libpoker-
eval.dll.a
base_file=`basename ${file}`
 dlpath=`/bin/sh 2>&1 -c '. .libs/'${base_file}'i;echo $dlname'`
 dldir=/usr/local/lib/`dirname $dlpath`
 test -d $dldir || mkdir -p $dldir
 /usr/bin/install -c .libs/cygpoker-eval-1.dll $dldir/cygpoker-eval-1.dll
 chmod a+x $dldir/cygpoker-eval-1.dll
/usr/bin/install -c .libs/libpoker-eval.lai /usr/local/lib/libpoker-eval.la
/usr/bin/install -c .libs/libpoker-eval.a /usr/local/lib/libpoker-eval.a
chmod 644 /usr/local/lib/libpoker-eval.a
ranlib /usr/local/lib/libpoker-eval.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/etc/poker-eval-134.0/lib'
make[1]: Leaving directory `/etc/poker-eval-134.0/lib'
Making install in include
make[1]: Entering directory `/etc/poker-eval-134.0/include'
make[2]: Entering directory `/etc/poker-eval-134.0/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/poker-eval" || mkdir -p --
"/usr/local/include/poker-eval"
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'combinations.h'
'/usr/local/include/poker-eval/combinations.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'deck.h'
'/usr/local/include/poker-eval/deck.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'deck_astud.h'
'/usr/local/include/poker-eval/deck_astud.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'deck_joker.h'
'/usr/local/include/poker-eval/deck_joker.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'deck_std.h'
'/usr/local/include/poker-eval/deck_std.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'deck_undef.h'
'/usr/local/include/poker-eval/deck_undef.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'enumdefs.h'
'/usr/local/include/poker-eval/enumdefs.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'enumerate.h'
'/usr/local/include/poker-eval/enumerate.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'enumord.h'
'/usr/local/include/poker-eval/enumord.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'evx_defs.h'
'/usr/local/include/poker-eval/evx_defs.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'game_astud.h'
'/usr/local/include/poker-eval/game_astud.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'game_joker.h'
'/usr/local/include/poker-eval/game_joker.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'game_std.h'
'/usr/local/include/poker-eval/game_std.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'handval.h'
'/usr/local/include/poker-eval/handval.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'handval_low.h'
'/usr/local/include/poker-eval/handval_low.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval.h'
'/usr/local/include/poker-eval/inlines/eval.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_astud.h'
'/usr/local/include/poker-eval/inlines/eval_astud.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_joker.h'
'/usr/local/include/poker-eval/inlines/eval_joker.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644
'inlines/eval_joker_low.h'
'/usr/local/include/poker-eval/inlines/eval_joker_low.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644
'inlines/eval_joker_low8.h'
'/usr/local/include/poker-eval/inlines/eval_joker_low8.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_low.h'
'/usr/local/include/poker-eval/inlines/eval_low.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_low8.h'
'/usr/local/include/poker-eval/inlines/eval_low8.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_low27.h'
'/usr/local/include/poker-eval/inlines/eval_low27.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_omaha.h'
'/usr/local/include/poker-eval/inlines/eval_omaha.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/eval_type.h'
'/usr/local/include/poker-eval/inlines/eval_type.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/evx5.h'
'/usr/local/include/poker-eval/inlines/evx5.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/evx7.h'
'/usr/local/include/poker-eval/inlines/evx7.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/evx_action.h'
'/usr/local/include/poker-eval/inlines/evx_action.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'inlines/evx_inlines.h'
'/usr/local/include/poker-eval/inlines/evx_inlines.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'poker_config.h'
'/usr/local/include/poker-eval/poker_config.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'poker_defs.h'
'/usr/local/include/poker-eval/poker_defs.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'pokereval_export.h'
'/usr/local/include/poker-eval/pokereval_export.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'rules_astud.h'
'/usr/local/include/poker-eval/rules_astud.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'rules_joker.h'
'/usr/local/include/poker-eval/rules_joker.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'rules_std.h'
'/usr/local/include/poker-eval/rules_std.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'rules_undef.h'
'/usr/local/include/poker-eval/rules_undef.h'
 /etc/poker-eval-134.0/config/install-sh -c -m 644 'poker_wrapper.h'
'/usr/local/include/poker-eval/poker_wrapper.h'
make[2]: Leaving directory `/etc/poker-eval-134.0/include'
make[1]: Leaving directory `/etc/poker-eval-134.0/include'
Making install in tests
make[1]: Entering directory `/etc/poker-eval-134.0/tests'
make[2]: Entering directory `/etc/poker-eval-134.0/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/etc/poker-eval-134.0/tests'
make[1]: Leaving directory `/etc/poker-eval-134.0/tests'
Making install in examples
make[1]: Entering directory `/etc/poker-eval-134.0/examples'
make[2]: Entering directory `/etc/poker-eval-134.0/examples'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/etc/poker-eval-134.0/examples'
make[1]: Leaving directory `/etc/poker-eval-134.0/examples'
make[1]: Entering directory `/etc/poker-eval-134.0'
make[2]: Entering directory `/etc/poker-eval-134.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'poker-eval.pc' '/usr/local/lib/pkgconfig/poker-
eval.pc'
make[2]: Leaving directory `/etc/poker-eval-134.0'
make[1]: Leaving directory `/etc/poker-eval-134.0'


Hope it's clear :-/


2008/1/15, Loic Dachary <[EMAIL PROTECTED]>:
>
> "tapie fan" <[EMAIL PROTECTED]> writes:
>
> > When trying to configure poker-engine, pypoker is now found, but
> pokereval is
> > now not found anymore :'(
>
>   Dam :-)
>
>   What's the output of the make install of poker-eval ?
>
>   Cheers,
>
> --
> +33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
> http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
> Latitude: 48.86962325498033 Longitude: 2.3623046278953552
>
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to