on ubuntu 10.10 with latest git master

~/git/sympy$ make
python build.py build_ext --inplace
Compiling module sympy.polys.densearith ...
Compiling module sympy.polys.densebasic ...
Compiling module sympy.polys.densetools ...

Error converting Pyrex file to C:
------------------------------------------------------------
...
    if bound is not None:
        return 1.0 / bound
    else:
        return None

def dup_inner_refine_real_root(f, (a, b, c, d), cond, fast, K):
                                   ^
------------------------------------------------------------

/home/jrioux/git/sympy/sympy/polys/densetools.py:2083:36: Expected ')'
Traceback (most recent call last):
  File "build.py", line 31, in <module>
    raise RuntimeError("failed to compile %s" % module)
RuntimeError: failed to compile sympy.polys.densetools
make: *** [all] Error 1

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to