Hi!
>>>>> "Esko" == Esko Ilola <[EMAIL PROTECTED]> writes: Esko> The Compaq CC compiler (V6.4) has slightly different prototype for strtoll Esko> than does the version with mysql. The difference is not that big and would Esko> not affect to execution but the compiler thinks this as a bad thing and Esko> gives You an error. Esko> I've included the global.h with a fix to this problem. Esko> /Esko Thanks for the patch. I belive that all compilers should be able to handle: typedef unsigned long long int ulonglong; typedef long long int longlong; So I have now changed global.h to always us this construct. Regards, Monty --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php