Custom Query (1030 matches)
Results (568 - 570 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #733 | fixed | Error when compiling the kernel with mingw-w64 + cygwin + win7-64bit | ||
| Description |
When compiling the kernel with mingw-w64 + cygwin + win7-64bit (mingw-w64-bin_i686-cygwin-1.7.6-1_20100902, cygwin 1.7.7), lots of "undefined reference" errors will be emitted. Removing "define( |
|||
| #734 | fixed | Error when calling (rebuild-ccl ...) in a newly compiled wx86cl64 kernel | ||
| Description |
I successfully built a wx86cl64 kernel with mingw-w64 + cygwin + win7-64bit (mingw-w64-bin_i686-cygwin-1.7.6-1_20100902, cygwin 1.7.7), using the method mentioned in ticket #733. But when I run (rebuild-ccl :clean t) using the new kernel and the svn check out image, an error occured, saying something like "an error occured during read of memory address 0x2e when calling (ccl:get-native-utf-16-cstring)". Then I changed back to the svn check out kernel, and everything was fine, a new image was successfully built. And I tried again with the new kernel + the new image, but the same error occured. |
|||
| #735 | fixed | LOGNOR: invalid results with type declarations | ||
| Description |
? (lisp-implementation-version)
"Version 1.6-dev-r14231M (LinuxX8632)"
? (defun diff (x)
(- (locally
(declare (type (integer 1000000000 2000000000) x))
(lognor -10 x))
(lognor -10 x)))
DIFF
? (diff 20)
-4294967296
|
|||
