Thanks Loic. I'm running this on Ubuntu where the version of automake installed is 1.4. On prompting to use >=1.7 I installed the latest 1.9.6. I hope that's OK.
I now get this from bootstrap: Running 'aclocal-1.9 -I ./config' Running 'autoheader' Running 'libtoolize --force' You should update your `aclocal.m4' by running aclocal. Running 'automake-1.9 --add-missing --copy' pokerclient2d/Makefile.am:73: Libtool library used but `LIBTOOL' is undefined pokerclient2d/Makefile.am:73: pokerclient2d/Makefile.am:73: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' pokerclient2d/Makefile.am:73: to `configure.ac' and run `aclocal' and `autoconf' again. There does seem to be a call to AC_PROG_LIBTOOL in configure.ac so I'm not quite sure what it wants me to do here? Any help would be greatly appreciated. Thanks, Tom On 16/04/06, Loic Dachary <[EMAIL PROTECTED]> wrote: > Thomas David Baker writes: > > I'm doing an MSc Computer Science degree and for my project I'm writng > > a poker-playing program. > > > I've got the python versions of pokereval and pokerengine installed > > and running fine on my machine. > > > My question is, is there a further layer available that means I don't > > have to do the bookkeeping in my program? Ideally I'd just like to > > write the logic behind what to do given the game state and have the > > pokersource stuff run the whole game. > > What you need is poker-network (as found at > http://gna.org/projects/pokersource/). The name may be misleading but > look at the description. It contains a pokerbot.py based on > poker-engine in which you can develop the automatic logic you like. > > Cheers, > > -- > Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38 > http://www.fsffrance.org/ http://www.dachary.org/loic/gpg.txt > > > > Yahoo! Groups Links > > <*> To visit your group on the web, go to: > http://groups.yahoo.com/group/pokersource/ > > <*> To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > <*> Your use of Yahoo! Groups is subject to: > http://docs.yahoo.com/info/terms/ > > > > _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
