Hello everyone,

I would like to use poker-eval in java, but I cant get it compiled. I stuck in the same problem, like 'Micheal Bernsteiner' for a year https://mail.gna.org/public/pokersource-users/2012-05/msg00001.html
I try to compile on a fresh windows xp vm with jdk7 and minigw-20120426. I use the sources from http://svn.gna.org/svn/pokersource/branches/poker-eval-java/ and use the commands posted by 'Sascha Lundberg':


libtoolize -c -f -i
aclocal -I config

autoconf
autoheader
automake --add-missing
./configure
--enable-java
make


same error like Micheal Bernsteiner '
enumerate.c:415:5: error: 'intptr_t' undeclared'
Google advised me to add
#include <stdint.h> to the classes, but it actually dont really work.

Maybe its a problem with minigw, that dont automatic link
'intptr_t'-function to the programm, which is a standard header in C99.

I also tried to compile the trunk-source (no javaa). But I get the same error
'intptr_t' undeclared'.

I would really
appreciate any help.

with best wishes
the friendly ghost :)
 
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to