El dg 22 de 10 del 2006 a les 23:00 -0600, en/na Brian Granger va
escriure:
> Hi,
> 
> We found a bug in pytables last week that shows up on AIX.  In the
> file utils.c, there is a long long variable named LONGLONG_MAX (see
> line 462):
> 
> PY_LONG_LONG LONGLONG_MAX;
> 
> The problem is that on AIX LONGLONG_MAX is a predefined macro (the
> numerical value of the max long long).  When the preprocessor goes
> through the macro LONGLONG_MAX gets replaced by a numerical value
> leading to a syntax error.  To fix this, LONGLONG_MAX needs to be
> named something that doesn't collide with system level macros.

Fixed in trunk.

Thanks for the report,

-- 
>0,0<   Francesc Altet    |  Be careful about using the following code --
V   V   Carabos Coop. V.  |  I've only proven that it works, 
 "-"    Enjoy Data        |  I haven't tested it. -- Donald Knuth



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to