The problem is I have pkg-config installed, and there is a file /usr/lib/pkgconfig/poker-eval.pc when I run pkg-config -list-all I get an empty list ...
2011/1/8 Johan Euphrosine <[email protected]> > On Fri, Jan 7, 2011 at 3:10 PM, Marcin Doliwa <[email protected]> wrote: > > Hi, > > I want to run some poker simulations, and trying to setup pypoker-eval on > > cygwin. > > I installed poker-eval (there were no errors running it), and now I'm > trying > > to run ./configure for pypoker-eval, but I get error: > > configure: Found working python compilation environment for =2.6 > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for POKER_EVAL... no > > configure: error: Package requirements (poker-eval >= 124.0) were not > met: > > No package 'poker-eval' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables POKER_EVAL_CFLAGS > > and POKER_EVAL_LIBS to avoid the need to call pkg-config. > > See the pkg-config man page for more details. > > I see some poker-eval files in /usr/local/lib: > > libpoker-eval.a libpoker-eval.dll.a libpoker-eval.la pkgconfig > > /usr/local/include/poker-eval: > > combinations.h deck_undef.h game_astud.h inlines > > rules_astud.h > > deck.h enumdefs.h game_joker.h poker_config.h > > rules_joker.h > > deck_astud.h enumerate.h game_std.h poker_defs.h > rules_std.h > > deck_joker.h enumord.h handval.h poker_wrapper.h > > rules_undef.h > > deck_std.h evx_defs.h handval_low.h pokereval_export.h > > so it looks like it's installed correctly ... > > cheers, > > You might also need pkg-config installed, and > /usr/lib/pkgconfig/poker-eval.pc > > For example on a debian/ubuntu system the content is: > prefix=/usr > exec_prefix=${prefix} > libdir=${exec_prefix}/lib > includedir=${prefix}/include/poker-eval > > Name: poker-eval > Description: poker hand evaluator library > Version: 137.0 > Requires: > Conflicts: > Libs: -L${libdir} -lpoker-eval > Cflags: -I${includedir} > > Hope that helps >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
