On Thu, Aug 28, 2008 at 04:47:40PM +0200, Martin Rubey wrote:
> (deftype |SInt| () '(integer #.(- (expt 2 31)) #.(1- (expt 2 31)))):
> (defmacro |SIntMax| () '(the |SInt| (1- (expt 2 31))))
>
> and try again?
simply rebuilding the aldor interface we are back at the error
(3) -> s := structures(l)$G
>> System error:
The value -1152921504606846976 is not of type (SIGNED-BYTE 32).
with debugger:
debugger invoked on a TYPE-ERROR:
The value -1152921504606846976 is not of type (SIGNED-BYTE 32).
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
(no restarts: If you didn't do this on purpose, please report it as a bug.)
(SB-C::%COMPILE-TIME-TYPE-ERROR
(-1152921504606846976)
(SIGNED-BYTE 32)
#<unavailable argument>)
I will try a full rebuild, don't know if it finishes today.
Franz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" 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/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---