Version 2.6 Platform Ubuntu Server 12.10 64-bit File: gmp/prec.cpp
g++ complains it can not find function usleep (line 198)
Solution: Header file <unistd.h> must be included for non WIN32 platforms.</unistd.h>
Issue Still exists. Only solution, for the problem, is manually adding the #include lines, which is bothersome.
Log in to post a comment.
Issue Still exists. Only solution, for the problem, is manually adding the #include lines, which is bothersome.