You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please take a look at ticket #97: somebody was trying to clean up this problem and doesn't look like he succeeded. We haven't heard back from him.
Please provide a patch to change the #if guard around the round() definition (while at it, please rewrap it < 80 columns) to make it useful for the solaris versions is worth to support (from 5.9, according to wikipedia).
Originally submitted by: Derek Gulbranson
Attempting to build on Solaris 11 returns the following error:
./psycopg/config.h:146:15: error: static declaration of 'round' follows non-static declaration
Commenting out the declaration of the round function at line 146 in psycopg/config.h allowed the build to complete successfully.
@@@ python
The text was updated successfully, but these errors were encountered: