Lisp HUG Maillist Archive

CLSQL-UFFI

Hi,

It seems what I can't compile latest CLSQL-UFFI from quicklisp:
-----------------
CL-USER 11 > (ql:quickload "clsql-uffi")
To load "clsql-uffi":
  Load 1 ASDF system:
    clsql-uffi
; Loading "clsql-uffi"

**++++ Error between functions:
  Illegal result type : :UNSIGNED-LONG-LONG
..
; *** 1 error detected, no fasl file produced.

Error: COMPILE-FILE-ERROR while compiling
   #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">
  1 (continue) Retry compiling
   #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">.
  2 Continue, treating compiling
   #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">
    as having been successful.
  3 Retry ASDF operation.
  4 Retry ASDF operation after resetting the configuration.
  5 (abort) Give up on "clsql-uffi"
  6 Return to level 0.
  7 Return to top loop level 0.

Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other options.
-----------------

No problems with SBCL. 
Anyone else having this problem?
Because of this I can't use clsql-sqlite3 :(

-- 
Br,
/Alexey

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: CLSQL-UFFI

Nevermind, got CL-SQLITE to work instead.

Alexey Veretennikov <txm.fourier@gmail.com> writes:

> Hi,
>
> It seems what I can't compile latest CLSQL-UFFI from quicklisp:
> -----------------
> CL-USER 11 > (ql:quickload "clsql-uffi")
> To load "clsql-uffi":
>   Load 1 ASDF system:
>     clsql-uffi
> ; Loading "clsql-uffi"
>
> **++++ Error between functions:
>   Illegal result type : :UNSIGNED-LONG-LONG
> .
> ; *** 1 error detected, no fasl file produced.
>
> Error: COMPILE-FILE-ERROR while compiling
>    #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">
>   1 (continue) Retry compiling
>    #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">.
>   2 Continue, treating compiling
>    #<ASDF/LISP-ACTION:CL-SOURCE-FILE "clsql-uffi" "uffi" "clsql-uffi">
>     as having been successful.
>   3 Retry ASDF operation.
>   4 Retry ASDF operation after resetting the configuration.
>   5 (abort) Give up on "clsql-uffi"
>   6 Return to level 0.
>   7 Return to top loop level 0.
>
> Type :b for backtrace or :c <option number> to proceed.
> Type :bug-form "<subject>" for a bug report template or :? for other options.
> -----------------
>
> No problems with SBCL. 
> Anyone else having this problem?
> Because of this I can't use clsql-sqlite3 :(

-- 
Br,
/Alexey

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:32 UTC