On Nov 28, 2007, at 1:13 AM, mabshoff wrote: > Amd the following happens if I make int_fast64_t a 8 byte data type, > i.e. a long long in 32 bit mode. Since a int_fast64_t has to be *at > least* 8 byte this is the correct setting.
Yes, hence its name :-) > ---------------------------------------------------------------------- > | SAGE Version 2.8.14, Release Date: 2007-11-24 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > Traceback (most recent call last): > File "/tmp/Work-mabshoff/sage-2.8.14/local/lib/python2.5/site- > packages/sage/all_cmdline.py", line 14, in <module> > from sage.all import * > File "/tmp/Work-mabshoff/sage-2.8.14/local/lib/python2.5/site- > packages/sage/all.py", line 57, in <module> > from sage.libs.all import * > File "/tmp/Work-mabshoff/sage-2.8.14/local/lib/python2.5/site- > packages/sage/libs/all.py", line 3, in <module> > import sage.libs.ntl.all as ntl > File "/tmp/Work-mabshoff/sage-2.8.14/local/lib/python2.5/site- > packages/sage/libs/ntl/all.py", line 52, in <module> > from sage.libs.ntl.ntl_lzz_p import ntl_zz_p as zz_p > File "integer_mod.pxd", line 14, in sage.libs.ntl.ntl_lzz_p > ValueError: sage.rings.integer_mod.NativeIntStruct does not appear to > be the correct type object > > [This issue is raised inside Cython autogenerated code. Might it be > that Cython gets this wrong in general?] This means that you haven't re-compiled all the necessary files. Try touching the integer_mod.pxd and doing a sage -b. --~--~---------~--~----~------------~-------~--~----~ 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/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
