Hi,

       The t_*.c files are endian sensitive. You need one
for each endianess:

This is i386 

AStudDeck_CardMask AStudDeck_cardMasksTable[32] = { 
      { 0x0020000000000000LL }  ,

This is what you sent me (generated on ppc):

AStudDeck_CardMask AStudDeck_cardMasksTable[32] = { 
      { 0x0000000000000020LL }  ,

      You need to create these files on each architecture. You 
cannot generate them on an architecture and use them on another.

      Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552

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

Reply via email to