Search the web
Sign In
New User? Sign Up
pokersource · Poker Source
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Compile problem   Message List  
Reply | Forward Message #102 of 355 |
Hi,

I'm new to this group, and I have been trying to compile the poker-eval dll.
Because I'm using Windows 2000 I have downloaded the newest cygwin version.
Then I have checked out the latest head branch from you cvs repository.
When I then tried to compile your sources I encountered some problems:

The first problem was with the jni_md.h file, that comes with the Java SDK.
The 'jlong' type was defined there as '__int64'. Apparently the gcc compiler
doesn't like that, because it gave me compile errors. When I changed
'__int64' into 'long long' it went ok.

But then I got a compile error in the files evx5 and evx7 in the
include/inlines directory. It's about this little piece of code, that I
found in line 38 until line 48 in evx5; in evx7 a similar piece of code gave
problems:

ranks = clubs | diamonds | hearts | spades;

switch (ranks)
{
| spades;



switch (ranks)

{

The first switch statement does not compile. I tried to comment it out but
it was no use because these files seem to be automatically generated by the
makescript. Does anybody know how I should fix this ?

Thanks in advance,
Misja




Fri Oct 15, 2004 3:17 pm

misja111
Offline Offline
Send Email Send Email

Forward
Message #102 of 355 |
Expand Messages Author Sort by Date

Hi, I'm new to this group, and I have been trying to compile the poker-eval dll. Because I'm using Windows 2000 I have downloaded the newest cygwin version. ...
Misja Alma
misja111
Offline Send Email
Oct 15, 2004
3:15 pm

In case anybody is interested: The problem was in the evx_generate.c file. fstat returns a filesize of the file evx_preamble.cfrag which equals the filesize...
misja111
Offline Send Email
Oct 22, 2004
4:03 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help