On Fri Jul 19 2013 00:11:34 GMT+0200, Friendly Ghost wrote:
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 reallyappreciate any help.

with best wishes
the friendly ghost :)


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Hello Friendly Ghost,
please have a look at my answer to the post you were referring to which solved the problem.
Quoting myself...

On Mon May 14 2012 14:50:49 GMT+0200, Sascha Lundberg wrote:
I was able to reproduce the error you were reporting. And it looks like the 
error is caused
by the windows specific line break CR+LF. When checking out on windows (mingw)
all source files will have windows line breaks (CR+LF) since the pokersource
repositories are set to have native line breaks.

So a quick workaround for mingw would be to check out the files on Linux and 
copy
the source directory to windows.
Or (if that is even possible) you might change the settings of your svn client 
to check
out with unix line breaks (LF) only.

Sascha
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to